mirror of https://github.com/axmolengine/axmol.git
26 lines
434 B
Bash
26 lines
434 B
Bash
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
|
|
|