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 --- Makefile.W32 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.W32') diff --git a/Makefile.W32 b/Makefile.W32 index e1ee940..c749a48 100644 --- a/Makefile.W32 +++ b/Makefile.W32 @@ -1,6 +1,8 @@ TOPDIR = . -SUBDIRS = sqlite-3.6.22 src tests +!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk + +SUBDIRS = sqlite-$(SQLITE_VERSION) src tests PACKAGE_NAME = sqlitexx PACKAGE_VERSION = 0.0.3 -- cgit v1.2.3-54-g00ecf