mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
ok...svnrev crap finally under control? please?
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6074 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ecec048f0f
commit
2ac8691911
5 changed files with 130 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
|||
set wshShell = CreateObject("WScript.Shell")
|
||||
basedir = wscript.arguments(0)
|
||||
outfile = basedir & "/Src/svnrev.h"
|
||||
svncmd = "SubWCRev ../../.. " & basedir & "/Src/svnrev_template.h " & outfile
|
||||
outfile = "./Src/svnrev.h"
|
||||
svncmd = "SubWCRev ../../.. ./Src/svnrev_template.h " & outfile
|
||||
svntestcmd = "SubWCRev ../../.."
|
||||
hgcmd = "hg svn info"
|
||||
const svn = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue