doc.hxml 484 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --no-output
  2. --macro ImportAll.run()
  3. --dce no
  4. -D doc-gen
  5. --each
  6. -neko all.n
  7. -xml doc/neko.xml
  8. --next
  9. -js all.js
  10. -xml doc/js.xml
  11. --next
  12. -swf all9.swf
  13. -xml doc/flash.xml
  14. --swf-version 11.4
  15. --next
  16. -php all_php
  17. -xml doc/php.xml
  18. --next
  19. -cpp all_cpp
  20. -xml doc/cpp.xml
  21. -D HXCPP_MULTI_THREADED
  22. --next
  23. --jvm all_jvm
  24. -xml doc/jvm.xml
  25. --next
  26. -python all_py
  27. -xml doc/python.xml
  28. --next
  29. --interp
  30. -xml doc/macro.xml
  31. --next
  32. -lua all_lua
  33. -xml doc/lua.xml
  34. --next
  35. -hl all_hl
  36. -xml doc/hl.xml