compile-4.hxml 304 B

123456789101112131415161718192021
  1. cs.Boot
  2. --dce no
  3. -cs bin/haxeboot
  4. -D erase_generics
  5. -D no_root
  6. --next
  7. --net-lib bin/haxeboot/bin/haxeboot.dll
  8. --dce no
  9. -D dll_import
  10. -D erase_generics
  11. -D no_root
  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. -D no_root
  20. --main Main
  21. -cs bin/main