Shared libraries now finally work with Mingw GCC-4.5.0.

[SVN r65807]
This commit is contained in:
John Maddock
2010-10-07 15:40:24 +00:00
parent 27eb8e46ff
commit a35cb5b902
3 changed files with 11 additions and 6 deletions

View File

@ -17,8 +17,8 @@ project
<toolset>gcc:<cxxflags>-Wextra
<toolset>gcc:<cxxflags>-Wshadow
<define>U_USING_ICU_NAMESPACE=0
<toolset>gcc-mw:<link>static
<toolset>gcc-mingw:<link>static
#<toolset>gcc-mw:<link>static
#<toolset>gcc-mingw:<link>static
<toolset>gcc-cygwin:<link>static
;
@ -177,3 +177,5 @@ test-suite regex
;
build-project ../example ;