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:
parent
2157e06c63
commit
f5bb448a26
@ -2,9 +2,17 @@ SubDir HAIKU_TOP src apps aboutsystem ;
|
||||
|
||||
UsePrivateHeaders 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
|
||||
|
Loading…
Reference in New Issue
Block a user