Add Cygwin/Mingw linkage requirements.

Fixes #4498.

[SVN r64627]
This commit is contained in:
John Maddock
2010-08-06 09:26:12 +00:00
parent d29ed80b69
commit 2b2fbdb026

View File

@ -14,6 +14,9 @@ project
<toolset>gcc:<warnings>all
<toolset>gcc:<cxxflags>-Wextra
<define>U_USING_ICU_NAMESPACE=0
<toolset>gcc-mw:<link>static
<toolset>gcc-mingw:<link>static
<toolset>gcc-cygwin:<link>static
;
rule regex-test-run ( sources + : input * : name * )
@ -74,3 +77,4 @@ test-suite regex-examples :