Skip to content

HaxeFoundation/hxcpp

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2025
Aug 13, 2015
Jun 5, 2023
Jun 26, 2024
Oct 15, 2024
Jul 25, 2010
Oct 15, 2024
Feb 11, 2025
Sep 17, 2024
Oct 15, 2024
Jan 23, 2025
Mar 30, 2023
Jun 25, 2024
Apr 7, 2023
Jul 26, 2009
Jul 7, 2019
Apr 7, 2023
Jan 20, 2014
Mar 6, 2023

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.