From 262c4abba6873ddcf35ca4a15e837419c3bf69c6 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 19 Aug 2010 07:50:50 +0000 Subject: [PATCH] Allow to customize the 'mt' tool. Patch from Victor Gaydov. [SVN r64912] --- v2/tools/msvc.jam | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index 6bb0d6ff8..a7731cb54 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -905,8 +905,9 @@ local rule configure-really ( version ? : options * ) mc-compiler = [ feature.get-values : $(options) ] ; mc-compiler ?= mc ; - manifest-tool = mt ; - + manifest-tool = [ feature.get-values : $(options) ] ; + manifest-tool ?= mt ; + local cc-filter = [ feature.get-values : $(options) ] ; for local c in $(cpu)