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