|
haxe2neko
Compile .hx files to a Neko file.
The haxe2neko taskThis calls the haxe compiler to compile to a Neko .n file. Standard OptionsAll the StandardHaxeTasks options apply. This task supports Dependency Checking, which is turned on by default i.e. if the source files haven't changed, the haxe compile step won't be called. To compile to a .n file<haxe2neko main="App" out="app.n"/> or <haxe2neko main="App" out="app.n">
<lib name="swhx"/>
<classpath>
<pathelement location="E:\src"/>
<pathelement location="D:\src"/>
</classpath>
</haxe2neko>
|
► Sign in to add a comment