$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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