Dolphin can now be built on OS X using Xcode instead of scons.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1410 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
bushing
2008-12-06 03:31:24 +00:00
parent e0f1a3b9cf
commit 7b2e74b6fe
5 changed files with 1470 additions and 0 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