From: Thomas Heller Date: Fri, 11 Jan 2008 12:41:39 +0000 (+0000) Subject: The sqlite3 dll, when compiled in debug mode, must be linked with /MDd X-Git-Tag: v2.6a1~641 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=348fd45ec4957e083192d14a8bbdf08c46dada49;p=python 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 646c5453fc..6ab0bd4469 100644 --- a/PCbuild/_sqlite3.vcproj +++ b/PCbuild/_sqlite3.vcproj @@ -54,11 +54,11 @@