summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2006-08-04 19:49:31 (GMT)
committerThomas Heller <theller@ctypes.org>2006-08-04 19:49:31 (GMT)
commitdb7b443d8a633b0ddb5f14a57746b518170d560b (patch)
treeee07235b2059eef672e31729adf74ce715c6672e /PCbuild
parent1798489547a259876c495280dcd5d649269967f3 (diff)
downloadcpython-db7b443d8a633b0ddb5f14a57746b518170d560b.zip
cpython-db7b443d8a633b0ddb5f14a57746b518170d560b.tar.gz
cpython-db7b443d8a633b0ddb5f14a57746b518170d560b.tar.bz2
Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.
Fix the name of the pdb file as well.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/_msi.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/_msi.vcproj b/PCbuild/_msi.vcproj
index fb8925e..b4afeb4 100644
--- a/PCbuild/_msi.vcproj
+++ b/PCbuild/_msi.vcproj
@@ -36,11 +36,11 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
- OutputFile="./_msi.pyd"
+ OutputFile="./_msi_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\./_msi.pdb"
+ ProgramDatabaseFile=".\./_msi_d.pdb"
BaseAddress="0x1D160000"
ImportLibrary=".\./_msi.lib"
TargetMachine="1"/>