Boost logo

Boost-Build :

From: Tom Kent (lists_at_[hidden])
Date: 2020-01-24 12:10:38


On Thu, Jan 23, 2020 at 1:16 PM Rene Rivera via Boost-build <
boost-build_at_[hidden]> wrote:

> Not sure specifically about msvc 14.2.. But generally you should be able
> to do something like:
>
> using mxvc : 14.2~release : c:/path/to/release/cl.exe ;
> using msvc : 14.2~preview : c?path/to/preview/cl.exe ;
>
> Are you saying that doesn't work for you?
>

Just for clarity in the archive, I'm guessing that `x` of `mxvc` in the
first line was a typo and it should be:

using msvc : 14.2~release : c:/path/to/release/cl.exe ;
using msvc : 14.2~preview : c?path/to/preview/cl.exe ;

right?

Tom



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