summaryrefslogtreecommitdiff
path: root/Makefile.W32
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 /Makefile.W32
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 'Makefile.W32')
-rw-r--r--Makefile.W324
1 files changed, 3 insertions, 1 deletions
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