diff options
| author | skidau <skidau@gmail.com> | 2011-02-01 07:34:08 +0000 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2011-02-01 07:34:08 +0000 |
| commit | f2f9df90e12001a5b413d90aa50eaa0ce689394e (patch) | |
| tree | 3210fc86e4a535c35e6ef19afddfd35b22020656 /Source/Core/Common | |
| parent | 2542c8da6bc0211f420b9af4d09b114008cfa6fa (diff) | |
VS2008 build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7035 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/SVNRevGen.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/SVNRevGen.vcproj b/Source/Core/Common/SVNRevGen.vcproj index 71e72b757c..a5997f5fbb 100644 --- a/Source/Core/Common/SVNRevGen.vcproj +++ b/Source/Core/Common/SVNRevGen.vcproj @@ -25,7 +25,7 @@ > <Tool Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:VBScript "make_svnrev.h.vbs"" + CommandLine="cscript /nologo /E:JScript "make_svnrev.h.js"" /> <Tool Name="VCCustomBuildTool" @@ -42,7 +42,7 @@ </References> <Files> <File - RelativePath=".\make_svnrev.h.vbs" + RelativePath=".\make_svnrev.h.js" > </File> </Files> |
