From c72bb1b175ada2ccca2562109772abb28857e57b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 5 Jan 2012 17:27:51 +0000 Subject: [PATCH] Fix Intel-win ICU library names. [SVN r76322] --- build/Jamfile.v2 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 5a754a93..d97619db 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -48,17 +48,21 @@ if ! $(disable-icu) } else { - lib icuuc : : shared shared @path_options ; - lib icuuc : : msvc debug icuucd shared shared @path_options ; + lib icuuc : : shared shared @path_options ; + lib icuuc : : msvc debug icuucd shared shared @path_options ; + lib icuuc : : intel windows debug icuucd shared shared @path_options ; lib icuuc : : this_is_an_invalid_library_name ; - lib icudt : : icudata shared shared @path_options ; - lib icudt : : icudt msvc shared shared @path_options ; + lib icudt : : icudata shared shared @path_options ; + lib icudt : : icudt msvc shared shared @path_options ; + lib icudt : : icudt intel windows shared shared @path_options ; lib icudt : : this_is_an_invalid_library_name ; - lib icuin : : icui18n shared shared @path_options ; - lib icuin : : msvc debug icuind shared shared @path_options ; - lib icuin : : msvc release icuin shared shared @path_options ; + lib icuin : : icui18n shared shared @path_options ; + lib icuin : : msvc debug icuind shared shared @path_options ; + lib icuin : : msvc release icuin shared shared @path_options ; + lib icuin : : intel windows debug icuind shared shared @path_options ; + lib icuin : : intel windows release icuin shared shared @path_options ; lib icuin : : this_is_an_invalid_library_name ; if $(ICU_PATH) @@ -151,3 +155,4 @@ boost-install boost_regex ; +