libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / apps / fontdemo / Jamfile
blob4066bed866e00158c60c0acb4e2bd6c2d45cd802
1 SubDir HAIKU_TOP src apps fontdemo ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 Application FontDemo :
6         ControlView.cpp
7         FontDemo.cpp
8         FontDemoView.cpp
9         : be localestub [ TargetLibsupc++ ]
10         : FontDemo.rdef
11         ;
13 DoCatalogs FontDemo :
14         x-vnd.Haiku-FontDemo
15         :
16         FontDemo.cpp
17         ControlView.cpp
18         FontDemoView.cpp