/compile.hxml
http://github.com/andyli/casahx · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · be9d712e9383b8b27843a1f451ecef19 MD5 · raw file
- #this hxml is for enabling auto-completion of Gedit haXe plug-in.
- -neko bin/neko/Test.n
- -cp src
- -lib nme
- --remap flash:nme
- -main test.Test
- -cmd (cd bin/neko && neko Test)