From 4ae77b2d7098ef598e526727855e611a9a7a31b0 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 8 Aug 2010 15:37:18 +0000 Subject: [PATCH] revert last two commits. screw it. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6072 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, 15 insertions(+), 130 deletions(-) delete mode 100644 Source/Core/Common/SVNRevGen.vcproj diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj index 5bfba22fc7..a3398a1ded 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 dee03a7a9a..b547d53615 100644 --- a/Source/Core/Common/make_svnrev.h.vbs +++ b/Source/Core/Common/make_svnrev.h.vbs @@ -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 diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj index d11c530ed6..9b2dc10576 100644 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ b/Source/Core/DolphinWX/DolphinWX.vcproj @@ -30,7 +30,7 @@ >