axmol/build-wophone.sh

31 lines
524 B
Bash
Raw Normal View History

pushd ./box2d/proj.wophone
2010-11-19 10:59:27 +08:00
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./chipmunk/proj.wophone
2010-11-19 10:59:27 +08:00
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./cocos2dx/proj.wophone
2010-11-19 10:59:27 +08:00
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./CocosDenshion/proj.wophone
2010-11-19 10:59:27 +08:00
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./HelloWorld/wophone
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd
pushd ./tests/test.wophone
2010-11-19 10:59:27 +08:00
make -f Makefile.ARM clean
make -f Makefile.ARM all
popd