diff options
Diffstat (limited to 'PCbuild8/pyd_d.vsprops')
-rw-r--r-- | PCbuild8/pyd_d.vsprops | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PCbuild8/pyd_d.vsprops b/PCbuild8/pyd_d.vsprops new file mode 100644 index 0000000..4bb3a40 --- /dev/null +++ b/PCbuild8/pyd_d.vsprops @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pyd_d"
+ InheritedPropertySheets=".\pyproject.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
+ LinkIncremental="1"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
+ />
+</VisualStudioPropertySheet>
|