$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-31 04:55:04
Hi Vincent,
> Is toolset gcc-nocygwin supported in Boost.Build v2? There is a thread
> about it for Boost.Build v1, which happened around 1 year ago. But I
> don't see any discussion about it centered on v2. Perhaps it has turned
> into a compile/link flag, per your earlier advice in this thread.
Actually, there's gcc-nocygwin toolset for V1, which does nothing except for
additionally setting the linker/compiler flags.
I'm not sure why this is a separate toolset. Maybe it's because in V1 there's
no project requirements, so the only other solution would be to specify
<linkflags> for every target in every Jamfile, which is not attractive
solution.
- Volodya