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
libroot/posix/stdio: Remove unused portions.
[haiku.git]
/
src
/
apps
/
fontdemo
/
Jamfile
blob
4066bed866e00158c60c0acb4e2bd6c2d45cd802
1
SubDir HAIKU_TOP src apps fontdemo ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
Application FontDemo :
6
ControlView.cpp
7
FontDemo.cpp
8
FontDemoView.cpp
9
: be localestub [ TargetLibsupc++ ]
10
: FontDemo.rdef
11
;
12
13
DoCatalogs FontDemo :
14
x-vnd.Haiku-FontDemo
15
:
16
FontDemo.cpp
17
ControlView.cpp
18
FontDemoView.cpp
19
;