mirror of https://github.com/axmolengine/axmol.git
issue #211, add batch build for uphone
This commit is contained in:
parent
d96599e787
commit
3f8c167882
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
Loading…
Reference in New Issue