2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Allow to customize the 'mt' tool.

Patch from Victor Gaydov.


[SVN r64912]
This commit is contained in:
Vladimir Prus
2010-08-19 07:50:50 +00:00
parent f1a0a85144
commit 262c4abba6

View File

@@ -905,8 +905,9 @@ local rule configure-really ( version ? : options * )
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)