[cmake] Update make-all-linux-projects.sh.

This commit is contained in:
James Chen 2013-11-04 18:56:03 +08:00
parent edb1fc7822
commit bc251bcc95
1 changed files with 4 additions and 6 deletions

View File

@ -17,10 +17,8 @@ if $COCOS2DX_USEAPT; then
./install-deps-linux.sh
fi
export MAKEFLAGS=-j10
mkdir -p linux-build
cd linux-build
cmake ../..
make -j10
make PLATFORM=linux DEBUG=1 clean
make PLATFORM=linux DEBUG=0 clean
make PLATFORM=linux DEBUG=1 all
make PLATFORM=linux DEBUG=0 all