From d609c061e5cee88e8baf6c045f197a38cb0d4a59 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Oct 2012 11:38:02 +0100 Subject: [PATCH] win makefile: use Boost 1.51 --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index d05a694..84ff171 100644 --- a/win/makefile +++ b/win/makefile @@ -14,8 +14,8 @@ YAZ_DIR=..\..\yaz YAZPP_DIR=..\..\yazpp # Boost -BOOST=\program files\boost\boost_1_43 -BOOST_VERSION=1_43 +BOOST=\program files\boost\boost_1_51 +BOOST_VERSION=1_51 BOOST_TOOLSET=vc90 # vc90 for VS2008, vc80 for VS 2005, vc71 for 2003 BOOST_MODEL=mt -- 1.7.10.4