summaryrefslogtreecommitdiff
path: root/tests/Makefile.W32
diff options
context:
space:
mode:
authorU-Andreas-PC\Andreas <abaumann@yahoo.com>2011-03-21 15:11:34 +0100
committerU-Andreas-PC\Andreas <abaumann@yahoo.com>2011-03-21 15:11:34 +0100
commit61adb6a1ba66d0990ccc72b6a105797987c0a4f3 (patch)
tree8b9e2f43463336b173ada6d2137ae47eb26318af /tests/Makefile.W32
parent59c7bbb7bb618a770a4534a91e748de53203dd7a (diff)
downloadsqlitexx-61adb6a1ba66d0990ccc72b6a105797987c0a4f3.tar.gz
sqlitexx-61adb6a1ba66d0990ccc72b6a105797987c0a4f3.tar.bz2
tested on Windows 7 64-bit with VC8 (Platform SDK 7.0)
fixed bug in test9
Diffstat (limited to 'tests/Makefile.W32')
-rw-r--r--tests/Makefile.W329
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/Makefile.W32 b/tests/Makefile.W32
index 5f60596..0e3cf5f 100644
--- a/tests/Makefile.W32
+++ b/tests/Makefile.W32
@@ -5,10 +5,13 @@ SUBDIRS =
INCLUDE_DIRS = \
/I$(TOPDIR)\include /I. \
/I$(TOPDIR)\sqlite-$(SQLITE_VERSION) \
- /D_WIN32_WINNT=0x400 /I"$(PLATFORM_SDK_DIR)\Include"
+ /D_WIN32_WINNT=0x500 /I"$(PLATFORM_SDK_DIR)\Include"
-INCLUDE_LDFLAGS = \
- /LIBPATH:"$(PLATFORM_SDK_DIR)\lib"
+# enable only for really old platform SDKs
+#SDK_LDFLAGS = /LIBPATH:"$(PLATFORM_SDK_DIR)\lib\x64"
+#SDK_LDFLAGS = /LIBPATH:"$(PLATFORM_SDK_DIR)\lib"
+#INCLUDE_LDFLAGS = \
+# $(SDK_LDFLAGS)
INCLUDE_LIBS = \
$(TOPDIR)\src\sqlite3xx.lib \