mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 09:51:36 +02: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:
parent
29cb2ddd87
commit
f77140336d
@ -468,9 +468,6 @@ else:
|
||||
# add methods from utils to env
|
||||
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
|
||||
Progress(['-\r', '\\\r', '|\r', '/\r'], interval = 5)
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
#define SVN_REV $WCREV$
|
||||
#define SVN_REV_STR "5196M-release"
|
||||
|
||||
#define SVN_REV 5163
|
||||
#define SVN_REV_STR "2.0 RC1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user