|
haxe2as3
Compile .hx files to Actionscript 3 files.
The haxe2as3 taskThis calls the haxe compiler to compile to a folder of Actionscript .as3 files. Standard OptionsAll the StandardHaxeTasks options apply. To compile to as3 files<haxe2as3 main="App" out="app"/> Where, unlike the other haxe compile tasks, out is the name of a directory. |
Sign in to add a comment