1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- -neko all.n
- --no-output
- -xml neko.xml
- haxe.ImportAll
- --next
- -swf all.swf
- --no-output
- -xml flash.xml
- -D flash_lite
- haxe.ImportAll
- --next
- -js all.js
- --no-output
- -xml js.xml
- haxe.ImportAll
- --next
- -swf all_strict.swf
- --no-output
- -D flash_strict
- -D flash_lite
- -xml flash_strict.xml
- haxe.ImportAll
- --next
- -swf9 all9.swf
- --no-output
- -xml flash9.xml
- haxe.ImportAll
- -D flash10
- --next
- -php all_php
- --no-output
- -xml php.xml
- haxe.ImportAll
- --next
- -xml cross.xml
- haxe.ImportAll
|