mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
reverted the svnrev.h change, removed revision generation from scons (linux and osx should also get RC1 now instead of the revision number)
git-svn-id: https://dolphin-emu.googlecode.com/svn/branches/stable@5198 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -468,9 +468,6 @@ else:
|
|||||||
# add methods from utils to env
|
# add methods from utils to env
|
||||||
env.AddMethod(utils.filterWarnings)
|
env.AddMethod(utils.filterWarnings)
|
||||||
|
|
||||||
rev = utils.GenerateRevFile(env['flavor'],
|
|
||||||
"Source/Core/Common/Src/svnrev_template.h",
|
|
||||||
"Source/Core/Common/Src/svnrev.h")
|
|
||||||
# print a nice progress indication when not compiling
|
# print a nice progress indication when not compiling
|
||||||
Progress(['-\r', '\\\r', '|\r', '/\r'], interval = 5)
|
Progress(['-\r', '\\\r', '|\r', '/\r'], interval = 5)
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
#define SVN_REV $WCREV$
|
#define SVN_REV 5163
|
||||||
#define SVN_REV_STR "5196M-release"
|
#define SVN_REV_STR "2.0 RC1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user