Use the USING_HAIKU_TYPE_CONSTANTS_H define also for the BONE platform.
Maybe this needs to be extended to plain R5 as well, but I cannot currently test that. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24210 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,6 +25,10 @@ if $(HOST_PLATFORM) in r5 bone dano {
|
||||
: [ FDirName $(HAIKU_TOP) headers build os support ] ;
|
||||
ObjectSysHdrs $(libbePatchSources)
|
||||
: [ FDirName $(HAIKU_TOP) headers build os storage ] ;
|
||||
if $(HOST_PLATFORM) = bone {
|
||||
ObjectDefines $(libbePatchSources) :
|
||||
USING_HAIKU_TYPE_CONSTANTS_H= ;
|
||||
}
|
||||
if $(HOST_PLATFORM) = dano {
|
||||
ObjectDefines $(libbePatchSources) : _IMPEXP_BE=
|
||||
USING_HAIKU_TYPE_CONSTANTS_H= ;
|
||||
|
||||
Reference in New Issue
Block a user