mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Patch +1478 from Joseph Armbruster
pythoncore.vcproj fails to generate buildinfo (when spaces in path)
This commit is contained in:
parent
5d14c2b8f8
commit
1076a208b8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9.00"
|
||||||
Name="pythoncore"
|
Name="pythoncore"
|
||||||
ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
|
ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
|
||||||
RootNamespace="pythoncore"
|
RootNamespace="pythoncore"
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
Description="generate buildinfo"
|
Description="generate buildinfo"
|
||||||
CommandLine="cd $(SolutionDir)
make_buildinfo.exe $(ConfigurationName)"
|
CommandLine=""$(SolutionDir)make_buildinfo.exe" $(ConfigurationName)"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreLinkEventTool"
|
Name="VCPreLinkEventTool"
|
||||||
Description="generate buildinfo"
|
Description="generate buildinfo"
|
||||||
CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)"
|
CommandLine=""$(SolutionDir)make_buildinfo.exe" $(ConfigurationName)"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue