xref: /haiku/src/apps/aboutsystem/Jamfile (revision 14e3d1b5768e7110b3d5c0855833267409b71dbb)
1SubDir HAIKU_TOP src apps aboutsystem ;
2
3UsePrivateHeaders shared ;
4
5if $(TARGET_PLATFORM) = r5 {
6	SubDirC++Flags -DR5_COMPATIBLE ;
7}
8
9Application AboutSystem :
10	AboutSystem.cpp
11	: be translation
12	: AboutSystem.rdef
13;
14
15Includes [ FGristFiles AboutSystem.rdef ] : [ FGristFiles "HAIKU logo - black on white - tiny.png" ] ;
16SEARCH on [ FGristFiles "HAIKU logo - black on white - tiny.png" ]
17	= [ FDirName $(HAIKU_TOP) data artwork ] ;
18