summaryrefslogtreecommitdiffstats
path: root/PCbuild9
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-21 00:30:29 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-21 00:30:29 (GMT)
commit1076a208b81c44d348e5a06bd4c4b930e31aa292 (patch)
tree99c35ef8d3614455c4f9ac2b0b52804fbf965284 /PCbuild9
parent5d14c2b8f87b23a9257c97b5f98dd097ca289c78 (diff)
downloadcpython-1076a208b81c44d348e5a06bd4c4b930e31aa292.zip
cpython-1076a208b81c44d348e5a06bd4c4b930e31aa292.tar.gz
cpython-1076a208b81c44d348e5a06bd4c4b930e31aa292.tar.bz2
Patch +1478 from Joseph Armbruster
pythoncore.vcproj fails to generate buildinfo (when spaces in path)
Diffstat (limited to 'PCbuild9')
-rw-r--r--PCbuild9/pythoncore.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj
index 54ca00f..6ef6d47 100644
--- a/PCbuild9/pythoncore.vcproj
+++ b/PCbuild9/pythoncore.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="pythoncore"
ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
RootNamespace="pythoncore"
@@ -60,7 +60,7 @@
<Tool
Name="VCPreLinkEventTool"
Description="generate buildinfo"
- CommandLine="cd $(SolutionDir)&#x0D;&#x0A;make_buildinfo.exe $(ConfigurationName)"
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; $(ConfigurationName)"
/>
<Tool
Name="VCLinkerTool"
@@ -217,7 +217,7 @@
<Tool
Name="VCPreLinkEventTool"
Description="generate buildinfo"
- CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
+ CommandLine="&quot;$(SolutionDir)make_buildinfo.exe&quot; $(ConfigurationName)"
/>
<Tool
Name="VCLinkerTool"