From eb65c99d00a1cd7f1f2044af4c54b7a14397c4fd Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 11 Jan 2008 15:38:46 +0000 Subject: 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. --- PCbuild/_sqlite3.vcproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PCbuild/_sqlite3.vcproj b/PCbuild/_sqlite3.vcproj index 6ab0bd4..646c545 100644 --- a/PCbuild/_sqlite3.vcproj +++ b/PCbuild/_sqlite3.vcproj @@ -54,11 +54,11 @@