xref: /haiku/src/apps/fontdemo/Jamfile (revision 71452e98334eaac603bf542d159e24788a46bebb)
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