$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Anthony Novatsis (anthonynovatsis_at_[hidden])
Date: 2007-07-25 06:01:28
I have solved this problem as follows:
import modules ;
modules.load my-tool : : /path/to/file ;
On 25/07/07, Anthony Novatsis <anthonynovatsis_at_[hidden]> wrote:
>
> Dear All,
>
> I have created a custom tool which I have copied directly into the
> $(BOOST_BUILD_PATH)/tools directory and everything works fine. However, I
> would like to install this tools into an arbitrary directory. I have tried
> "import /path/to/file/my-tool ;" but this doesn't work.
>
> Could anybody tell me how this can be done?
>
> Thanks in advance.
>
> Anthony
>