diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2010-08-08 15:21:29 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2010-08-08 15:21:29 +0000 |
| commit | 7823eddd4e45515a9d96ce7519e91c350128cdf3 (patch) | |
| tree | 10698a73e307c83242bec268bad2b80303c9e15c /Source/Core | |
| parent | 208ecd698ef073b772750f88e3c11f7badaec215 (diff) | |
kill that annoying relinking once and for all!
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6070 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/Common.vcproj | 12 | ||||
| -rw-r--r-- | Source/Core/Common/make_svnrev.h.vbs | 5 | ||||
| -rw-r--r-- | Source/Core/DolphinWX/DolphinWX.vcproj | 12 |
3 files changed, 14 insertions, 15 deletions
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 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" @@ -98,7 +98,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" @@ -171,7 +171,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" @@ -244,7 +244,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" @@ -319,7 +319,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" @@ -389,7 +389,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ." + CommandLine="" /> <Tool Name="VCCustomBuildTool" diff --git a/Source/Core/Common/make_svnrev.h.vbs b/Source/Core/Common/make_svnrev.h.vbs index b547d53615..dee03a7a9a 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 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool @@ -146,7 +146,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool @@ -263,7 +263,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool @@ -374,7 +374,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool @@ -485,7 +485,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool @@ -600,7 +600,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "..\Common\make_svnrev.h.vbs" "..\Common"" + CommandLine="" ExcludedFromBuild="false" /> <Tool |
