mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Shared libraries now finally work with Mingw GCC-4.5.0.
[SVN r65807]
This commit is contained in:
@ -102,11 +102,13 @@ SOURCES =
|
|||||||
lib boost_regex : ../src/$(SOURCES) icu_options
|
lib boost_regex : ../src/$(SOURCES) icu_options
|
||||||
:
|
:
|
||||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||||
<toolset>gcc-mw:<link>static
|
#<toolset>gcc-mw:<link>static
|
||||||
<toolset>gcc-mingw:<link>static
|
#<toolset>gcc-mingw:<link>static
|
||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
boost-install boost_regex ;
|
boost-install boost_regex ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,8 +14,8 @@ project
|
|||||||
<toolset>gcc:<warnings>all
|
<toolset>gcc:<warnings>all
|
||||||
<toolset>gcc:<cxxflags>-Wextra
|
<toolset>gcc:<cxxflags>-Wextra
|
||||||
<define>U_USING_ICU_NAMESPACE=0
|
<define>U_USING_ICU_NAMESPACE=0
|
||||||
<toolset>gcc-mw:<link>static
|
#<toolset>gcc-mw:<link>static
|
||||||
<toolset>gcc-mingw:<link>static
|
#<toolset>gcc-mingw:<link>static
|
||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -78,3 +78,4 @@ test-suite regex-examples :
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@ project
|
|||||||
<toolset>gcc:<cxxflags>-Wextra
|
<toolset>gcc:<cxxflags>-Wextra
|
||||||
<toolset>gcc:<cxxflags>-Wshadow
|
<toolset>gcc:<cxxflags>-Wshadow
|
||||||
<define>U_USING_ICU_NAMESPACE=0
|
<define>U_USING_ICU_NAMESPACE=0
|
||||||
<toolset>gcc-mw:<link>static
|
#<toolset>gcc-mw:<link>static
|
||||||
<toolset>gcc-mingw:<link>static
|
#<toolset>gcc-mingw:<link>static
|
||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
@ -177,3 +177,5 @@ test-suite regex
|
|||||||
;
|
;
|
||||||
|
|
||||||
build-project ../example ;
|
build-project ../example ;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user