summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-04-14 21:42:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-04-14 21:42:34 +0200
commitb4eed85c20a35f821a34f491659ad7604a68c3e8 (patch)
tree956d3d0bc687f0f32db32e005ab8525b01b1d422 /makefiles
parentb4091875525af4917255675890332086a83d7a1c (diff)
downloadsqlitexx-b4eed85c20a35f821a34f491659ad7604a68c3e8.tar.gz
sqlitexx-b4eed85c20a35f821a34f491659ad7604a68c3e8.tar.bz2
update integrated Windows sqlite to 3.6.23.1
added config.mk for windows, so we can set the sqlite version and the location of the Windows platform SDK in one place
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/nmake/config.mk34
1 files changed, 7 insertions, 27 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 3dcdef4..979009c 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -2,8 +2,7 @@
#
# provides:
# - PLATFORM_SDK_DIR
-# - BOOST_DIR
-# - OPENSSL_DIR
+# - SQLITE_VERSION
# please customize
@@ -14,31 +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
-# Boost (http://www.boostpro.com/download)
-###########################################
+# version of sqlite3
+####################
-# version of the boost library
+# version of the sqlite3 library (amalgamation, is included as subdir)
-BOOST_VERSION=1_42
-
-# base dir where boost is installed
-
-BOOST_DIR=C:\Program Files\boost\boost_$(BOOST_VERSION)
-#BOOST_DIR=C:\Programme\boost\boost_$(BOOST_VERSION)
-
-# visual studio version used for compiling
-
-BOOST_VC_VER=vc90
-#BOOST_VC_VER=vc80
-
-# TODO: probe those
-BOOST_MT=-mt
-
-# OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html)
-##############################################################
-
-OPENSSL_DIR=C:\Program Files\OpenSSL
-#OPENSSL_DIR=C:\Programme\OpenSSL
+SQLITE_VERSION=3.6.23.1