Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names.

Updated auto-linking headers to match new Boost.Install code.


[SVN r20602]
This commit is contained in:
John Maddock
2003-11-02 11:43:56 +00:00
parent aa68609a60
commit dc3878df84

View File

@ -205,7 +205,7 @@ using std::distance;
#endif
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
# define BOOST_LIB_NAME "boost_regex"
# define BOOST_LIB_NAME boost_regex
# ifdef BOOST_REGEX_DYN_LINK
# define BOOST_DYN_LINK
# endif