summaryrefslogtreecommitdiff
path: root/PCbuild9/pyd_d.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-18 18:18:41 +0000
committerChristian Heimes <christian@cheimes.de>2007-11-18 18:18:41 +0000
commit81ca7c784c4dd58dde691284321e3e220550a75c (patch)
treeab1a1c0512a330970568b4e4785ce401fd2f90a6 /PCbuild9/pyd_d.vsprops
parent6030a60a4e8a04e2e52761518461837cc12d3b56 (diff)
downloadcpython-git-81ca7c784c4dd58dde691284321e3e220550a75c.tar.gz
Updates to the msi builder and PCbuild9 directory. msi.py can now create installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default.
Diffstat (limited to 'PCbuild9/pyd_d.vsprops')
-rw-r--r--PCbuild9/pyd_d.vsprops6
1 files changed, 5 insertions, 1 deletions
diff --git a/PCbuild9/pyd_d.vsprops b/PCbuild9/pyd_d.vsprops
index 03933bbd8e..c29d563d72 100644
--- a/PCbuild9/pyd_d.vsprops
+++ b/PCbuild9/pyd_d.vsprops
@@ -16,7 +16,11 @@
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
LinkIncremental="1"
- ImportLibrary="$(IntDir)\$(TargetName).lib"
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy $(IntDir)\$(ProjectName)_d.lib $(OutDir)"
/>
</VisualStudioPropertySheet>