xref: /haiku/src/apps/aboutsystem/Jamfile (revision a7c23bb4a92806407b15fef56a5652326c3f8622)
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	: [ TargetLibstdc++ ] be translation localestub
11	: AboutSystem.rdef
12;
13
14DoCatalogs AboutSystem :
15	x-vnd.Haiku-About
16	:
17	AboutSystem.cpp
18	Utilities.cpp
19;
20