Kode/kincmake

dothemath!

Closed this issue · 2 comments

const dothemath = true;

I just tried to compile with vs2015 on a random old computer at work and that failed, b/c it tries to run a non existing vsvars64.bat instead of the vsvars32.bat. Is 32bit windows still relevant and this should be fixed kinda like const dothemath = options.arch == Architecture.X86 ? false : true;
?

Not sure it's still relevant. I'll soon try to test that by switching the Haxe compiler to the 64bit version (already did so on the jscompat branch because some project grew too large).