snowkit / linc_dialogs

http://snowkit.github.io/linc/ Haxe @:native bindings for Open, Folder, and Save dialogs
MIT License
19 stars 4 forks source link

windows test, haxe build/hxml doesn't launch (Haxe build issue? env?) #3

Open jcward opened 9 years ago

jcward commented 9 years ago

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.

screenshot from 2015-08-17 22 27 18

ruby0x1 commented 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

ruby0x1 commented 9 years ago

Oh and the issue is -cmd "cpp/Test-debug.exe" specifically, I think

jcward commented 9 years ago

Ah, is there a "platform suffix" or something we can key off the -D windows ? Or must we just edit the file