$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-06-09 01:08:52
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > For searched libraries, it's still
> >
> > lib foo : : <name>foo <search>/usr/lib ;
>
> ^^^^^^^^^
>
> Couldn't we deduce this part if it's not supplied?
We can. In fact, some time ago you have proposed that
lib foo ;
worked as
lib foo : : <name>foo ;
works now. That change is in my pipeline already ;-)
- Volodya