Merge pull request #110 from o01eg/develop

Use corrent name for libraries built with MS VS 2017 RC.
This commit is contained in:
jzmaddock
2017-02-04 13:22:16 +00:00
committed by GitHub

View File

@ -161,10 +161,15 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
// vc12: // vc12:
# define BOOST_LIB_TOOLSET "vc120" # define BOOST_LIB_TOOLSET "vc120"
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1910)
// vc14:
# define BOOST_LIB_TOOLSET "vc140"
# elif defined(BOOST_MSVC) # elif defined(BOOST_MSVC)
// vc14: // vc15:
# define BOOST_LIB_TOOLSET "vc140" # define BOOST_LIB_TOOLSET "vc150"
# elif defined(__BORLANDC__) # elif defined(__BORLANDC__)