summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyd_d.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-31 15:18:55 (GMT)
commit3adfe9aaae214dbee36e9b1ba4753997bfe9ae05 (patch)
treef70ac325e8ec9d412ad83133a2c5f24d58c4944f /PCbuild/pyd_d.vsprops
parentce49f020638588f0d4ad3c9b5b139821372f0d4f (diff)
downloadcpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.zip
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.gz
cpython-3adfe9aaae214dbee36e9b1ba4753997bfe9ae05.tar.bz2
Renamed PCBuild9 directory to PCBuild
Diffstat (limited to 'PCbuild/pyd_d.vsprops')
-rw-r--r--PCbuild/pyd_d.vsprops30
1 files changed, 30 insertions, 0 deletions
diff --git a/PCbuild/pyd_d.vsprops b/PCbuild/pyd_d.vsprops
new file mode 100644
index 0000000..b8f98f6
--- /dev/null
+++ b/PCbuild/pyd_d.vsprops
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pyd_d"
+ InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="false"
+ RuntimeLibrary="3"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
+ LinkIncremental="1"
+ ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
+ ImportLibrary="$(OutDir)\$(TargetName).lib"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine=""
+ />
+ <UserMacro
+ Name="PythonExe"
+ Value="$(SolutionDir)python_d.exe"
+ />
+</VisualStudioPropertySheet>