commit | e5ebbecae3d6e84babc03b92beebe485ca76077f | [log] [tgz] |
---|---|---|
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | Wed May 02 16:08:51 2007 +0000 |
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | Wed May 02 16:08:51 2007 +0000 |
tree | 9e17cd501728339e18e6d6a3e17baac757430f9f | |
parent | 00b0a9e5b2aac53db0c8c12e90b5537cd648043f [diff] [blame] |
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.
diff --git a/PCbuild8/pyd.vsprops b/PCbuild8/pyd.vsprops index afbfb50..77235ac 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>