$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-05-28 07:17:18
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > The syntax is not correct, the right one is:
> > : <toolset>intel,<toolset-intel:platform>linux:<cxxflags>TEST
>
> Ouch! What does that mean?!
This means that on intel toolset, and on linux platform, we need to add
specific cxxflags.
> It's frightening !
Yes, it is. The recommended syntax is:
<toolset>intel-linux
but that does not mean we should crash on the above syntax -- ugly, but
correct.