diff -urN boost_1_48_0.orig/libs/regex/build/Jamfile.v2 boost_1_48_0.intel/libs/regex/build/Jamfile.v2 --- boost_1_48_0.orig/libs/regex/build/Jamfile.v2 2012-01-04 11:41:29.500005400 -0800 +++ boost_1_48_0.intel/libs/regex/build/Jamfile.v2 2012-01-03 16:15:14.121094100 -0800 @@ -50,15 +50,19 @@ { lib icuuc : : shared shared @path_options ; lib icuuc : : msvc debug icuucd shared shared @path_options ; + lib icuuc : : intel debug icuuc 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 : : icudt intel 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 : : intel debug icuin shared shared @path_options ; + lib icuin : : intel release icuin shared shared @path_options ; lib icuin : : this_is_an_invalid_library_name ; if $(ICU_PATH)