Skip to content

HaxeFoundation/hxcpp

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3117d75 · Jul 22, 2024
Jun 25, 2024
Aug 13, 2015
Jun 5, 2023
Dec 4, 2020
Apr 25, 2024
Jul 25, 2010
Jun 16, 2024
Jul 22, 2024
Jun 16, 2024
Jun 25, 2024
Jun 25, 2024
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.