2
0

compile-hlc.hxml 391 B

12345678910111213141516171819202122
  1. compile-each.hxml
  2. --main Main
  3. -hl bin/hlc/sys/sys.c
  4. -D hlgen.makefile=ci
  5. --next
  6. compile-each.hxml
  7. --main TestArguments
  8. -hl bin/hlc/testArguments/TestArguments.c
  9. -D hlgen.makefile=ci
  10. --next
  11. compile-each.hxml
  12. --main ExitCode
  13. -hl bin/hlc/exitCode/ExitCode.c
  14. -D hlgen.makefile=ci
  15. --next
  16. compile-each.hxml
  17. --main UtilityProcess
  18. -hl bin/hlc/utilityProcess/UtilityProcess.c
  19. -D hlgen.makefile=ci