mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add the correct OutputFile values for debug builds. Fixes r62129's commit.
This commit is contained in:
parent
d6dffbcc28
commit
8d69c1f95f
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -116,6 +117,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue