From 2ac869191132b492ed054366199f75925cb9ba64 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 8 Aug 2010 16:34:32 +0000 Subject: [PATCH] ok...svnrev crap finally under control? please? git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6074 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Common.vcproj | 12 ++--- Source/Core/Common/SVNRevGen.vcproj | 51 ++++++++++++++++++++ Source/Core/Common/make_svnrev.h.vbs | 5 +- Source/Core/DolphinWX/DolphinWX.vcproj | 12 ++--- Source/Dolphin.sln | 65 ++++++++++++++++++++++++++ 5 files changed, 130 insertions(+), 15 deletions(-) create mode 100644 Source/Core/Common/SVNRevGen.vcproj diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj index a3398a1ded..5bfba22fc7 100644 --- a/Source/Core/Common/Common.vcproj +++ b/Source/Core/Common/Common.vcproj @@ -29,7 +29,7 @@ > + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Source/Core/Common/make_svnrev.h.vbs b/Source/Core/Common/make_svnrev.h.vbs index b547d53615..33b8eef59f 100644 --- a/Source/Core/Common/make_svnrev.h.vbs +++ b/Source/Core/Common/make_svnrev.h.vbs @@ -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 diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index 9b2dc10576..d11c530ed6 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -30,7 +30,7 @@ >