$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Klein (dave_chp_at_[hidden])
Date: 2007-04-18 11:21:49
Z.L. wrote:
> I want to use only the random library in Boost, and the whole Boost is
> too big for me.
>
> I remember there seems some tool that can strip off the dependency of
> the single library on the other libraries in Boost, and extracts it. But
> unfortunately I cannot recall the name of this tool.
>
> Could somebody give me some hints or suggestions on separating a
> library from Boost?
>
> Thanks a lot.
>
> Z.L.
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>
>
Hi,
it's called 'bcp' and you'll find it in boost/tools.
-- Regards, dave