diff options
author | Trent Nelson <trent.nelson@snakebite.org> | 2008-04-03 18:48:53 +0000 |
---|---|---|
committer | Trent Nelson <trent.nelson@snakebite.org> | 2008-04-03 18:48:53 +0000 |
commit | 8d69c1f95f680debc1f65c209fb4ce6a41cc923f (patch) | |
tree | 7ce305e4e2780b0974ad3a535cd5ca43eee3aa47 | |
parent | d6dffbcc285ff3eb30eb30ad27616bbafceb1ce0 (diff) | |
download | cpython-git-8d69c1f95f680debc1f65c209fb4ce6a41cc923f.tar.gz |
Add the correct OutputFile values for debug builds. Fixes r62129's commit.
-rw-r--r-- | PCbuild/kill_python.vcproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/kill_python.vcproj b/PCbuild/kill_python.vcproj index 9f21ad59bf..9f11075a0a 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
|