From: Thomas Heller Date: Fri, 4 Aug 2006 19:49:31 +0000 (+0000) Subject: Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. X-Git-Tag: v2.5c1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db7b443d8a633b0ddb5f14a57746b518170d560b;p=python Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd. Fix the name of the pdb file as well. --- diff --git a/Misc/NEWS b/Misc/NEWS index d4eb2189d2..9373be268d 100644 --- 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. diff --git a/PCbuild/_msi.vcproj b/PCbuild/_msi.vcproj index fb8925ef62..b4afeb4a99 100644 --- a/PCbuild/_msi.vcproj +++ b/PCbuild/_msi.vcproj @@ -36,11 +36,11 @@