From 348fd45ec4957e083192d14a8bbdf08c46dada49 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 11 Jan 2008 12:41:39 +0000 Subject: 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 646c545..6ab0bd4 100644 --- a/PCbuild/_sqlite3.vcproj +++ b/PCbuild/_sqlite3.vcproj @@ -54,11 +54,11 @@