Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ hx.NativeModule Public archive

Example project using library builded via hxcpp.

Notifications You must be signed in to change notification settings

boozook/hx.NativeModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Haxe-part static libraries

haxe build.macos.hxml
haxe build.ios-sim.hxml
haxe build.ios.hxml
lipo -create out/lib/cpp-ios-a*/liboutput.*.a -output out/lib/hx.fat-ios.a

Build Xcode project

cd ios; xcodebuild
cd macos; xcodebuild