xref: /haiku/src/apps/fontdemo/Jamfile (revision c5e8e32acd64dbbf41b67aee6dd7badb66c1ca7b)
1SubDir HAIKU_TOP src apps fontdemo ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5Application FontDemo :
6	ControlView.cpp
7	FontDemo.cpp
8	FontDemoView.cpp
9	: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
10	: FontDemo.rdef
11	;
12
13DoCatalogs FontDemo :
14	x-vnd.Haiku-FontDemo
15	:
16	FontDemo.cpp
17	ControlView.cpp
18	FontDemoView.cpp
19;
20
21AddCatalogEntryAttribute FontDemo
22	:
23	x-vnd.Haiku-FontDemo:FontDemo:FontDemo
24;
25