123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- --no-output
- --macro ImportAll.run()
- --dce no
- -D doc-gen
- --each
- -neko all.n
- -xml doc/neko.xml
- --next
- -js all.js
- -xml doc/js.xml
- --next
- -swf all9.swf
- -xml doc/flash.xml
- --swf-version 11.4
- --next
- -php all_php
- -xml doc/php.xml
- --next
- -cpp all_cpp
- -xml doc/cpp.xml
- -D HXCPP_MULTI_THREADED
- --next
- --jvm all_jvm
- -xml doc/jvm.xml
- --next
- -python all_py
- -xml doc/python.xml
- --next
- --interp
- -xml doc/macro.xml
- --next
- -lua all_lua
- -xml doc/lua.xml
- --next
- -hl all_hl
- -xml doc/hl.xml
|