mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Adjust ICU build support: almost works now :-)
[SVN r40193]
This commit is contained in:
@ -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) ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user