summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2011-02-01 07:34:08 +0000
committerskidau <skidau@gmail.com>2011-02-01 07:34:08 +0000
commitf2f9df90e12001a5b413d90aa50eaa0ce689394e (patch)
tree3210fc86e4a535c35e6ef19afddfd35b22020656 /Source/Core/Common
parent2542c8da6bc0211f420b9af4d09b114008cfa6fa (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.vcproj4
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 &quot;make_svnrev.h.vbs&quot;"
+ CommandLine="cscript /nologo /E:JScript &quot;make_svnrev.h.js&quot;"
/>
<Tool
Name="VCCustomBuildTool"
@@ -42,7 +42,7 @@
</References>
<Files>
<File
- RelativePath=".\make_svnrev.h.vbs"
+ RelativePath=".\make_svnrev.h.js"
>
</File>
</Files>