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:
@@ -21,6 +21,8 @@ if $(HOST_PLATFORM) in r5 bone dano {
|
|||||||
: [ FDirName $(HAIKU_TOP) headers build os app ] ;
|
: [ FDirName $(HAIKU_TOP) headers build os app ] ;
|
||||||
ObjectSysHdrs $(libbePatchSources)
|
ObjectSysHdrs $(libbePatchSources)
|
||||||
: [ FDirName $(HAIKU_TOP) headers build os interface ] ;
|
: [ FDirName $(HAIKU_TOP) headers build os interface ] ;
|
||||||
|
ObjectSysHdrs $(libbePatchSources)
|
||||||
|
: [ FDirName $(HAIKU_TOP) headers build os support ] ;
|
||||||
ObjectSysHdrs $(libbePatchSources)
|
ObjectSysHdrs $(libbePatchSources)
|
||||||
: [ FDirName $(HAIKU_TOP) headers build os storage ] ;
|
: [ FDirName $(HAIKU_TOP) headers build os storage ] ;
|
||||||
if $(HOST_PLATFORM) = dano {
|
if $(HOST_PLATFORM) = dano {
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ USES_BE_API on $(tools) = true ;
|
|||||||
# TODO: temporary kludge
|
# TODO: temporary kludge
|
||||||
local libHaikuCompat ;
|
local libHaikuCompat ;
|
||||||
if $(HOST_PLATFORM) in r5 bone dano {
|
if $(HOST_PLATFORM) in r5 bone dano {
|
||||||
|
UseHeaders [ FDirName $(HAIKU_TOP) headers build os support ] : true ;
|
||||||
libHaikuCompat = libhaikucompat_build.a ;
|
libHaikuCompat = libhaikucompat_build.a ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user