Skip to content

retronx-team/switch-hxcpp

This branch is 1 commit ahead of, 255 commits behind HaxeFoundation/hxcpp:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6026dce · May 31, 2020
Aug 13, 2015
Feb 10, 2019
May 31, 2020
May 15, 2020
Jul 25, 2010
Apr 29, 2020
May 16, 2020
May 15, 2020
May 31, 2020
May 31, 2020
Nov 15, 2019
May 14, 2020
Jul 26, 2009
Jul 7, 2019
Apr 6, 2020
May 14, 2020
Jan 20, 2014
May 16, 2020

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

Packages

No packages published

Languages

  • C++ 52.4%
  • C 36.6%
  • Haxe 9.4%
  • Objective-C 0.8%
  • Smarty 0.4%
  • Batchfile 0.2%
  • Other 0.2%