Boost logo

Boost-Build :

From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2005-03-22 01:55:26


"Rene Rivera" <grafik.list_at_[hidden]> wrote
> Arkadiy Vertleyb wrote:
> > "Rene Rivera" <grafik.list_at_[hidden]> wrote
> >>rule only-gcc ( toolset variant : subvariant-path properties * )
> >>{
> >> local no-build = <build>no ;
> >
> >
> > Hmmm... Does this mean it's possible to do something like this in
jamfile:
> >
> > ---
> > exe my_exe
> > :
> > main.cpp
> > ...
> > :
> > ...
> > <vc-7_1><my_gcc_specific_variant><build>no
> > ;
> > ---
> > ?
>
> Yes. And is the cleaner way of doing it.. Only difference is that one
> catches any variation of the toolset (i.e. any toolset that has gcc in
> the name). Instead of having to know the exact toolset name. So if you
> have control of the toolset in use feel free to use the simpler solution
;-)

Works for me for now... Thanks a lot!

Regards,
Arkadiy

 


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