xref: /haiku/src/apps/fontdemo/Jamfile (revision ba62028d232c73fa6b1c2b2c0c253d245d2fce74)
1SubDir HAIKU_TOP src apps fontdemo ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Application FontDemo :
6	ControlView.cpp
7	FontDemo.cpp
8	FontDemoView.cpp
9	: be localestub [ TargetLibsupc++ ]
10	: FontDemo.rdef
11	;
12
13DoCatalogs FontDemo :
14	x-vnd.Haiku-FontDemo
15	:
16	FontDemo.cpp
17	ControlView.cpp
18	FontDemoView.cpp
19;
20