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 --- src/Makefile.W32 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.W32 b/src/Makefile.W32 index a16a0f5..34e11dd 100644 --- a/src/Makefile.W32 +++ b/src/Makefile.W32 @@ -2,16 +2,18 @@ TOPDIR = .. SUBDIRS = +!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk + 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 = \ /LIBPATH:"$(PLATFORM_SDK_DIR)\Lib" INCLUDE_LIBS = \ - $(TOPDIR)\sqlite-3.6.22\sqlite3.lib + $(TOPDIR)\sqlite-$(SQLITE_VERSION)\sqlite3.lib BINS = -- cgit v1.2.3-54-g00ecf