compile-cpp.hxml 256 B

12345678910111213141516
  1. compile-each.hxml
  2. --define disable-unicode-strings
  3. --main Main
  4. -cpp bin/cpp
  5. --next
  6. compile-each.hxml
  7. --define disable-unicode-strings
  8. --main TestArguments
  9. -cpp bin/cpp
  10. --next
  11. compile-each.hxml
  12. --define disable-unicode-strings
  13. --main ExitCode
  14. -cpp bin/cpp