compile-hlc.hxml 307 B

123456789101112131415161718
  1. compile-each.hxml
  2. --main Main
  3. -hl bin/hlc/sys/sys.c
  4. --next
  5. compile-each.hxml
  6. --main TestArguments
  7. -hl bin/hlc/testArguments/TestArguments.c
  8. --next
  9. compile-each.hxml
  10. --main ExitCode
  11. -hl bin/hlc/exitCode/ExitCode.c
  12. --next
  13. compile-each.hxml
  14. --main UtilityProcess
  15. -hl bin/hlc/utilityProcess/UtilityProcess.c