compile-3.hxml 265 B

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