$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-03 02:21:09
Reece Dunn wrote:
> Question: If you have two or more versions of a compiler installed (MS VC
> and GCC on my machine), how do you build with one of those variants? Is it
> something like:
>
> bjam msvc/<version>7.1
It's easier:
bjam msvc-7.1
- Volodya