$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-10-17 06:43:07
> I used the command command line >bjam "-sTOOLS=vc7"
> Everything compiles nicely without errors or warnings. Excellent.
>
> But I endup with libraries in different directories. I have to add by
> hand by using the IDE option.. menu all the directories.
> Is there a step or target that I could use to install all the libraries
> in some specific directory ? I would then only have to add one directory
> path to the vc7 IDE as for the include. There are many directories in
> libs and only a few of them have a build directory. I have to scan all
> of them to find which one has a library, etc.
Yep, it's a pain at present, but we're working on it (or at least Rene
is...)
John.