Added ABI prefix and suffix headers, plus automatic linking code from boost.regex to boost.config.

[SVN r19545]
This commit is contained in:
John Maddock
2003-08-12 11:21:26 +00:00
parent 71e9fe5101
commit f64e7067c9
8 changed files with 304 additions and 0 deletions

View File

@@ -89,6 +89,16 @@
# define BOOST_DISABLE_WIN32
#endif
//
// prefix and suffix headers:
//
#ifndef BOOST_ABI_PREFIX
# define BOOST_ABI_PREFIX "boost/config/abi/msvc_prefix.hpp"
#endif
#ifndef BOOST_ABI_SUFFIX
# define BOOST_ABI_SUFFIX "boost/config/abi/msvc_suffix.hpp"
#endif
# if _MSC_VER == 1200
# define BOOST_COMPILER_VERSION 6.0
# elif _MSC_VER == 1300