Merge pull request #2331 from dumganhar/master

Updating genbindings.sh, cxx-generator ~> bindings-generator.
This commit is contained in:
James Chen 2013-04-08 20:06:04 -07:00
commit 7114aef751
2 changed files with 3 additions and 3 deletions

View File

@ -176,7 +176,7 @@ if [ -z "${COCOS2DX_PULL_BASE+aaa}" ]; then
echo This script will NOT automatically generate pull requests
echo unless this variable is set.
echo example
echo COCOS2DX_PULL_BASE=\"cocos2d/cocos2d-x:gles20\"
echo COCOS2DX_PULL_BASE=\"cocos2d/cocos2d-x:master\"
echo COCOS2DX_PULL_BASE=\"username/repository:branch\"
echo
echo Exiting with success.

View File

@ -39,7 +39,7 @@ if [ -z "${COCOS2DX_ROOT+aaa}" ]; then
fi
if [ -z "${CXX_GENERATOR_ROOT+aaa}" ]; then
CXX_GENERATOR_ROOT="$COCOS2DX_ROOT/tools/cxx-generator"
CXX_GENERATOR_ROOT="$COCOS2DX_ROOT/tools/bindings-generator"
fi
if [ -z "${TOJS_ROOT+aaa}" ]; then