mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00: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
2 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue