tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / bin / desklink / Jamfile
blob2bf3c4629c60d0f2d5bfd302ccefb65382ffc638
1 SubDir HAIKU_TOP src bin desklink ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders app interface shared ;
7 BinCommand desklink :
8         desklink.cpp
9         DeskButton.cpp
10         MediaReplicant.cpp
11         MixerControl.cpp
12         VolumeControl.cpp
13         VolumeWindow.cpp
15         : be libmedia.so localestub [ TargetLibsupc++ ]
16         : desklink.rdef
19 DoCatalogs desklink :
20         x-vnd.Haiku-desklink
21         :
22         DeskButton.cpp
23         MediaReplicant.cpp
24         VolumeControl.cpp