[openbeos] Re: static libs for drivers

"Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx> wrote:
> Hi,
> how can I produce a static lib in order to link my kernel drivers/
> modules
> against it?
> Is there some Jamfile function for this in the OBOS tree?

Yep, the astonishingly accurately named rule StaticLibrary. ;-)

Usage: StaticLibrary <name_without_lib_and_extension> : <sources> ;

CU, Ingo


Other related posts: