forked from boostorg/config
Add VC143 toolset
This commit is contained in:
@ -182,11 +182,16 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c
|
|||||||
// vc14.1:
|
// vc14.1:
|
||||||
# define BOOST_LIB_TOOLSET "vc141"
|
# define BOOST_LIB_TOOLSET "vc141"
|
||||||
|
|
||||||
# elif defined(BOOST_MSVC)
|
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1930)
|
||||||
|
|
||||||
// vc14.2:
|
// vc14.2:
|
||||||
# define BOOST_LIB_TOOLSET "vc142"
|
# define BOOST_LIB_TOOLSET "vc142"
|
||||||
|
|
||||||
|
# elif defined(BOOST_MSVC)
|
||||||
|
|
||||||
|
// vc14.3:
|
||||||
|
# define BOOST_LIB_TOOLSET "vc143"
|
||||||
|
|
||||||
# elif defined(BOOST_EMBTC_WINDOWS)
|
# elif defined(BOOST_EMBTC_WINDOWS)
|
||||||
|
|
||||||
// Embarcadero Clang based compilers:
|
// Embarcadero Clang based compilers:
|
||||||
|
Reference in New Issue
Block a user