xref: /haiku/src/apps/aboutsystem/Jamfile (revision f2b4344867e97c3f4e742a1b4a15e6879644601a)
1SubDir HAIKU_TOP src apps aboutsystem ;
2
3UsePrivateHeaders app libroot 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