$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Build libs: which ver. of MSVC?
From: Lars Viklund (zao_at_[hidden])
Date: 2012-09-21 06:29:32
On Fri, Sep 21, 2012 at 08:33:36AM +0200, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> How does b2 detect the MSVC version?
Brute-force against a pile of registry keys, and if all else fails, it
tries 'cl.exe' in the runtime path.
> Where to specify the target MSVC version to be 9.0?
b2 toolset=msvc-9.0
This pattern holds for most the possible toolsets, being
toolset=name-major.minor
-- Lars Viklund | zao_at_[hidden]