$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Msvc toolset, manifest tool
From: Victor Gaydov (gavv.ml_at_[hidden])
Date: 2010-07-25 11:49:49
Please add <manifest-tool> option to msvc toolset:
--- ./tools/msvc.jam 2009-11-18 22:47:17.000000000 +0300
+++ ./tools/msvc.jam 2010-07-25 14:48:46.480747263 +0400
@@ -865,7 +865,8 @@ local rule configure-really ( version ?
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) ] ;
Thanks.