|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-27 07:48:34
Hi Jonathan,
> 1) How do you specify a system include directory for all projects. For
> example, I want to specify the boost directory in the user-settings.jam ?
There's no such way at the moment. Do you mean that those global includes
apply to all projects implicitly?
> 2) I have multiple installation of msvc (6sp5, 7, 7.1), how do I specify
> which to use ?
You can write ;
using msvc : 6.5 ;
using msvc : 7.1 ;
and they run
bjam msvc-6.5 ;
bjam msvc-7.1 ;
You can actually run
bjam --help msvc.init
to find out all parameter you can pass to using, though the output currently
is not pretty. The comments in "msvc.jam" should be documenting everything.
HTH,
Volodya
>
> ps: I'm using boost-build v2 m4
>
>
>
> ---------------------------------------------------------------------------
>-------- Jonathan de Halleux, Research Assistant
> Center for Systems Engineering and Applied Mechanics (CESAME)
> Universite catholique de Louvain
> Batiment Euler , Av. Georges Lemaitre, 4 Tel : +32-10-47 2595
> B-1348 Louvain-la-Neuve Belgium
> E-mail : dehalleux_at_[hidden]
> ---------------------------------------------------------------------------
>--------
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
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