New rule UsePrivateKernelHeaders. It adds header/private/kernel as well
as all directories that might be needed by private kernel headers (arch, platform,... headers). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -338,6 +338,11 @@ rule UseLegacyObjectHeaders
|
|||||||
SourceSysHdrs $(1) : [ FDirName $(HAIKU_TOP) headers legacy ] : $(2) ;
|
SourceSysHdrs $(1) : [ FDirName $(HAIKU_TOP) headers legacy ] : $(2) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rule UsePrivateKernelHeaders
|
||||||
|
{
|
||||||
|
UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
|
||||||
|
}
|
||||||
|
|
||||||
rule FStandardOSHeaders
|
rule FStandardOSHeaders
|
||||||
{
|
{
|
||||||
local osIncludes = add-ons add-ons/file_system add-ons/graphics
|
local osIncludes = add-ons add-ons/file_system add-ons/graphics
|
||||||
|
|||||||
Reference in New Issue
Block a user