Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 440 Bytes

hxcpp

Build Status

hxcpp is the runtime support for the c++ backend of the haxe compiler. This contains the headers, libraries and support code required to generate a fully compiled executable from haxe code.

rebuilding

cd project
haxelib run hxcpp build.xml clean
haxelib run hxcpp build.xml