$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to make actions global
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2009-09-03 05:17:18
Zhongli Xu wrote:
> Hi guys,
[snip]
> How to make my_action available to other modules?
>
> I tried to put it to Jamroot. And in sub-module, I have tried almost
> all possible way of reference to that action.
>
> But none works.
>
> Any clue?
Checkout the IMPORT rule in the Boost.Jam docs:
http://www.boost.org/doc/tools/jam/jam/language.html#jam.language.modules.the__import__rule
HTH / Johan