[haXe] executable haxe?
Mark Winterhalder
mark13 at gmail.com
Mon Dec 3 00:09:28 CET 2007
On Dec 3, 2007 12:04 AM, Mark Winterhalder <mark13 at gmail.com> wrote:
> On Dec 2, 2007 11:04 PM, Ralf Bokelberg <ralf.bokelberg at gmail.com> wrote:
> > I would like to implement a developer tool to be excuted locally,
> > similar to a linux tool like grep.
> > It seems like i should be able to execute compiled haxe programms using neko.
> > Is this correct?
>
> Yes, 'nekotools boot <file.n>'.
Re-reading your question, you didn't ask how to make stand-alone executables...
So, the answer would be, yes, you can compile for the Neko VM as a
target platform by giving the compiler a '-neko <file.n>' option
instead of the SWF ones you probably have. Then execute them like
'neko <file.n>', or turn them into a standalone executable like I
wrote above.
Mark
More information about the Haxe
mailing list