mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
issue 10501
make_buildinfo regression with unquoted path Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames.
This commit is contained in:
parent
b87ef8f872
commit
60fafa276c
2 changed files with 25 additions and 23 deletions
|
|
@ -59,11 +59,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
@ -134,11 +134,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
@ -212,11 +212,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName)_d.dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
|
||||
|
|
@ -290,11 +290,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName)_d.dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName)_d.pdb"
|
||||
|
|
@ -364,11 +364,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
@ -439,11 +439,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
@ -514,11 +514,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release ($IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
@ -589,11 +589,11 @@
|
|||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Generate build information..."
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release $(IntDir)"
|
||||
CommandLine=""$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="$(IntDir)\getbuildinfo.o"
|
||||
AdditionalDependencies=""$(IntDir)getbuildinfo.o""
|
||||
OutputFile="$(OutDir)\$(PyDllName).dll"
|
||||
IgnoreDefaultLibraryNames="libc"
|
||||
ProgramDatabaseFile="$(OutDir)$(PyDllName).pdb"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue