Updated GrafX2
This commit is contained in:
7
project/jni/application/grafx2/AndroidPreBuild.sh
Executable file
7
project/jni/application/grafx2/AndroidPreBuild.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Download and patch sources
|
||||
[ -e grafx2/patched-ok ] || {
|
||||
svn checkout http://grafx2.googlecode.com/svn/trunk/ grafx2 && patch -p0 -d grafx2 < android.patch && touch grafx2/patched-ok || exit 1
|
||||
echo 'char SVN_revision[]="'`svnversion grafx2`'";' > grafx2/src/version.c || exit 1
|
||||
} || exit 1
|
||||
Reference in New Issue
Block a user