$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: brock_peabody (bpyama_at_[hidden])
Date: 2003-10-30 10:43:58
--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> A slightly better way is to put
>
> using msvc ;
>
> into your user-config.jam. You'll get a warning that msvc in not
found in
> path, but everything will work okay.
It works except that it still tries to process the project to a
certain extent. For instance:
exe a : a.cpp : <toolset>msvc ;
If you are building with gcc bjam will still error out if a.cpp does
not exist.
Brock