Merge pull request #1787 from minggo/gles20

issue #1603:modify auto-building script
This commit is contained in:
minggo 2012-12-24 19:12:40 -08:00
commit fb0a9d9058
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ antcompile
cp $ROOT/tools/jenkins_scripts/ant.properties $ROOT/samples/Lua/HelloLua/proj.android
cp $ROOT/tools/jenkins_scripts/build.xml $ROOT/samples/Lua/HelloLua/proj.android
cp $ROOT/tools/jenkins_scripts/mac/rootconfig-mac.sh $ROOT/samples/Lua/CppHelloLua/proj.android
cp $ROOT/tools/jenkins_scripts/mac/rootconfig-mac.sh $ROOT/samples/Lua/HelloLua/proj.android
cd $ROOT/samples/Lua/HelloLua/proj.android
sh rootconfig-mac.sh HelloLua
sh build_native.sh

View File

@ -39,7 +39,7 @@ elif [ $1 = TestLua ]; then
elif [ $1 = TestJavascript ]; then
sed -i '2d' $CUR/build.xml
sed -i '2 i\<project name="TestJavascript" default="help">' $CUR/build.xml
else [ $1 = SimpleGame ]; then
elif [ $1 = SimpleGame ]; then
sed -i '2d' $CUR/build.xml
sed -i '2 i\<project name="SimpleGame" default="help">' $CUR/build.xml
fi