compile-python.hxml 208 B

12345678910111213
  1. compile-each.hxml
  2. -main Main
  3. -python bin/python/sys.py
  4. --next
  5. compile-each.hxml
  6. -main TestArguments
  7. -python bin/python/TestArguments.py
  8. --next
  9. compile-each.hxml
  10. -main ExitCode
  11. -python bin/python/ExitCode.py