$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-16 00:50:47
Mark Elston wrote:
> BTW,
>
> Where is the documentation for how to specify the 'using ...' lines?
> It came as a surprise that there were differences, or even multiple
> parameters, or that they could be different for different compilers.
>
> Oh, wait. I think I see it in the tools/xxx.jam in the rule init (...).
> Is that it?
That's exactly it. You can also get the same documentation by running
bjam --help gcc.init
or
bjam --help msvc.init
and so on. I have some local doc changes which explain this, BTW.
- Volodya