|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-18 06:27:01
David Abrahams wrote:
> Yep. But now I'm not so sure it ever worked.
My guess is that it never worked in fact.
> It works when I do
>
> bjam msvc-6.5
>
> I guess the real question is, given that I have msvc-6.5 msvc-7 and
> msvc-7.1 registered, why does it try to use the 'msvc' toolset when I
> just do
>
> bjam
>
The answer to this question is simple. There's feature <toolset>, there's
subfeature version of <toolset>msvc, but the "feature" module does not
support default values for subfeatures. So, when you run "bjam" the build
request contains only
<toolset>msvc
and nothing about version. BTW, a desire of default values for subfeatures is
mentioned in comment on line 131 of msvc.jam --- though for a little bit
different reason.
- Volodya
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