mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4182 from ricardoquesada/android_create_fixes
fixes for android create
This commit is contained in:
commit
0e642013db
|
@ -15,11 +15,12 @@ ALL_SAMPLES = CPP_SAMPLES + LUA_SAMPLES + JSB_SAMPLES
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
|
|
||||||
print "%prog [-n ndk-build-parameter] target\n\
|
print """%s [-n ndk-build-parameter] target.
|
||||||
valid target are [hellocpp|testcpp|simplegame|assetsmanager|hellolua|testlua|cocosdragon\
|
|
||||||
|crystalcraze|moonwarriors|testjavascript|watermelonwithme], of course you can use 'cpp'\
|
Valid targets are: [hellocpp|testcpp|simplegame|assetsmanager|hellolua|testlua|cocosdragon
|
||||||
to build all cpp samples, 'lua' to build all lua samples, 'jsb' to build all javascript samples,\
|
|crystalcraze|moonwarriors|testjavascript|watermelonwithme]
|
||||||
and 'all' for all samples"
|
|
||||||
|
You can use [all|cpp|lua|jsb], to build all, or all the C++, or all the Lua, or all the JavaScript samples respectevely.""" % sys.argv[0]
|
||||||
|
|
||||||
def check_environment_variables():
|
def check_environment_variables():
|
||||||
''' Checking the environment NDK_ROOT, which will be used for building
|
''' Checking the environment NDK_ROOT, which will be used for building
|
||||||
|
|
Loading…
Reference in New Issue