xref: /haiku/src/apps/aboutsystem/Jamfile (revision 020cbad9d40235a2c50a81a42d69912a5ff8fbc4)
1SubDir HAIKU_TOP src apps aboutsystem ;
2
3UsePrivateHeaders shared ;
4
5SetSubDirSupportedPlatformsBeOSCompatible ;
6
7if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
8	UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
9}
10if $(TARGET_PLATFORM) = r5 {
11	SubDirC++Flags -DR5_COMPATIBLE ;
12}
13if $(TARGET_PLATFORM) = dano {
14	SubDirC++Flags -DR5_COMPATIBLE ;
15}
16
17Application AboutSystem :
18	AboutSystem.cpp
19	: be translation
20	: AboutSystem.rdef
21;
22
23Includes [ FGristFiles AboutSystem.rdef ] : [ FGristFiles "HAIKU logo - black on white - tiny.png" ] ;
24SEARCH on [ FGristFiles "HAIKU logo - black on white - tiny.png" ]
25	= [ FDirName $(HAIKU_TOP) data artwork ] ;
26