123456789101112131415161718 |
- compile-each.hxml
- --main Main
- -hl bin/hlc/sys/sys.c
- --next
- compile-each.hxml
- --main TestArguments
- -hl bin/hlc/testArguments/TestArguments.c
- --next
- compile-each.hxml
- --main ExitCode
- -hl bin/hlc/exitCode/ExitCode.c
- --next
- compile-each.hxml
- --main UtilityProcess
- -hl bin/hlc/utilityProcess/UtilityProcess.c
|