Ticket #1308: src_apps_people_Jamfile.diff

File src_apps_people_Jamfile.diff, 506 bytes (added by kaoutsis, 17 years ago)

src_apps_people_Jamfile.diff: buld People app for TARGET_PLATFORM=hrev5 also (this version is putting back the resources file)

  • Jamfile

     
    01SubDir HAIKU_TOP src apps people ;
    12
     3SetSubDirSupportedPlatformsBeOSCompatible ;
     4
     5AddResources People : People.rdef ;
    26Application People : main.cpp
    37    PeopleApp.cpp
    48    PeopleView.cpp
    5     PeopleWindow.cpp
    6     TTextControl.cpp
    7     : libbe.so libtracker.so
    8     : People.rdef
    9     ;
     9    PeopleWindow.cpp
     10    TTextControl.cpp ;
    1011
     12LinkAgainst People : be tracker ;