issue #1399: Built four android projects(HelloCpp, HelloLua, TestJavascript, TestCpp) successfully on Ubuntu System.

This commit is contained in:
James Chen 2012-07-21 13:49:20 +08:00
parent b2b0a0c3d5
commit 5e5b008742
6 changed files with 21 additions and 21 deletions

View File

@ -118,12 +118,12 @@ textures/CCTexture2D.cpp \
textures/CCTextureAtlas.cpp \ textures/CCTextureAtlas.cpp \
textures/CCTextureCache.cpp \ textures/CCTextureCache.cpp \
textures/CCTexturePVR.cpp \ textures/CCTexturePVR.cpp \
tileMap_parallax_nodes/CCParallaxNode.cpp \ tilemap_parallax_nodes/CCParallaxNode.cpp \
tileMap_parallax_nodes/CCTMXLayer.cpp \ tilemap_parallax_nodes/CCTMXLayer.cpp \
tileMap_parallax_nodes/CCTMXObjectGroup.cpp \ tilemap_parallax_nodes/CCTMXObjectGroup.cpp \
tileMap_parallax_nodes/CCTMXTiledMap.cpp \ tilemap_parallax_nodes/CCTMXTiledMap.cpp \
tileMap_parallax_nodes/CCTMXXMLParser.cpp \ tilemap_parallax_nodes/CCTMXXMLParser.cpp \
tileMap_parallax_nodes/CCTileMapAtlas.cpp \ tilemap_parallax_nodes/CCTileMapAtlas.cpp \
touch_dispatcher/CCTouchDispatcher.cpp \ touch_dispatcher/CCTouchDispatcher.cpp \
touch_dispatcher/CCTouchHandler.cpp touch_dispatcher/CCTouchHandler.cpp

View File

@ -186,13 +186,13 @@ THE SOFTWARE.
#include "textures/CCTextureCache.h" #include "textures/CCTextureCache.h"
#include "textures/CCTexturePVR.h" #include "textures/CCTexturePVR.h"
// tileMap_parallax_nodes // tilemap_parallax_nodes
#include "tileMap_parallax_nodes/CCParallaxNode.h" #include "tilemap_parallax_nodes/CCParallaxNode.h"
#include "tileMap_parallax_nodes/CCTMXLayer.h" #include "tilemap_parallax_nodes/CCTMXLayer.h"
#include "tileMap_parallax_nodes/CCTMXObjectGroup.h" #include "tilemap_parallax_nodes/CCTMXObjectGroup.h"
#include "tileMap_parallax_nodes/CCTMXTiledMap.h" #include "tilemap_parallax_nodes/CCTMXTiledMap.h"
#include "tileMap_parallax_nodes/CCTMXXMLParser.h" #include "tilemap_parallax_nodes/CCTMXXMLParser.h"
#include "tileMap_parallax_nodes/CCTileMapAtlas.h" #include "tilemap_parallax_nodes/CCTileMapAtlas.h"
// touch_dispatcher // touch_dispatcher
#include "touch_dispatcher/CCTouch.h" #include "touch_dispatcher/CCTouch.h"

View File

@ -1,6 +1,6 @@
# set params # set params
NDK_ROOT_LOCAL=/cygdrive/e/android/android-ndk-r8 NDK_ROOT_LOCAL=/home/james/Software/android/android-ndk-r8b
COCOS2DX_ROOT_LOCAL=/cygdrive/f/Project/dumganhar/cocos2d-x COCOS2DX_ROOT_LOCAL=/home/james/Project/cocos2d-x
buildexternalsfromsource= buildexternalsfromsource=

View File

@ -1,6 +1,6 @@
# set params # set params
NDK_ROOT_LOCAL=/cygdrive/e/android/android-ndk-r8 NDK_ROOT_LOCAL=/home/james/Software/android/android-ndk-r8b
COCOS2DX_ROOT_LOCAL=/cygdrive/f/Project/dumganhar/cocos2d-x COCOS2DX_ROOT_LOCAL=/home/james/Project/cocos2d-x
buildexternalsfromsource= buildexternalsfromsource=

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

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# set params # set params
NDK_ROOT_LOCAL=/cygdrive/e/android/android-ndk-r8 NDK_ROOT_LOCAL=/home/james/Software/android/android-ndk-r8b
COCOS2DX_ROOT_LOCAL=/cygdrive/f/Project/dumganhar/cocos2d-x COCOS2DX_ROOT_LOCAL=/home/james/Project/cocos2d-x
buildexternalsfromsource= buildexternalsfromsource=

4
samples/TestJavascript/proj.android/build_native.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
# set params # set params
NDK_ROOT_LOCAL=/cygdrive/e/android/android-ndk-r8 NDK_ROOT_LOCAL=/home/james/Software/android/android-ndk-r8b
COCOS2DX_ROOT_LOCAL=/cygdrive/f/Project/dumganhar/cocos2d-x COCOS2DX_ROOT_LOCAL=/home/james/Project/cocos2d-x
buildexternalsfromsource= buildexternalsfromsource=