mirror of
https://github.com/boostorg/config.git
synced 2026-01-19 04:02:17 +00:00
Add support for msvc-14.5 to boost/config/auto_link.hpp
This commit is contained in:
@@ -187,11 +187,16 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c
|
||||
// vc14.2:
|
||||
# define BOOST_LIB_TOOLSET "vc142"
|
||||
|
||||
# elif defined(BOOST_MSVC)
|
||||
# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1950)
|
||||
|
||||
// vc14.3:
|
||||
# define BOOST_LIB_TOOLSET "vc143"
|
||||
|
||||
# elif defined(BOOST_MSVC)
|
||||
|
||||
// vc14.5:
|
||||
# define BOOST_LIB_TOOLSET "vc145"
|
||||
|
||||
# elif defined(BOOST_EMBTC_WINDOWS)
|
||||
|
||||
// Embarcadero Clang based compilers:
|
||||
|
||||
Reference in New Issue
Block a user