$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2008-05-18 18:26:01
Hi!
I'm happy about your response! :)
Vladimir Prus schrieb:
> I'd suggest this:
>
> lib common_proper : [ glob *.cpp ] <link>static ;
> alias common : common_proper /boost//filesystem ;
I am totally puzzled, this approach actually works. o_O
I was convinced common_proper would not link without the
boost.filesystem library. To conserve the library name I put
<use>/boost//filesystem into the usage requirements.
Thanks,
Frank