$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] easy way to stage not built with boost build
From: Jim Gallagher (jim_at_[hidden])
Date: 2010-05-20 16:44:47
>
>Use <install-type>SHARED_LIB instead of <install-type>LIB. The reason is
>that LIB is a super-set of SHARED_LIB and STATIC_LIB.
>
Excellent! No more warts.
Thanks,
Jim