make it buildable under R5/dano.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23173 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,9 +2,17 @@ SubDir HAIKU_TOP src apps aboutsystem ;
|
|||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
|
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
|
||||||
|
UseHeaders [ FDirName $(HAIKU_TOP) headers os kernel ] : true ;
|
||||||
|
}
|
||||||
if $(TARGET_PLATFORM) = r5 {
|
if $(TARGET_PLATFORM) = r5 {
|
||||||
SubDirC++Flags -DR5_COMPATIBLE ;
|
SubDirC++Flags -DR5_COMPATIBLE ;
|
||||||
}
|
}
|
||||||
|
if $(TARGET_PLATFORM) = dano {
|
||||||
|
SubDirC++Flags -DR5_COMPATIBLE ;
|
||||||
|
}
|
||||||
|
|
||||||
Application AboutSystem :
|
Application AboutSystem :
|
||||||
AboutSystem.cpp
|
AboutSystem.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user