mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
small fix for svnrev.h generation: now (again) dolphinwx project will cause the build number to be updated as well.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5936 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
75dbad3610
commit
48abd94113
3 changed files with 15 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
|||
set wshShell = CreateObject("WScript.Shell")
|
||||
outfile = "Src/svnrev.h"
|
||||
svncmd = "SubWCRev ../../.. Src/svnrev_template.h " & outfile
|
||||
basedir = wscript.arguments(0)
|
||||
outfile = basedir & "/Src/svnrev.h"
|
||||
svncmd = "SubWCRev ../../.. " & basedir & "/Src/svnrev_template.h " & outfile
|
||||
hgcmd = "hg svn info"
|
||||
|
||||
ret = wshShell.run(svncmd, 0, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue