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
commit426b18f635e9048f911198a51b695001cb5e5135 (patch)
treec32bc31372e2cf937961aef19a94a416e49380fd /projects/openttd.vcproj
parente9924421bf53275ccdcf7d9ecd15e584dee6ad35 (diff)
downloadopenttd-426b18f635e9048f911198a51b695001cb5e5135.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