Fixed VCL setup to come before lib selection

[SVN r12847]
This commit is contained in:
John Maddock
2002-02-17 12:05:59 +00:00
parent 936e0cfd99
commit 6f9658fa6c

View File

@ -189,11 +189,7 @@ using std::distance;
#ifndef BOOST_REGEX_DECL
# define BOOST_REGEX_DECL
#endif
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
# include <boost/regex/detail/regex_library_include.hpp>
#endif
// Borland C++ Fix/error check:
#if defined(__BORLANDC__)
# if (__BORLANDC__ == 0x550) || (__BORLANDC__ == 0x551)
@ -218,6 +214,10 @@ using std::distance;
# endif
#endif
#if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE)
# include <boost/regex/detail/regex_library_include.hpp>
#endif
/*****************************************************************************
*
* Set up function call type: