From db7f4638053fab6d680e44bd3370e01557a0a015 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 8 Nov 2003 13:01:13 +0000 Subject: [PATCH] Removed the bcb5 name from the toolset names - that's not an official toolset. [SVN r20763] --- include/boost/config/auto_link.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index 162b3e22..cc285e56 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -105,16 +105,11 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y. // vc71: # define BOOST_LIB_TOOLSET "vc71" -#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x560) +#elif defined(__BORLANDC__) // CBuilder 6: # define BOOST_LIB_TOOLSET "bcb" -#elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x550) - - // CBuilder 5: -# define BOOST_LIB_TOOLSET "bcb5" - #endif //