mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Disabled automatic lib selection on non-windows platforms for Borland
[SVN r15080]
This commit is contained in:
@ -52,6 +52,15 @@
|
|||||||
# if !defined(__CONSOLE__) && !defined(_NO_VCL)
|
# if !defined(__CONSOLE__) && !defined(_NO_VCL)
|
||||||
# define BOOST_REGEX_USE_VCL
|
# define BOOST_REGEX_USE_VCL
|
||||||
# endif
|
# endif
|
||||||
|
//
|
||||||
|
// if this isn't Win32 then don't automatically select link
|
||||||
|
// libraries:
|
||||||
|
//
|
||||||
|
# ifndef _Windows
|
||||||
|
# define BOOST_REGEX_NO_LIB
|
||||||
|
# define BOOST_REGEX_STATIC_LINK
|
||||||
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
@ -629,3 +638,4 @@ inline void pointer_construct(T* p, const T& t)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user