compile-4.hxml 328 B

1234567891011121314151617181920212223
  1. --cmd rm -rf bin
  2. --next
  3. cs.Boot
  4. --dce no
  5. -cs bin/haxeboot
  6. -D erase_generics
  7. -D no_root
  8. --next
  9. --net-lib bin/haxeboot/bin/haxeboot.dll
  10. --dce no
  11. -D dll_import
  12. -D erase_generics
  13. -D no_root
  14. Lib1
  15. -cs bin/lib1
  16. --next
  17. --net-lib bin/haxeboot/bin/haxeboot.dll
  18. --dce no
  19. -D dll_import
  20. -D erase_generics
  21. -D no_root
  22. --main Main
  23. -cs bin/main