mirror of https://github.com/axmolengine/axmol.git
Uses genbindings.py instead of genbindings.sh and genbindings.bat.
This commit is contained in:
parent
b06d54f706
commit
c97b6cb197
|
@ -8,7 +8,7 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
#
|
#
|
||||||
# For bindings generator:
|
# For bindings generator:
|
||||||
# (see ../../../tojs/genbindings.sh and ../../../tolua/genbindings.sh
|
# (see ../../../tojs/genbindings.py and ../../../tolua/genbindings.py
|
||||||
# ... for the defaults used if the environment is not customized)
|
# ... for the defaults used if the environment is not customized)
|
||||||
#
|
#
|
||||||
# * $PYTHON_BIN
|
# * $PYTHON_BIN
|
||||||
|
@ -47,12 +47,12 @@ generate_bindings_glue_codes()
|
||||||
{
|
{
|
||||||
echo "Create auto-generated jsbinding glue codes."
|
echo "Create auto-generated jsbinding glue codes."
|
||||||
pushd "$TOJS_ROOT"
|
pushd "$TOJS_ROOT"
|
||||||
./genbindings.sh
|
./genbindings.py
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "Create auto-generated luabinding glue codes."
|
echo "Create auto-generated luabinding glue codes."
|
||||||
pushd "$TOLUA_ROOT"
|
pushd "$TOLUA_ROOT"
|
||||||
./genbindings.sh
|
./genbindings.py
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue