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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb65c99d00a1cd7f1f2044af4c54b7a14397c4fd;p=thirdparty%2FPython%2Fcpython.git 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 6ab0bd4469e0..646c5453fc24 100644 --- a/PCbuild/_sqlite3.vcproj +++ b/PCbuild/_sqlite3.vcproj @@ -54,11 +54,11 @@