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 ;
+