summaryrefslogtreecommitdiff
path: root/projects/openttd.vcproj
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-09-12 22:05:53 +0000
committerglx <glx@openttd.org>2007-09-12 22:05:53 +0000
commitf2dc723da5db03840783b5f00103f2346e64128d (patch)
treec32bc31372e2cf937961aef19a94a416e49380fd /projects/openttd.vcproj
parent9e7931f6ea41eea7052e7f40cc841694feed252b (diff)
downloadopenttd-f2dc723da5db03840783b5f00103f2346e64128d.tar.xz
(svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
Diffstat (limited to 'projects/openttd.vcproj')
-rw-r--r--projects/openttd.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj
index fae3678b5..6500d1d9f 100644
--- a/projects/openttd.vcproj
+++ b/projects/openttd.vcproj
@@ -75,7 +75,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Determining version number"
- CommandLine="$(InputDir)/determineversion.vbs"/>
+ CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
@@ -139,7 +139,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Determining version number"
- CommandLine="$(InputDir)/determineversion.vbs"/>
+ CommandLine="&quot;$(InputDir)/determineversion.vbs&quot;"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool