forked from boostorg/config
Removed the bcb5 name from the toolset names - that's not an official toolset.
[SVN r20763]
This commit is contained in:
@ -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
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user