summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-04-14 21:42:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-04-14 21:42:34 +0200
commitb4eed85c20a35f821a34f491659ad7604a68c3e8 (patch)
tree956d3d0bc687f0f32db32e005ab8525b01b1d422 /src
parentb4091875525af4917255675890332086a83d7a1c (diff)
downloadsqlitexx-b4eed85c20a35f821a34f491659ad7604a68c3e8.tar.gz
sqlitexx-b4eed85c20a35f821a34f491659ad7604a68c3e8.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.W326
1 files changed, 4 insertions, 2 deletions
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 =