Merge pull request #4182 from ricardoquesada/android_create_fixes

fixes for android create
This commit is contained in:
Ricardo Quesada 2013-11-11 16:10:19 -08:00
commit 0e642013db
1 changed files with 6 additions and 5 deletions

View File

@ -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