1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- --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
- -java all_java
- -xml doc/java.xml
- --next
- -cs all_cs
- -D unsafe
- -xml doc/cs.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
|