$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-03-31 08:21:52
Vladimir Prus <ghost_at_[hidden]> writes:
> 2. I'm not sure that specifying 'nocygwin' in 'using' is good idea. The
> 'using' util now was used only to specify where to find the compiler, but not
> what flags it should use. You can put this in your top-level Jamfile:
>
> 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.
-- Dave Abrahams Boost Consulting www.boost-consulting.com