From d216a669c5949dc53260e446c32028e29cbcf51c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 10 Sep 2004 10:12:58 +0000 Subject: [PATCH] Added vc8 support [SVN r24995] --- include/boost/config/auto_link.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index 9193a711..b4e580ff 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -115,11 +115,16 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. // vc7: # define BOOST_LIB_TOOLSET "vc7" -#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1310) +#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1310) // vc71: # define BOOST_LIB_TOOLSET "vc71" +#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1400) + + // vc80: +# define BOOST_LIB_TOOLSET "vc80" + #elif defined(__BORLANDC__) // CBuilder 6: