Updated GrafX2

This commit is contained in:
Sergii Pylypenko
2014-03-27 21:48:18 +02:00
parent 30c4b9edb5
commit 7aa34454a8
103 changed files with 123 additions and 72500 deletions

View 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