]> granicus.if.org Git - python/commitdiff
Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.
authorThomas Heller <theller@ctypes.org>
Fri, 4 Aug 2006 19:49:31 +0000 (19:49 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 4 Aug 2006 19:49:31 +0000 (19:49 +0000)
Fix the name of the pdb file as well.

Misc/NEWS
PCbuild/_msi.vcproj

index d4eb2189d2f3e69ffb8b9a0e0c9c011cbd7892fa..9373be268d158e3414cc0de8f2cc49d1a62695c8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Tests
 Build
 -----
 
+- Bug #1534738, win32 debug version of _msi should be _msi_d.pyd.
+
 - Bug #1530448, ctypes buld failure on Solaris 10 was fixed.
 
 
index fb8925ef624f0c8c2e30f4d2bfde681cc72a4f19..b4afeb4a990482de39fc08be90729f39c974d4e2 100644 (file)
                        <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"/>