projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b57a6b7
)
Windows: use Boost 1.59, msvc 14.0
master
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Nov 2015 09:39:52 +0000
(10:39 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 26 Nov 2015 09:39:52 +0000
(10:39 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
10b117d
..
395ac74
100644
(file)
--- 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