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