forked from boostorg/config
Updated setup based on Metrowerks feedback
[SVN r21567]
This commit is contained in:
@ -48,6 +48,7 @@
|
|||||||
# define BOOST_NO_EXCEPTIONS
|
# define BOOST_NO_EXCEPTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (__INTEL__ && _WIN32) || (__POWERPC__ && macintosh)
|
||||||
# if __MWERKS__ == 0x3000
|
# if __MWERKS__ == 0x3000
|
||||||
# define BOOST_COMPILER_VERSION 8.0
|
# define BOOST_COMPILER_VERSION 8.0
|
||||||
# elif __MWERKS__ == 0x3001
|
# elif __MWERKS__ == 0x3001
|
||||||
@ -56,11 +57,18 @@
|
|||||||
# define BOOST_COMPILER_VERSION 8.2
|
# define BOOST_COMPILER_VERSION 8.2
|
||||||
# elif __MWERKS__ == 0x3003
|
# elif __MWERKS__ == 0x3003
|
||||||
# define BOOST_COMPILER_VERSION 8.3
|
# define BOOST_COMPILER_VERSION 8.3
|
||||||
|
# elif __MWERKS__ == 0x3200
|
||||||
|
# define BOOST_COMPILER_VERSION 9.0
|
||||||
|
# elif __MWERKS__ == 0x3201
|
||||||
|
# define BOOST_COMPILER_VERSION 9.1
|
||||||
# elif __MWERKS__ == 0x3202
|
# elif __MWERKS__ == 0x3202
|
||||||
# define BOOST_COMPILER_VERSION 9.2
|
# define BOOST_COMPILER_VERSION 9.2
|
||||||
# else
|
# else
|
||||||
# define BOOST_COMPILER_VERSION __MWERKS__
|
# define BOOST_COMPILER_VERSION __MWERKS__
|
||||||
# endif
|
# endif
|
||||||
|
#else
|
||||||
|
# define BOOST_COMPILER_VERSION __MWERKS__
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
|
#define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
# include <boost/config/posix_features.hpp>
|
# include <boost/config/posix_features.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if _MWMT
|
#if defined(_MWMT) || defined(_MSL_THREADSAFE)
|
||||||
# define BOOST_HAS_THREADS
|
# define BOOST_HAS_THREADS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user