compile-1.hxml 241 B

1234567891011121314151617
  1. --cmd rm -rf bin
  2. --next
  3. cs.Boot
  4. --dce no
  5. -cs bin/haxeboot
  6. --next
  7. --net-lib bin/haxeboot/bin/haxeboot.dll
  8. --dce no
  9. -D dll_import
  10. Lib1
  11. -cs bin/lib1
  12. --next
  13. --net-lib bin/haxeboot/bin/haxeboot.dll
  14. --dce no
  15. -D dll_import
  16. --main Main
  17. -cs bin/main