$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-07-25 06:49:08
Anthony Novatsis wrote:
> I have solved this problem as follows:
>
> import modules ;
>
> modules.load my-tool : : /path/to/file ;
However you are not properly importing the symbols...
Have you tried:
import /path/to/file/my-tool ;
Of course the filename is my-tool.jam
Regards
Roland