Added new example.

Updated ICU support for VC8


[SVN r37738]
This commit is contained in:
John Maddock
2007-05-22 09:47:28 +00:00
parent 15085e5bb1
commit f4877f6698
4 changed files with 126 additions and 1 deletions

View File

@ -45,6 +45,10 @@ rule check-icu-config ( )
{
gICU_CORE_LIB = icuuc ;
}
else if [ GLOB $(dir)/lib : icuuc.* ]
{
gICU_CORE_LIB = icuuc ;
}
else if [ GLOB $(dir)/lib : libicuuc.* ]
{
gICU_CORE_LIB = icuuc ;
@ -188,3 +192,4 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)