Merge pull request #1158 from John-cdy/gles20

issue #1404:Modify directory structure
This commit is contained in:
minggo 2012-08-05 23:24:10 -07:00
commit 1b01659221
16 changed files with 55 additions and 55 deletions

View File

@ -53,13 +53,13 @@ antcompile()
#record the relevant catalog
compileresult=0
CUR=$(pwd)
cd ../..
cd ../../../..
ROOT=$(pwd)
#copy configuration files to target.
cp $CUR/ant.properties $ROOT/samples/TestCpp/proj.android
cp $CUR/build.xml $ROOT/samples/TestCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/TestCpp/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cd samples/TestCpp/proj.android
sh rootconfig-Mac.sh TestCpp
sh build_native.sh
@ -70,9 +70,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $CUR/build.xml $ROOT/samples/HelloCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloCpp/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cd ../../HelloCpp/proj.android
sh rootconfig-Mac.sh HelloCpp
sh build_native.sh
@ -81,9 +81,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloLua/proj.android
cp $CUR/build.xml $ROOT/samples/HelloLua/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloLua/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cd ../../HelloLua/proj.android
sh rootconfig-Mac.sh HelloLua
sh build_native.sh

View File

@ -29,13 +29,13 @@ antcompile()
#record the relevant catalog
compileresult=0
CUR=$(pwd)
cd ../..
cd ../../../..
ROOT=$(pwd)
#copy configuration files to target.
cp $CUR/ant.properties $ROOT/samples/TestCpp/proj.android
cp $CUR/build.xml $ROOT/samples/TestCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/TestCpp/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cd samples/TestCpp/proj.android
sh rootconfig-Mac.sh TestCpp
sh build_native.sh
@ -46,9 +46,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $CUR/build.xml $ROOT/samples/HelloCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloCpp/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cd ../../HelloCpp/proj.android
sh rootconfig-Mac.sh HelloCpp
sh build_native.sh
@ -57,9 +57,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloLua/proj.android
cp $CUR/build.xml $ROOT/samples/HelloLua/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloLua/proj.android
cp $$ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cd ../../HelloLua/proj.android
sh rootconfig-Mac.sh HelloLua
sh build_native.sh

View File

@ -53,17 +53,17 @@ antcompile()
#record the relevant catalog
compileresult=0
CUR=$(pwd)
cd ../..
cd ../../../..
ROOT=$(pwd)
#copy configuration files to target.
sed -i '' '14d' $CUR/ant.properties
gsed -i "14 i\\key.store=$ANDROID_HOME/debug.keystore" $CUR/ant.properties
cp $CUR/debug.keystore $ANDROID_HOME
cp $CUR/../debug.keystore $ANDROID_HOME
cp $CUR/ant.properties $ROOT/samples/TestCpp/proj.android
cp $CUR/build.xml $ROOT/samples/TestCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cd samples/TestCpp/proj.android
sh rootconfig-Mac.sh TestCpp
sh build_native.sh
@ -74,9 +74,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $CUR/build.xml $ROOT/samples/HelloCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cd ../../HelloCpp/proj.android
sh rootconfig-Mac.sh HelloCpp
sh build_native.sh
@ -85,9 +85,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloLua/proj.android
cp $CUR/build.xml $ROOT/samples/HelloLua/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cd ../../HelloLua/proj.android
sh rootconfig-Mac.sh HelloLua
sh build_native.sh

View File

@ -29,17 +29,17 @@ antcompile()
#record the relevant catalog
compileresult=0
CUR=$(pwd)
cd ../..
cd ../../../..
ROOT=$(pwd)
#copy configuration files to target.
sed -i '' '14d' $CUR/ant.properties
gsed -i "14 i\\key.store=$ANDROID_HOME/debug.keystore" $CUR/ant.properties
cp $CUR/debug.keystore $ANDROID_HOME
cp $CUR/../debug.keystore $ANDROID_HOME
cp $CUR/ant.properties $ROOT/samples/TestCpp/proj.android
cp $CUR/build.xml $ROOT/samples/TestCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/TestCpp/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/TestCpp/proj.android
cd samples/TestCpp/proj.android
sh rootconfig-Mac.sh TestCpp
sh build_native.sh
@ -50,9 +50,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $CUR/build.xml $ROOT/samples/HelloCpp/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloCpp/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloCpp/proj.android
cd ../../HelloCpp/proj.android
sh rootconfig-Mac.sh HelloCpp
sh build_native.sh
@ -61,9 +61,9 @@ android update project -p proj.android
cd proj.android
antcompile
cp $CUR/ant.properties $ROOT/samples/HelloLua/proj.android
cp $CUR/build.xml $ROOT/samples/HelloLua/proj.android
cp $CUR/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/ant.properties $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/build.xml $ROOT/samples/HelloLua/proj.android
cp $ROOT/tools/JenkinsScript/Mac/rootconfig-Mac.sh $ROOT/samples/HelloLua/proj.android
cd ../../HelloLua/proj.android
sh rootconfig-Mac.sh HelloLua
sh build_native.sh

View File

@ -13,7 +13,7 @@ cd ../../..
#echo $_COCOS2DX_ROOT
#Modify the configuration files
sed -i '' '3,4d' $CUR/build_native.sh
#sed -i '' '3,4d' $CUR/build_native.sh
sed -i '' '13d' $CUR/project.properties
#gsed -i "3 i\\$_NDK_ROOT" $CUR/build_native.sh
#gsed -i "4 i\\$_COCOS2DX_ROOT" $CUR/build_native.sh

View File

@ -11,13 +11,13 @@ if not exist "%ANDROID_NDK%" echo Couldn't find Cygwin at "%ANDROID_NDK%" and yo
if not exist "%JAVA_HOME%" echo Couldn't find Cygwin at "%JAVA_HOME%" and you should set like this "C:\Program Files\Java\jdk1.7.0_05"& pause & exit 5
set _PROJECTNAME=TestCpp
cd ..\..
cd ..\..\..\..
:project
::Copy build Configuration files to target directory
copy %cd%\tools\JenkinsScript\ant.properties %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\build.xml %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\Windows\android\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
::Modify the configuration files
cd samples\%_PROJECTNAME%\proj.android

View File

@ -11,13 +11,13 @@ if not exist "%ANDROID_NDK%" echo Couldn't find Cygwin at "%ANDROID_NDK%" and yo
if not exist "%JAVA_HOME%" echo Couldn't find Cygwin at "%JAVA_HOME%" and you should set like this "C:\Program Files\Java\jdk1.7.0_05"& pause & exit 5
set _PROJECTNAME=TestCpp
cd ..\..
cd ..\..\..\..
:project
::Copy build Configuration files to target directory
copy %cd%\tools\JenkinsScript\ant.properties %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\build.xml %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\Windows\android\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
::Modify the configuration files
cd samples\%_PROJECTNAME%\proj.android
@ -73,9 +73,9 @@ move anttmp.properties ant.properties
::Calculate the errorlevel and change build target.
cd ../../..
IF "%_PROJECTNAME%"=="TestCpp" set /a testresult1=(result8+result10+result11+result12+result13) && set _PROJECTNAME=HelloCpp&& goto project
IF "%_PROJECTNAME%"=="HelloCpp" set /a testresult2=(result8+result10+result11+result12+result13) && set _PROJECTNAME=HelloLua&& goto project
IF "%_PROJECTNAME%"=="HelloLua" set /a testresult3=(result8+result10+result11+result12+result13)
IF "%_PROJECTNAME%"=="TestCpp" set /a testresult1=(result14+result15) && set _PROJECTNAME=HelloCpp&& goto project
IF "%_PROJECTNAME%"=="HelloCpp" set /a testresult2=(result14+result15) && set _PROJECTNAME=HelloLua&& goto project
IF "%_PROJECTNAME%"=="HelloLua" set /a testresult3=(result14+result15)
set /a testresult=(testresult1+testresult2+testresult3)
IF %testresult% NEQ 0 goto error

View File

@ -11,13 +11,13 @@ if not exist "%ANDROID_NDK%" echo Couldn't find Cygwin at "%ANDROID_NDK%" and yo
if not exist "%JAVA_HOME%" echo Couldn't find Cygwin at "%JAVA_HOME%" and you should set like this "C:\Program Files\Java\jdk1.7.0_05"& pause & exit 5
set _PROJECTNAME=TestCpp
cd ..\..
cd ..\..\..\..
:project
::Copy build Configuration files to target directory
copy %cd%\tools\JenkinsScript\ant.properties %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\build.xml %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\Windows\android\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
::Modify the configuration files
cd samples\%_PROJECTNAME%\proj.android

View File

@ -11,13 +11,13 @@ if not exist "%ANDROID_NDK%" echo Couldn't find Cygwin at "%ANDROID_NDK%" and yo
if not exist "%JAVA_HOME%" echo Couldn't find Cygwin at "%JAVA_HOME%" and you should set like this "C:\Program Files\Java\jdk1.7.0_05"& pause & exit 5
set _PROJECTNAME=TestCpp
cd ..\..
cd ..\..\..\..
:project
::Copy build Configuration files to target directory
copy %cd%\tools\JenkinsScript\ant.properties %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\build.xml %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
copy %cd%\tools\JenkinsScript\Windows\android\rootconfig.sh %cd%\samples\%_PROJECTNAME%\proj.android
::Modify the configuration files
cd samples\%_PROJECTNAME%\proj.android

View File

@ -17,7 +17,7 @@ cd ../../..
#echo $_COCOS2DX_ROOT
#Modify the configuration files
sed -i '3,4d' $CUR/build_native.sh
#sed -i '3,4d' $CUR/build_native.sh
sed -i '13d' $CUR/project.properties
#sed -i "3 i\\$_NDK_ROOT" $CUR/build_native.sh
#sed -i "4 i\\$_COCOS2DX_ROOT" $CUR/build_native.sh