diff options
author | glx <glx@openttd.org> | 2008-12-17 00:48:18 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-12-17 00:48:18 +0000 |
commit | 5305759fb095c282eb6ee059bee8c71b8c4a2127 (patch) | |
tree | c4423ffa3356c6ecf73252845333e98a8fc78d19 /projects | |
parent | 29b73896b41eadc8e886946acd4a31dc1ebfd837 (diff) | |
download | openttd-5305759fb095c282eb6ee059bee8c71b8c4a2127.tar.xz |
(svn r14685) -Change: don't popup cmd windows when determining version (MSVC)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/version_vs80.vcproj | 2 | ||||
-rw-r--r-- | projects/version_vs90.vcproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/version_vs80.vcproj b/projects/version_vs80.vcproj index c2f5428d2..8d689425e 100644 --- a/projects/version_vs80.vcproj +++ b/projects/version_vs80.vcproj @@ -24,7 +24,7 @@ <Tool Name="VCPreBuildEventTool" Description="Determining version number" - CommandLine=""$(InputDir)/determineversion.vbs"" + CommandLine="cscript "$(InputDir)/determineversion.vbs"" /> <Tool Name="VCPostBuildEventTool" diff --git a/projects/version_vs90.vcproj b/projects/version_vs90.vcproj index c0bfbbeae..061bf9285 100644 --- a/projects/version_vs90.vcproj +++ b/projects/version_vs90.vcproj @@ -25,7 +25,7 @@ <Tool Name="VCPreBuildEventTool" Description="Determining version number" - CommandLine=""$(InputDir)/determineversion.vbs"" + CommandLine="cscript "$(InputDir)/determineversion.vbs"" /> <Tool Name="VCPostBuildEventTool" |