Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library.

[SVN r40128]
This commit is contained in:
John Maddock
2007-10-17 17:15:53 +00:00
parent 9ec9aa9cbc
commit 73e23ab857
3 changed files with 35 additions and 8 deletions

View File

@ -4,7 +4,14 @@
# http://www.boost.org/LICENSE_1_0.txt.
project
: requirements <threading>multi <link>shared:<define>BOOST_REGEX_DYN_LINK=1 <toolset>msvc-7.1:<define>TEST_MFC=1 <toolset>msvc-7.0:<define>TEST_MFC=1
: requirements
<threading>multi
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
<toolset>msvc-7.1:<define>TEST_MFC=1
<toolset>msvc-7.0:<define>TEST_MFC=1
# There are unidentified linker problems on these platforms:
<toolset>mipspro-7.4:<link>static
<toolset>sun-5.9:<link>static
;
#
@ -136,3 +143,4 @@ test-suite regex