[Python-checkins] r55074 - python/branches/release25-maint/PCbuild8/pyd.vsprops python/branches/release25-maint/PCbuild8/pyd_d.vsprops python/branches/release25-maint/PCbuild8/pyproject.vsprops
kristjan.jonsson
python-checkins at python.org
Wed May 2 18:08:55 CEST 2007
Author: kristjan.jonsson
Date: Wed May 2 18:08:51 2007
New Revision: 55074
Modified:
python/branches/release25-maint/PCbuild8/pyd.vsprops
python/branches/release25-maint/PCbuild8/pyd_d.vsprops
python/branches/release25-maint/PCbuild8/pyproject.vsprops
Log:
Additional changes to the property sheets in PCBuild8. Visual Studio doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
Modified: python/branches/release25-maint/PCbuild8/pyd.vsprops
==============================================================================
--- python/branches/release25-maint/PCbuild8/pyd.vsprops (original)
+++ python/branches/release25-maint/PCbuild8/pyd.vsprops Wed May 2 18:08:51 2007
@@ -8,6 +8,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).pyd"
+ LinkIncremental="1"
ImportLibrary="$(IntDir)\$(TargetName).lib"
/>
</VisualStudioPropertySheet>
Modified: python/branches/release25-maint/PCbuild8/pyd_d.vsprops
==============================================================================
--- python/branches/release25-maint/PCbuild8/pyd_d.vsprops (original)
+++ python/branches/release25-maint/PCbuild8/pyd_d.vsprops Wed May 2 18:08:51 2007
@@ -8,7 +8,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
- LinkIncremental="1"
+ LinkIncremental="0"
ImportLibrary="$(IntDir)\$(TargetName).lib"
/>
</VisualStudioPropertySheet>
Modified: python/branches/release25-maint/PCbuild8/pyproject.vsprops
==============================================================================
--- python/branches/release25-maint/PCbuild8/pyproject.vsprops (original)
+++ python/branches/release25-maint/PCbuild8/pyproject.vsprops Wed May 2 18:08:51 2007
@@ -17,7 +17,7 @@
/>
<UserMacro
Name="PyDllName"
- Value="python26"
+ Value="python25"
/>
<UserMacro
Name="bsddbDir"
More information about the Python-checkins
mailing list