PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/compile.hxml

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