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
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
build
/
libbe
/
app
/
Jamfile
blob
337083dd085be12239a5050042790438c9eb82b2
1
SubDir HAIKU_TOP src build libbe app ;
2
3
UsePrivateBuildHeaders app kernel shared ;
4
5
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits app ] ;
6
7
USES_BE_API on <libbe_build>app_kit.o = true ;
8
9
BuildPlatformMergeObjectPIC <libbe_build>app_kit.o :
10
Application.cpp
11
AppMisc.cpp
12
Looper.cpp
13
Message.cpp
14
MessageAdapter.cpp
15
Messenger.cpp
16
MessageUtils.cpp
17
TypeConstants.cpp
18
;
19