xref: /haiku/src/apps/aboutsystem/Jamfile (revision a7dde370f552f5376edbf25046ec9cf2ba8bbd1a)
1SubDir HAIKU_TOP src apps aboutsystem ;
2
3UsePrivateHeaders app shared ;
4
5Application AboutSystem :
6	AboutSystem.cpp
7	HyperTextActions.cpp
8	HyperTextView.cpp
9	Utilities.cpp
10	: $(TARGET_LIBSTDC++) be translation $(HAIKU_LOCALE_LIBS)
11	: AboutSystem.rdef
12;
13
14DoCatalogs AboutSystem :
15	x-vnd.Haiku-About
16	:
17	AboutSystem.cpp
18	Utilities.cpp
19;
20