From: Thomas Heller Date: Fri, 11 Jan 2008 15:38:46 +0000 (+0000) Subject: Revert revision 59913, because it was wrong: X-Git-Tag: v2.6a1~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb65c99d00a1cd7f1f2044af4c54b7a14397c4fd;p=python Revert revision 59913, because it was wrong: The sqlite3 dll, when compiled in debug mode, must be linked with /MDd to use the debug runtime library. Further, the dll will be named sqlite3_d.dll. --- diff --git a/PCbuild/_sqlite3.vcproj b/PCbuild/_sqlite3.vcproj index 6ab0bd4469..646c5453fc 100644 --- a/PCbuild/_sqlite3.vcproj +++ b/PCbuild/_sqlite3.vcproj @@ -54,11 +54,11 @@