Boost logo

Boost-Build :

From: william marié (william.marie_at_[hidden])
Date: 2008-06-30 06:37:46


Hi all,

Thank you for your answers i sorted this out with :

import type ;
type.register KENGIN_PLUG : : SHARED_LIB ;
type.set-generated-target-suffix KENGIN_PLUG : : ken ;

it created automatically a target rule called : kengin-plug that i used to
build my plugins

Thank you everybody :)

2008/6/30 Jurko Gospodnetiæ <jurko.gospodnetic_at_[hidden]>:

> Hi Jeremy.
>
> The important lines:
>>
>> import type : change-generated-target-suffix
>> type.change-generated-target-suffix SHARED_LIB : : extension ;
>>
>
> Just a little detail... I believe the first line here should be:
>
> import type ;
>
> The semicolon is missing and the change-generated-target-suffix rule
> naming is not needed here since you always call it with its type. prefix.
>
>
> Best regards,
> Jurko Gospodnetiæ
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk