forked from boostorg/config
added "prefix" section for the new compiler identification macros
[SVN r34648]
This commit is contained in:
@ -2,12 +2,35 @@
|
|||||||
|
|
||||||
// (C) Copyright John Maddock 2001 - 2003.
|
// (C) Copyright John Maddock 2001 - 2003.
|
||||||
// (C) Copyright Martin Wille 2003.
|
// (C) Copyright Martin Wille 2003.
|
||||||
// (C) Copyright Guillaume Melquiond 2003.
|
// (C) Copyright Guillaume Melquiond 2003.
|
||||||
// Use, modification and distribution are subject to the
|
//
|
||||||
// Boost Software License, Version 1.0. (See accompanying file
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// See http://www.boost.org/ for most recent version.
|
||||||
|
|
||||||
|
|
||||||
|
// one identification macro for each of the
|
||||||
|
// compilers we support:
|
||||||
|
|
||||||
|
# define BOOST_CXX_GCCXML 0
|
||||||
|
# define BOOST_CXX_COMO 0
|
||||||
|
# define BOOST_CXX_DMC 0
|
||||||
|
# define BOOST_CXX_INTEL 0
|
||||||
|
# define BOOST_CXX_GNUC 0
|
||||||
|
# define BOOST_CXX_KCC 0
|
||||||
|
# define BOOST_CXX_SGI 0
|
||||||
|
# define BOOST_CXX_TRU64 0
|
||||||
|
# define BOOST_CXX_GHS 0
|
||||||
|
# define BOOST_CXX_BORLAND 0
|
||||||
|
# define BOOST_CXX_CW 0
|
||||||
|
# define BOOST_CXX_SUNPRO 0
|
||||||
|
# define BOOST_CXX_HPACC 0
|
||||||
|
# define BOOST_CXX_MPW 0
|
||||||
|
# define BOOST_CXX_IBMCPP 0
|
||||||
|
# define BOOST_CXX_MSVC 0
|
||||||
|
|
||||||
// See http://www.boost.org for most recent version.
|
|
||||||
|
|
||||||
// locate which compiler we are using and define
|
// locate which compiler we are using and define
|
||||||
// BOOST_COMPILER_CONFIG as needed:
|
// BOOST_COMPILER_CONFIG as needed:
|
||||||
|
Reference in New Issue
Block a user