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
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
apps
/
launchbox
/
Jamfile
blob
850d9d2bfe87bbf6708288d85b05d793e5ead140
1
SubDir HAIKU_TOP src apps launchbox ;
2
3
UsePrivateHeaders shared ;
4
5
Application LaunchBox :
6
App.cpp
7
LaunchButton.cpp
8
main.cpp
9
MainWindow.cpp
10
NamePanel.cpp
11
PadView.cpp
12
Panel.cpp
13
support.cpp
14
: be translation shared [ TargetLibsupc++ ] localestub
15
: LaunchBox.rdef
16
;
17
18
DoCatalogs LaunchBox :
19
x-vnd.Haiku-LaunchBox
20
:
21
App.cpp
22
LaunchButton.cpp
23
MainWindow.cpp
24
NamePanel.cpp
25
PadView.cpp
26
;