kill that annoying relinking once and for all!

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6070 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2010-08-08 15:21:29 +00:00
parent 208ecd698e
commit 7823eddd4e
4 changed files with 79 additions and 15 deletions

View File

@ -29,7 +29,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -98,7 +98,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -171,7 +171,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -244,7 +244,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -319,7 +319,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"
@ -389,7 +389,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="cscript /nologo /E:VBScript &quot;$(ProjectDir)\make_svnrev.h.vbs&quot; ."
CommandLine=""
/>
<Tool
Name="VCCustomBuildTool"

View File

@ -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