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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db7b443d8a633b0ddb5f14a57746b518170d560b;p=thirdparty%2FPython%2Fcpython.git 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 d4eb2189d2f3..9373be268d15 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 fb8925ef624f..b4afeb4a9904 100644 --- a/PCbuild/_msi.vcproj +++ b/PCbuild/_msi.vcproj @@ -36,11 +36,11 @@