summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTrent Nelson <trent.nelson@snakebite.org>2008-04-03 18:48:53 (GMT)
committerTrent Nelson <trent.nelson@snakebite.org>2008-04-03 18:48:53 (GMT)
commit8d69c1f95f680debc1f65c209fb4ce6a41cc923f (patch)
tree7ce305e4e2780b0974ad3a535cd5ca43eee3aa47 /PCbuild
parentd6dffbcc285ff3eb30eb30ad27616bbafceb1ce0 (diff)
downloadcpython-8d69c1f95f680debc1f65c209fb4ce6a41cc923f.zip
cpython-8d69c1f95f680debc1f65c209fb4ce6a41cc923f.tar.gz
cpython-8d69c1f95f680debc1f65c209fb4ce6a41cc923f.tar.bz2
Add the correct OutputFile values for debug builds. Fixes r62129's commit.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/kill_python.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/kill_python.vcproj b/PCbuild/kill_python.vcproj
index 9f21ad5..9f11075 100644
--- a/PCbuild/kill_python.vcproj
+++ b/PCbuild/kill_python.vcproj
@@ -54,6 +54,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.exe"
SubSystem="1"
/>
<Tool
@@ -116,6 +117,7 @@
/>
<Tool
Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.exe"
SubSystem="1"
/>
<Tool