issue #211, add batch build for uphone

This commit is contained in:
Walzer 2010-11-19 02:59:27 +00:00
parent d96599e787
commit 3f8c167882
4 changed files with 26 additions and 7 deletions

25
build-uphone.sh Normal file
View File

@ -0,0 +1,25 @@
pushd ./box2d/proj.uphone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./chipmunk/proj.uphone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./cocos2dx/proj.uphone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./CocosDenshion/proj.uphone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./tests/proj.uphone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd

View File

@ -20,7 +20,7 @@ INCLUDE_PATH += -I../ -I../Res \
-I../../ \
-I../tests
LIBS += -lcocos2d -lTG3_EGL -lchipmunk -lbox2d -lTG3_GLESv1_CM -lTG3_GLESv2
LIBS += -lcocos2d -lchipmunk -lbox2d -lTG3_GLESv1_CM -lTG3_EGL -lz -lxml2 -lpng14 -lImageToolKit -ljpeg
OBJECTS_DIR = ./Debug-ARM
DESTDIR = $(TO_PROJECT_ROOT)/$(BIN_OUTPUT_DIR)

View File

@ -1,6 +0,0 @@
move ./test_uphone_Arm.TMK3 ../test_uphone_Arm.TMK3
D:\Work7\PRJ_TG3\Common\TMK3\TMK3 ../test_uphone_Arm.TMK3
move ../test_uphone_Arm.TMK3 ./test_uphone_Arm.TMK3
move ../Makefile.ARM ./Makefile.ARM
move ../test_uphone_Arm.TMK3 ./test_uphone_Arm.TMK3