compile-3.hxml 295 B

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