summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorU-Andreas-PC\Andreas <abaumann@yahoo.com>2011-03-21 13:33:36 +0100
committerU-Andreas-PC\Andreas <abaumann@yahoo.com>2011-03-21 13:33:36 +0100
commit59c7bbb7bb618a770a4534a91e748de53203dd7a (patch)
treeb0104835b42efaafb4c08fec3cf0f248b9b1b57e /makefiles
parentc441e797bc791a5c4d0935129dee42f2801cb794 (diff)
downloadsqlitexx-59c7bbb7bb618a770a4534a91e748de53203dd7a.tar.gz
sqlitexx-59c7bbb7bb618a770a4534a91e748de53203dd7a.tar.bz2
updated bundled sqlite for Windows to 3.7.5, tested on Windows 7
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/nmake/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index c1b048c..5386cb3 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -14,11 +14,12 @@
# some versions of Visual Studio miss the mc.exe binary
#PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
-PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
+#PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
+PLATFORM_SDK_DIR = C:\Program Files\Microsoft SDKs\Windows\v7.0
# version of sqlite3
####################
# version of the sqlite3 library (amalgamation, is included as subdir)
-SQLITE_VERSION=3.7.2
+SQLITE_VERSION=3.7.5