forked from boostorg/config
Moved como entry up the list so that como+borland works now.
[SVN r12911]
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
// GNU C++:
|
// GNU C++:
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp"
|
||||||
|
|
||||||
|
# elif defined __COMO__
|
||||||
|
// Comeau C++
|
||||||
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
|
||||||
|
|
||||||
#elif defined __KCC
|
#elif defined __KCC
|
||||||
// Kai C++
|
// Kai C++
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/kai.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/kai.hpp"
|
||||||
@@ -58,10 +62,6 @@
|
|||||||
// IBM Visual Age
|
// IBM Visual Age
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp"
|
# define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp"
|
||||||
|
|
||||||
# elif defined __COMO__
|
|
||||||
// Comeau C++
|
|
||||||
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
|
|
||||||
|
|
||||||
#elif defined _MSC_VER
|
#elif defined _MSC_VER
|
||||||
// Microsoft Visual C++
|
// Microsoft Visual C++
|
||||||
//
|
//
|
||||||
@@ -75,3 +75,4 @@
|
|||||||
# error "Unknown compiler - please configure and report the results to boost.org"
|
# error "Unknown compiler - please configure and report the results to boost.org"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user