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.

This commit is contained in:
Kristján Valur Jónsson 2007-05-02 16:08:51 +00:00
parent 00b0a9e5b2
commit e5ebbecae3
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).pyd"
LinkIncremental="1"
ImportLibrary="$(IntDir)\$(TargetName).lib"
/>
</VisualStudioPropertySheet>

View File

@ -8,7 +8,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
LinkIncremental="1"
LinkIncremental="0"
ImportLibrary="$(IntDir)\$(TargetName).lib"
/>
</VisualStudioPropertySheet>

View File

@ -17,7 +17,7 @@
/>
<UserMacro
Name="PyDllName"
Value="python26"
Value="python25"
/>
<UserMacro
Name="bsddbDir"