compile-js.hxml 321 B

12345678910111213141516171819202122
  1. compile-each.hxml
  2. --main Main
  3. -js bin/js/sys.js
  4. -lib hxnodejs
  5. --next
  6. compile-each.hxml
  7. --main TestArguments
  8. -js bin/js/TestArguments.js
  9. -lib hxnodejs
  10. --next
  11. compile-each.hxml
  12. --main ExitCode
  13. -js bin/js/ExitCode.js
  14. -lib hxnodejs
  15. --next
  16. compile-each.hxml
  17. --main UtilityProcess
  18. -js bin/js/UtilityProcess.js
  19. -lib hxnodejs