Skip to content

Runtime files for c++ backend for haxe

License

Notifications You must be signed in to change notification settings

mcagabe19-stuff/hxcpp

 
 

Repository files navigation

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.

building the tools

REPO=$(pwd)
cd ${REPO}/tools/run
haxe compile.hxml
cd ${REPO}/tools/hxcpp
haxe compile.hxml
cd $REPO

cppia

You first need to build the cppia host.

REPO=$(pwd)
cd ${REPO}/project
haxe compile-cppia.hxml
cd $REPO

Then you can do haxelib run hxcpp file.cppia.

About

Runtime files for c++ backend for haxe

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 52.5%
  • C 36.5%
  • Haxe 9.3%
  • Objective-C 0.8%
  • Smarty 0.4%
  • Batchfile 0.3%
  • Other 0.2%