Merge pull request #1770 from minggo/iss1603-adjust-directory

issue #1536:add permissions and modify module path error
This commit is contained in:
minggo 2012-12-20 22:42:00 -08:00
commit 686111ed20
4 changed files with 1 additions and 1 deletions

0
samples/Cpp/HelloCpp/proj.android/build_native.sh Normal file → Executable file
View File

0
samples/Cpp/SimpleGame/proj.android/build_native.sh Normal file → Executable file
View File

0
samples/Cpp/TestCpp/proj.android/build_native.sh Normal file → Executable file
View File

View File

@ -19,7 +19,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES += cocos_extension_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,samples/TestCpp)
$(call import-module,samples/Cpp/TestCpp)
$(call import-module,cocos2dx)
$(call import-module,cocos2dx/platform/third_party/android/prebuilt/libcurl)
$(call import-module,CocosDenshion/android)