Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-02 08:36:34


David Abrahams wrote:

> > Folks, how do you feel about some rule like:
> >
> > use-property ( property )
> >
> > which would be used like:
> >
> > use-property <os>NT ;
> >
> > and will make NT a valid value of the <os> feature. If <os>NT is defined
> > already, the above will be no-op?
> >
> > This is something we planned for some time... maybe we should add it now?
> >
> > Thoughts?
>
> Seems as though it ought to be unneccessary, doesn't it?

Why? The problem is: you want to use <toolset>msvc in requirements. You don't
want to "using msvc " because that would warn that msvc is not installed. So
you need a way to say the <toolset>msvc is OK.

- Volodya

 


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