From 084f3e01affd544bb181f20f53e1061232ce01a4 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 2 Mar 2008 23:13:50 +0000 Subject: [PATCH] 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 --- src/build/libhaikucompat/Jamfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/build/libhaikucompat/Jamfile b/src/build/libhaikucompat/Jamfile index 8b880df2e6..2423809597 100644 --- a/src/build/libhaikucompat/Jamfile +++ b/src/build/libhaikucompat/Jamfile @@ -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= ;