SubDir HAIKU_TOP src apps aboutsystem ;

UsePrivateHeaders app shared ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
	UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
}
if $(TARGET_PLATFORM) = r5 {
	SubDirC++Flags -DR5_COMPATIBLE ;
}
if $(TARGET_PLATFORM) = dano {
	SubDirC++Flags -DR5_COMPATIBLE ;
}

Application AboutSystem :
	AboutSystem.cpp
	HyperTextActions.cpp
	HyperTextView.cpp
	Utilities.cpp
	: $(TARGET_LIBSTDC++) be translation
	: AboutSystem.rdef
;

Includes [ FGristFiles AboutSystem.rdef ] : [ FGristFiles "HAIKU logo - black on white - tiny.png" ] ;
SEARCH on [ FGristFiles "HAIKU logo - black on white - tiny.png" ]
	= [ FDirName $(HAIKU_TOP) data artwork ] ;
