My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
haxe2neko  
Compile .hx files to a Neko file.
Updated Sep 1, 2009 by wildwin...@gmail.com

The haxe2neko task

This calls the haxe compiler to compile to a Neko .n file.

Standard Options

All 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
Powered by Google Project Hosting