From d1d2d3c0cedc409474c18fb774bdc11e58ef1455 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Nov 2015 10:39:52 +0100 Subject: [PATCH] Windows: use Boost 1.59, msvc 14.0 --- win/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/makefile b/win/makefile index 10b117d..395ac74 100644 --- a/win/makefile +++ b/win/makefile @@ -15,10 +15,10 @@ YAZ_DIR=..\..\yaz YAZPP_DIR=..\..\yazpp # Boost -BOOST=\local\boost_1_57_0 -BOOST_VERSION=1_57 -BOOST_LIBPATH=$(BOOST)\lib32-msvc-12.0 -BOOST_TOOLSET=vc120 # vs120 for VS2013, vc90 for VS2008, vc80 for VS 2005 +BOOST=\local\boost_1_59_0 +BOOST_VERSION=1_59 +BOOST_LIBPATH=$(BOOST)\lib32-msvc-14.0 +BOOST_TOOLSET=vc140 # vs120 for VS2013, vc90 for VS2008, vc80 for VS 2005 BOOST_MODEL=mt # libxml2 + libxslt + associates -- 1.7.10.4