Adjust ICU build support: almost works now :-)

[SVN r40193]
This commit is contained in:
John Maddock
2007-10-19 17:55:44 +00:00
parent 73e23ab857
commit 8627f6266c
2 changed files with 4 additions and 7 deletions

View File

@ -244,6 +244,8 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
$(BOOST_REGEX_ICU_OPTS) $(BOOST_REGEX_ICU_OPTS)
; ;
alias icu_options : $(ICU_EXTRA_SOURCE) : : : $(BOOST_REGEX_ICU_OPTS) ;

View File

@ -12,6 +12,7 @@ project
# There are unidentified linker problems on these platforms: # There are unidentified linker problems on these platforms:
<toolset>mipspro-7.4:<link>static <toolset>mipspro-7.4:<link>static
<toolset>sun-5.9:<link>static <toolset>sun-5.9:<link>static
<source>../build//icu_options
; ;
# #
@ -59,15 +60,8 @@ test-suite regex
: # command line : # command line
: # input files : # input files
: # requirements : # requirements
<link>static
: regex_regress ] : regex_regress ]
[ run regress/$(R_SOURCE) ../build//boost_regex
: # command line
: # input files
: # requirements
: regex_regress_dll ]
[ run regress/$(R_SOURCE) ../build//boost_regex [ run regress/$(R_SOURCE) ../build//boost_regex
../../thread/build//boost_thread ../../thread/build//boost_thread
: # command line : # command line
@ -144,3 +138,4 @@ test-suite regex