summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-08-23 17:23:33 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-08-23 17:23:33 +0200
commitbb6cf81ec533a21bfdc1d80de628829a343b702b (patch)
tree946192f7216795d4fe83b2c57f9b368d8fab6734 /makefiles
parentaf9859e861ce689eaa514e9c629ce4fefdbd28c4 (diff)
downloadsqlitexx-bb6cf81ec533a21bfdc1d80de628829a343b702b.tar.gz
sqlitexx-bb6cf81ec533a21bfdc1d80de628829a343b702b.tar.bz2
updated integrated sqlite to 3.7.1 (native Windows build)
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/nmake/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 979009c..f9767ae 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -13,12 +13,12 @@
# newer versions of Visual Studio integrate the header files of the SDK
# 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:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
+#PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
# version of sqlite3
####################
# version of the sqlite3 library (amalgamation, is included as subdir)
-SQLITE_VERSION=3.6.23.1
+SQLITE_VERSION=3.7.1