$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-11 05:48:01
elviin wrote:
> Hello,
>
> instead of writing:
>
> bjam --libdir=/../parallel/dev/lib/boost/
> --includedir=/../parallel/dev/include/boost/ install
>
> i would like to specify those paths in the
>
> ~/user-config.jam.
This is not possible at this moment. --libdir and --includedir
are handled by Boost's Jamfiles, while user-config.jam is
generic Boost.Build configuration file. I though about
using some project-config.jam file where you can put random
per-project-per-user data to avoid typing it on command line,
but nothing is done yet.
- Volodya