bbv2 updates.

[SVN r36549]
This commit is contained in:
John Maddock
2006-12-31 17:25:39 +00:00
parent 2a87146c18
commit 4f787b3c60
5 changed files with 16 additions and 399 deletions

View File

@ -66,7 +66,7 @@ rule check-icu-config ( )
{
ECHO Building Boost.Regex with the optional Unicode/ICU support disabled. ;
ECHO Please refer to the Boost.Regex documentation for more information ;
ECHO (and if you don't know what ICU is then you probably don't need it). ;
ECHO (don't panic: this is a strictly optional feature). ;
if $(ICU_PATH)
{
ECHO Couldn't find utypes.h in $(ICU_PATH:J=" ")$(SLASH)include$(SLASH)unicode ;
@ -135,3 +135,4 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
$(BOOST_REGEX_ICU_OPTS)
;