|
Project Information
Links
|
This projects holds the runtime files required for using the c++ backend for haxe. It contains the make files, binaries, include files and dll source files. The compiler source and haxe class files are now part of the standard haxe distribution. Ultimately, the orgainisation of these files may change if more files are distributed with the standard haxe distribution. This project is mainly for developers because official releases will be distributed via haxelib. You can try out this current version of hxcpp quite easily. Follow the svn-checkouts instructions on the "Source" tab. Set this as your current "hxcpp" directory using the haxelib "dev" command. eg: haxelib dev hxcpp path_to_checkout and you should be done. Some points to watch out for - make sure you have not set the environment variable "HXCPP" to somewhere else, and you make need to completely delete the haxe-generated source/obj directory before recompiling. |