2010-11-19 10:59:27 +08:00
|
|
|
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
|
|
|
|
|
2010-12-20 12:47:56 +08:00
|
|
|
pushd ./tests/test.uphone
|
2010-11-19 10:59:27 +08:00
|
|
|
make -f Makefile.ARM clean
|
|
|
|
make -f Makefile.ARM all
|
|
|
|
popd
|
|
|
|
|