From: Adam Dickmeiss Date: Mon, 29 Oct 2012 10:38:02 +0000 (+0100) Subject: win makefile: use Boost 1.51 X-Git-Tag: v1.3.50~6 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=d609c061e5cee88e8baf6c045f197a38cb0d4a59;hp=e0bd49319bf50c78026da47b7ffe38eef46ef408;p=metaproxy-moved-to-github.git win makefile: use Boost 1.51 --- 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