Removed the bcb5 name from the toolset names - that's not an official toolset.

[SVN r20763]
This commit is contained in:
John Maddock
2003-11-08 13:01:13 +00:00
parent 13271be003
commit db7f463805

View File

@ -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
//