mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
revert last two commits. screw it.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6072 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -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
|
||||
svntestcmd = "SubWCRev ../../.."
|
||||
hgcmd = "hg svn info"
|
||||
const svn = 0
|
||||
|
Reference in New Issue
Block a user