Boost logo

Boost-Build :

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

 


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