Additional changes to the property sheets in PCBuild8. Visual Studio doesn's...

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.
parent d3f2bb0d
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).pyd" OutputFile="$(OutDir)\$(ProjectName).pyd"
LinkIncremental="1"
ImportLibrary="$(IntDir)\$(TargetName).lib" ImportLibrary="$(IntDir)\$(TargetName).lib"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.pyd" OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
LinkIncremental="1" LinkIncremental="0"
ImportLibrary="$(IntDir)\$(TargetName).lib" ImportLibrary="$(IntDir)\$(TargetName).lib"
/> />
</VisualStudioPropertySheet> </VisualStudioPropertySheet>
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
/> />
<UserMacro <UserMacro
Name="PyDllName" Name="PyDllName"
Value="python26" Value="python25"
/> />
<UserMacro <UserMacro
Name="bsddbDir" Name="bsddbDir"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment