repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tcp: Fix 64 bit build with debugging features enabled.
[haiku.git]
/
src
/
bin
/
desklink
/
Jamfile
blob
2bf3c4629c60d0f2d5bfd302ccefb65382ffc638
1
SubDir HAIKU_TOP src bin desklink ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders app interface shared ;
6
7
BinCommand desklink :
8
desklink.cpp
9
DeskButton.cpp
10
MediaReplicant.cpp
11
MixerControl.cpp
12
VolumeControl.cpp
13
VolumeWindow.cpp
14
15
: be libmedia.so localestub [ TargetLibsupc++ ]
16
: desklink.rdef
17
;
18
19
DoCatalogs desklink :
20
x-vnd.Haiku-desklink
21
:
22
DeskButton.cpp
23
MediaReplicant.cpp
24
VolumeControl.cpp
25
;