rollback 1829. Seriously, WTF?

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1831 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-01-09 00:09:07 +00:00
parent f705cfc49f
commit 4916bf54b6
21 changed files with 3170 additions and 4 deletions

View File

@ -0,0 +1,7 @@
REV=`svnversion -n ./`
echo $REV
cat > Src/svnrev.h <<EOF
#define SVN_REV $REV
#define SVN_REV_STR "$REV"
EOF