mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Explicitly designate VB script engine, as it might not have been linked to any script host due to security concerns.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6038 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
22872b383c
commit
ffef6affff
2 changed files with 12 additions and 12 deletions
|
@ -29,7 +29,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -98,7 +98,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -171,7 +171,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -244,7 +244,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -319,7 +319,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -389,7 +389,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="cscript /nologo "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
CommandLine="cscript /nologo /E:VBScript "$(ProjectDir)\make_svnrev.h.vbs" ."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue