|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-31 08:41:59
David Abrahams wrote:
> > project
> >
> > : requirements <cflags>-mno-cygwin <linkflags>-mno-cygwin
> >
> > ;
> >
> > to achieve the same effect. What do you think?
>
> I think we may need a --no-cygwin command-line option.
We can use
bjam cflags=-mno-cygwin linkflags=-mno-cygwin
I'm not sure that a special command line option is good idea. After all, the
original poster wants to always build without cygwin, so always specifying a
command line option is inconvenient.
- 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