xref: /haiku/src/apps/aboutsystem/Jamfile (revision 93a78ecaa45114d68952d08c4778f073515102f2)
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