On Thu, Jan 23, 2020 at 1:16 PM Rene Rivera via Boost-build <boost-build@lists.boost.org> 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