summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-22 09:55:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-22 09:55:01 +0200
commit458bd5a3fdd08c1c4bee5c3ff759396d28eae549 (patch)
tree18b7eeda5831de70adce99061279279c29ecec0f
parentf0d52b38758abadc707a0507afb6da078b305cf8 (diff)
downloadwolfbones-458bd5a3fdd08c1c4bee5c3ff759396d28eae549.tar.gz
wolfbones-458bd5a3fdd08c1c4bee5c3ff759396d28eae549.tar.bz2
removed boost from nmake makefiles
-rw-r--r--makefiles/nmake/config.mk29
1 files changed, 4 insertions, 25 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 3dcdef4..f876d25 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -2,7 +2,6 @@
#
# provides:
# - PLATFORM_SDK_DIR
-# - BOOST_DIR
# - OPENSSL_DIR
# please customize
@@ -14,31 +13,11 @@
# 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
-
-# Boost (http://www.boostpro.com/download)
-###########################################
-
-# version of the boost library
-
-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
+#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
# OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html)
##############################################################
-OPENSSL_DIR=C:\Program Files\OpenSSL
-#OPENSSL_DIR=C:\Programme\OpenSSL
+#OPENSSL_DIR=C:\Program Files\OpenSSL
+OPENSSL_DIR=C:\Programme\OpenSSL