We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Make binding-generator to support windows.
Make binding-generator to support windows.
Refactor #3781 [Closed]
We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Current binding-generator on develop branch can only support mac and linux and not support windows.
To make it supports windows we have to make some changes:
1. Add a .bat file instead of .sh to launch generator in tolua/tojs folder.
2. Provide the pre-built libclang-3.4 library for each platform in binding-generator folder, since the 3.4 version was been confirmed as the best choice ( the llvm.org only provide the 3.4 pre-built binaries for windows till now).
3. Show the tips when user is not use Android NDK r9b, since libclang3.4 can only work correctly with r9b.