Updated FHeroes2 to use symlink to external SVN and patch instead of putting files to Git

This commit is contained in:
pelya
2010-11-22 18:36:27 +02:00
parent 6059838782
commit 3167e7f629
54 changed files with 9 additions and 141515 deletions
+3 -1
View File
@@ -53,5 +53,7 @@ for APP1 in project/jni/application/*/AndroidAppSettings.cfg; do
OLDPATH="`pwd`"
( cd project && nice -n5 $NDKBUILD -j2 V=1 && ant release && \
jarsigner -verbose -keystore "$KEYSTORE" -storepass "$PASSWORD" bin/DemoActivity-unsigned.apk $ALIAS && \
zipalign 4 bin/DemoActivity-unsigned.apk ../apk/$APP.apk && cd .. ) || exit 1
zipalign 4 bin/DemoActivity-unsigned.apk ../apk/$APP.apk && \
mkdir -p debuginfo/$APP && cp -f obj/local/armeabi/libapplication.so obj/local/armeabi/libsdl-*.so debuginfo/$APP &&
cd .. ) || exit 1
done