From e5ebbecae3d6e84babc03b92beebe485ca76077f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?=
 <kristjan@ccpgames.com>
Date: Wed, 2 May 2007 16:08:51 +0000
Subject: [PATCH] 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.

---
 PCbuild8/pyd.vsprops       | 1 +
 PCbuild8/pyd_d.vsprops     | 2 +-
 PCbuild8/pyproject.vsprops | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/PCbuild8/pyd.vsprops b/PCbuild8/pyd.vsprops
index afbfb509eb..77235ac2e9 100644
--- a/PCbuild8/pyd.vsprops
+++ b/PCbuild8/pyd.vsprops
@@ -8,6 +8,7 @@
 	<Tool
 		Name="VCLinkerTool"
 		OutputFile="$(OutDir)\$(ProjectName).pyd"
+		LinkIncremental="1"
 		ImportLibrary="$(IntDir)\$(TargetName).lib"
 	/>
 </VisualStudioPropertySheet>
diff --git a/PCbuild8/pyd_d.vsprops b/PCbuild8/pyd_d.vsprops
index 4bb3a403e8..f78503dfc0 100644
--- a/PCbuild8/pyd_d.vsprops
+++ b/PCbuild8/pyd_d.vsprops
@@ -8,7 +8,7 @@
 	<Tool
 		Name="VCLinkerTool"
 		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
-		LinkIncremental="1"
+		LinkIncremental="0"
 		ImportLibrary="$(IntDir)\$(TargetName).lib"
 	/>
 </VisualStudioPropertySheet>
diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops
index ace5fbfbcc..7a1e96adbf 100644
--- a/PCbuild8/pyproject.vsprops
+++ b/PCbuild8/pyproject.vsprops
@@ -17,7 +17,7 @@
 	/>
 	<UserMacro
 		Name="PyDllName"
-		Value="python26"
+		Value="python25"
 	/>
 	<UserMacro
 		Name="bsddbDir"
-- 
2.40.0