Skip to content

multi-os-engine-community/moe-binding-clang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-OS Engine Bindings for Clang

This library contains bindings for clang.

Updating Bindings

This step requires you to check out the complete Multi-OS Engine repository and for safest operation, have a local built SDK.

You can find more info on checking out and building the repository here.

If the above preparations are done, you can open Terminal and run:

cd <repo>/moe/tools/moe.sdk.publisher/build/dev-sdk/tools/
java -cp <repo>/moe/tools/moe.generator.natjgen/build/libs/moe.generator.natjgen.jar \
    org.moe.natjgen.Main \
    <repo>/moe/tools \
    moe.binding.clang \
    <repo>/moe/tools/moe.binding.clang/binding.natjgen

Before commiting changes, it is recommended that code formatting is applied. This project uses the same formatting rules/options as moe-core's iOS bindings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.7%
  • C++ 41.0%
  • Java 4.3%