https://github.com/boozook/hx.nativemodule
Example project using library builded via hxcpp.
https://github.com/boozook/hx.nativemodule
c-plus-plus haxe hxcpp ios ios-lib macos module objc osx-lib static-library
Last synced: about 2 months ago
JSON representation
Example project using library builded via hxcpp.
- Host: GitHub
- URL: https://github.com/boozook/hx.nativemodule
- Owner: boozook
- Created: 2014-12-07T15:14:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T22:34:03.000Z (about 8 years ago)
- Last Synced: 2023-03-12T03:52:44.090Z (about 2 years ago)
- Topics: c-plus-plus, haxe, hxcpp, ios, ios-lib, macos, module, objc, osx-lib, static-library
- Language: Objective-C
- Size: 413 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build Haxe-part static libraries
```shell
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
```* See [hx/readme.md](hx/README.md).
## Build Xcode project
```shell
cd ios; xcodebuild
cd macos; xcodebuild
```* How to create Xcode-project - see [ios/readme.md](ios/README.md).
* How to create Xcode-project - see [macos/readme.md](macos/README.md).