Boost logo

Boost-Build :

Subject: Re: [Boost-build] Msvc toolset, manifest tool
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-08-19 03:51:00


On Sunday 25 July 2010 19:49:49 Victor Gaydov wrote:

> 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) ] ;

Victor,

thanks for the patch. I have applied it now.

Thanks,

--
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk