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:
Michael Lotz
2008-03-02 23:13:50 +00:00
parent 6c39860087
commit 084f3e01af
+4
View File
@@ -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= ;