From b4eed85c20a35f821a34f491659ad7604a68c3e8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 14 Apr 2010 21:42:34 +0200 Subject: update integrated Windows sqlite to 3.6.23.1 added config.mk for windows, so we can set the sqlite version and the location of the Windows platform SDK in one place --- tests/Makefile.W32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.W32 b/tests/Makefile.W32 index 45dbccc..4de73ed 100644 --- a/tests/Makefile.W32 +++ b/tests/Makefile.W32 @@ -4,7 +4,7 @@ SUBDIRS = INCLUDE_DIRS = \ /I$(TOPDIR)\include /I. \ - /I$(TOPDIR)\sqlite-3.6.22 \ + /I$(TOPDIR)\sqlite-$(SQLITE_VERSION) \ /D_WIN32_WINNT=0x400 /I"$(PLATFORM_SDK_DIR)\Include" INCLUDE_LDFLAGS = \ @@ -12,7 +12,7 @@ INCLUDE_LDFLAGS = \ INCLUDE_LIBS = \ $(TOPDIR)\src\sqlite3xx.lib \ - $(TOPDIR)\sqlite-3.6.22\sqlite3.lib + $(TOPDIR)\sqlite-$(SQLITE_VERSION)\sqlite3.lib TEST_CPP_BINS = \ test1.exe \ -- cgit v1.2.3-54-g00ecf