This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Using the code
This project is being developed in FlashDevelop which is currently only available for Windows. To compile on Linux or Mac OS X (presumably) you can execute this command (from the project root directory):
$ haxe -cp src -main net.interaxia.as3tohaxe.Main -neko as3tohaxe.n
Or to make it easier to do this repeatedly, create a file called compile.hxml with the following contents:
-cp src
-main net.interaxia.as3tohaxe.Main
-neko as3tohaxe.n
and then you can compile with:
$ haxe compile.hxml






