public
Description: A program written in haXe that will recursively convert any .as files in a given directory to haXe and save them in the specified output directory.
Home | Edit | New

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

Last edited by Atmospherian, Sat Jul 11 05:11:33 -0700 2009
Home | Edit | New
Versions: