Renaud Lepere wrote:
>> -----Message d'origine-----
>> De : boost-build-bounces lists.boost.org
>> [mailto:boost-build-bounces lists.boost.org]De la part
de
>> Johan Nilsson
>> Envoyé : mercredi 23 mai 2007 07:32
>> À : boost-build lists.boost.org
>> Objet : Re: [Boost-build] moving rules from jamroot
to somewhere else
>>
>>
>> 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")?
>
> No, this was just a mistake done while writting my
mail. I'm sorry.
I figured that, was just making sure.
[snip]
> Do you know, how can i access this rule from a jamfile,
i have
> tried in my-ext.jam.
> import project ;
> rule my-lib ( project : sources * )
> {
> lib $(project) : $(sources) ;
> project-rules.explict $(project) ;
> }
"project-rules" ?
"explict" again ?
Please post a real non-working sample. I think
"someone" more knowledgeable
than I am will be able to answer the question.
/ Johan
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|