[haiku-development] Some help with Jam

  • From: Julun <HOST.HAIKU@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 22 May 2008 12:31:09 +0200

Hi,

after getting the source from Scooby (Mail client) checked out with cvs I have the following source tree:

- 3rdParty
  - scooby
    - Scooby
      - src
           - some_source.cpp
           - some_source.cpp
           - some_source.cpp
      - libs
        - Santa
           - some_header.h
           - libsgb.a
        - Toolbar
           - some_header.h
           - libToolbar.a

and so on...

After making my Jamfile to build the Scooby source i need to link against some of the *.a libs spread in libs/*/*.a So I'm looking for a way to add it in the Jamfile without doing something like this:

...
source.cpp
source.cpp
: be tracker ./3rdparty/scooby/Scooby/libs/Santa/libsgb.a ...

I just need it to test some bugs i noticed in Haiku while using the binary version (printing hidden views, crash while typing an mail adress, etc...).

Thx,
Karsten

Other related posts: