mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
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:
7
Source/Core/Common/makesvnrev.sh
Executable file
7
Source/Core/Common/makesvnrev.sh
Executable 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
|
Reference in New Issue
Block a user