(svn r14685) -Change: don't popup cmd windows when determining version (MSVC)

pull/155/head
glx 16 years ago
parent f7bee20165
commit 6a04497e69

@ -24,7 +24,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Determining version number"
CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"
CommandLine="cscript &quot;$(InputDir)/determineversion.vbs&quot;"
/>
<Tool
Name="VCPostBuildEventTool"

@ -25,7 +25,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Determining version number"
CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"
CommandLine="cscript &quot;$(InputDir)/determineversion.vbs&quot;"
/>
<Tool
Name="VCPostBuildEventTool"

Loading…
Cancel
Save