forked from boostorg/config
vc142 auto lib
This commit is contained in:
@ -173,11 +173,16 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
|
|||||||
// vc14:
|
// vc14:
|
||||||
# define BOOST_LIB_TOOLSET "vc140"
|
# define BOOST_LIB_TOOLSET "vc140"
|
||||||
|
|
||||||
# elif defined(BOOST_MSVC)
|
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1920)
|
||||||
|
|
||||||
// vc14.1:
|
// vc14.1:
|
||||||
# define BOOST_LIB_TOOLSET "vc141"
|
# define BOOST_LIB_TOOLSET "vc141"
|
||||||
|
|
||||||
|
# elif defined(BOOST_MSVC)
|
||||||
|
|
||||||
|
// vc14.2:
|
||||||
|
# define BOOST_LIB_TOOLSET "vc142"
|
||||||
|
|
||||||
# elif defined(__BORLANDC__)
|
# elif defined(__BORLANDC__)
|
||||||
|
|
||||||
// CBuilder 6:
|
// CBuilder 6:
|
||||||
|
Reference in New Issue
Block a user