$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2007-05-23 01:32:07
Renaud Lepere wrote:
[snip]
>
> I just have a problem for explicit, in my-lib (in my-ext.jam) rule
> explicit is
> not found while it was ok in jamroot.
>
> rule my-lib ( project : sources * )
> {
> lib $(project) : $(sources) ;
> explict $(project) ;
> }
>
> Do you have any idea ?
Because you spelled explicit wrong ("explict")?
/ Johan