forked from boostorg/regex
Only static linking works with mingw.
[SVN r36887]
This commit is contained in:
@ -176,8 +176,12 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
|
|||||||
#<link>static:<define>BOOST_REGEX_NO_LIB=1
|
#<link>static:<define>BOOST_REGEX_NO_LIB=1
|
||||||
#<link>static:<define>BOOST_REGEX_STATIC_LINK=1
|
#<link>static:<define>BOOST_REGEX_STATIC_LINK=1
|
||||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||||
|
<toolset>gcc-mw:<link>static
|
||||||
|
<toolset>gcc-mingw:<link>static
|
||||||
$(BOOST_REGEX_ICU_OPTS)
|
$(BOOST_REGEX_ICU_OPTS)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user