summaryrefslogtreecommitdiff
path: root/tests/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.W32')
-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 \