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
/
apps
/
aboutsystem
/
Jamfile
blob
ca23780132df7ed206148b322ab9ecba8d8c2622
1
SubDir HAIKU_TOP src apps aboutsystem ;
2
3
UsePrivateHeaders app libroot shared ;
4
5
Application AboutSystem :
6
AboutSystem.cpp
7
HyperTextActions.cpp
8
HyperTextView.cpp
9
Utilities.cpp
10
: [ TargetLibstdc++ ] be translation localestub
11
: AboutSystem.rdef
12
;
13
14
DoCatalogs AboutSystem :
15
x-vnd.Haiku-About
16
:
17
AboutSystem.cpp
18
Utilities.cpp
19
;