[openbeos] Re: Jamfile: LinkSharedOSLibs?
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Wed, 31 Dec 2003 14:12:47 +0100 CET
"Waldemar Kornewald" <Waldemar.Kornewald@xxxxxx> wrote:
> what is the difference beween:
>
> Preference mypref :
> source1.cpp
> source2.cpp
> : be root extralib.a
> ;
>
> and
>
> Preference mypref :
> source1.cpp
> source2.cpp
> ;
>
> LinkSharedOSLibs mypref : be root extralib.a ;
I would guess that the former solution does not create a dependency
while the former does; dunno though.
In any case, specifiying "root" here is not needed, since it's always
automatically linked against unless you specficially say that ld
shouldn't do that.
Bye,
Axel.
- References:
- [openbeos] Jamfile: LinkSharedOSLibs?
- From: Waldemar Kornewald
Other related posts:
- » [openbeos] Jamfile: LinkSharedOSLibs?
- » [openbeos] Re: Jamfile: LinkSharedOSLibs?
- » [openbeos] Re: Jamfile: LinkSharedOSLibs?
- [openbeos] Jamfile: LinkSharedOSLibs?
- From: Waldemar Kornewald