Open jcward opened 9 years ago
yea mostly the automated run of the test is for fast iteration. I run via sublime and it just prints immediately on non-windows.
It isn't possible to do platform specific selection via hxml I don't think anyway.
I wasn't intending on leaving the -cmd
bit in
Oh and the issue is -cmd "cpp/Test-debug.exe"
specifically, I think
Ah, is there a "platform suffix" or something we can key off the -D windows
? Or must we just edit the file
haxe build.hxml
correctly builds the .exe file in the./cpp
output folder, but it doesn't automatically launch the app like on the other platforms. However, the output .exe exists and can be run manually.