[Python-checkins] r62131 - python/trunk/PCbuild/kill_python.vcproj
trent.nelson
python-checkins at python.org
Thu Apr 3 20:48:53 CEST 2008
Author: trent.nelson
Date: Thu Apr 3 20:48:53 2008
New Revision: 62131
Modified:
python/trunk/PCbuild/kill_python.vcproj
Log:
Add the correct OutputFile values for debug builds. Fixes r62129's commit.
Modified: python/trunk/PCbuild/kill_python.vcproj
==============================================================================
--- python/trunk/PCbuild/kill_python.vcproj (original)
+++ python/trunk/PCbuild/kill_python.vcproj Thu Apr 3 20:48:53 2008
@@ -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
More information about the Python-checkins
mailing list