[haiku-development] Re: Some help with Jam
- From: julun <host.haiku@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 22 May 2008 21:05:31 +0200
Hi,
Stephan Assmus schrieb:
Would something like this work?
----
# Where to find the 3rd party libraries
LIBSANTA = libsgb.a ;
LIBTOOLBAR = libToolbar.a ;
local scoobyLibs = [ FDirName $(HAIKU_TOP) 3rdparty scooby Scooby libs ] ;
SEARCH on $(LIBSANTA) = [ FDirName $(scoobyLibs) Santa ] ;
SEARCH on $(LIBTOOLBAR) = [ FDirName $(scoobyLibs) Toolbar ] ;
----
Have not tried that myself. Hope it helps...
Best regards,
-Stephan
thanks Stephan, this worked :)
Regards,
Karsten
- References:
- [haiku-development] Re: S3 Video Driver Problem
- From: Antti Soininen
- [haiku-development] Some help with Jam
- From: Julun
- [haiku-development] Re: Some help with Jam
- From: Stephan Assmus
Other related posts:
- » [haiku-development] Some help with Jam
- » [haiku-development] Re: Some help with Jam
- » [haiku-development] Re: Some help with Jam
Would something like this work? ---- # Where to find the 3rd party libraries LIBSANTA = libsgb.a ; LIBTOOLBAR = libToolbar.a ; local scoobyLibs = [ FDirName $(HAIKU_TOP) 3rdparty scooby Scooby libs ] ; SEARCH on $(LIBSANTA) = [ FDirName $(scoobyLibs) Santa ] ; SEARCH on $(LIBTOOLBAR) = [ FDirName $(scoobyLibs) Toolbar ] ; ---- Have not tried that myself. Hope it helps... Best regards, -Stephan
- [haiku-development] Re: S3 Video Driver Problem
- From: Antti Soininen
- [haiku-development] Some help with Jam
- From: Julun
- [haiku-development] Re: Some help with Jam
- From: Stephan Assmus