$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-09-02 23:50:11
David Abrahams wrote:
> "peter_schoen1_web_de" <Peter.Schoen1_at_[hidden]> writes:
> > Hi,
> >
> > where can I put self-written boost.build modules, so that boost.build
> > v2 will find them?
> >
> > Right now I put them in the tools subdirectory of the boost.build-v2
> > installation.
> >
> > But I would like to put self-written code somewhere else, and not in
> > 3rd-party code/installations.
>
> That's what BOOST_BUILD_PATH is for; just customize it to include
> your personal module repository.
It's also possible to put them in project root and import them from
project-root.jam. Of course, if modules must be shared between several
projects, BOOST_BUILD_PATH is better alternative.
- Volodya