summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/Makefile.W3213
1 files changed, 8 insertions, 5 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index a0238a4..76bf756 100644
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -7,11 +7,14 @@ SUBDIRS =
INCLUDE_DIRS = \
/I$(TOPDIR)\include /I. \
/I$(TOPDIR)\sqlite-$(SQLITE_VERSION) \
- /D_WIN32_WINNT=0x400 /I"$(PLATFORM_SDK_DIR)\Include"
-
-INCLUDE_LDFLAGS = \
- /LIBPATH:"$(PLATFORM_SDK_DIR)\Lib"
-
+ /D_WIN32_WINNT=0x500 /I"$(PLATFORM_SDK_DIR)\Include"
+
+# 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)\sqlite-$(SQLITE_VERSION)\sqlite3.lib