Some additions to the existing kludges to fix the build on BeOS.

I tested building libroot.so only (BeOS under VMware is not exactly
fun as a build platform), but I think that should suffice.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-02-26 02:31:59 +00:00
parent 7539ff87da
commit 3f6971fd68
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@ if $(HOST_PLATFORM) in r5 bone dano {
: [ FDirName $(HAIKU_TOP) headers build os app ] ;
ObjectSysHdrs $(libbePatchSources)
: [ FDirName $(HAIKU_TOP) headers build os interface ] ;
ObjectSysHdrs $(libbePatchSources)
: [ FDirName $(HAIKU_TOP) headers build os support ] ;
ObjectSysHdrs $(libbePatchSources)
: [ FDirName $(HAIKU_TOP) headers build os storage ] ;
if $(HOST_PLATFORM) = dano {

View File

@ -22,6 +22,7 @@ USES_BE_API on $(tools) = true ;
# TODO: temporary kludge
local libHaikuCompat ;
if $(HOST_PLATFORM) in r5 bone dano {
UseHeaders [ FDirName $(HAIKU_TOP) headers build os support ] : true ;
libHaikuCompat = libhaikucompat_build.a ;
}