We don't support BeOS build of it anymore.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39119 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-10-24 09:02:07 +00:00
parent ccdff0eb1f
commit 0dbbb46e17
-12
View File
@@ -2,18 +2,6 @@ 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