$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64912 - trunk/tools/build/v2/tools
From: ghost_at_[hidden]
Date: 2010-08-19 03:50:52
Author: vladimir_prus
Date: 2010-08-19 03:50:50 EDT (Thu, 19 Aug 2010)
New Revision: 64912
URL: http://svn.boost.org/trac/boost/changeset/64912
Log:
Allow to customize the 'mt' tool.
Patch from Victor Gaydov.
Text files modified:
trunk/tools/build/v2/tools/msvc.jam | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/tools/msvc.jam
==============================================================================
--- trunk/tools/build/v2/tools/msvc.jam (original)
+++ trunk/tools/build/v2/tools/msvc.jam 2010-08-19 03:50:50 EDT (Thu, 19 Aug 2010)
@@ -905,8 +905,9 @@
mc-compiler = [ feature.get-values <mc-compiler> : $(options) ] ;
mc-compiler ?= mc ;
- manifest-tool = mt ;
-
+ manifest-tool = [ feature.get-values <manifest-tool> : $(options) ] ;
+ manifest-tool ?= mt ;
+
local cc-filter = [ feature.get-values <compiler-filter> : $(options) ] ;
for local c in $(cpu)