- UseLegacyHeaders now accepts a list of sub-folders all of which will be
added to the search path git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17677 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
86f902c3ed
commit
79b73cd9d2
@ -320,11 +320,11 @@ rule UseLibraryHeaders
|
||||
|
||||
rule UseLegacyHeaders
|
||||
{
|
||||
# usage: UseLegacyHeaders ;
|
||||
# usage: UseLegacyHeaders <group list> ;
|
||||
#
|
||||
# NOTE: This rule must be invoked *before* the rule that builds the objects.
|
||||
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers legacy ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers legacy $(1) ] : true ;
|
||||
}
|
||||
|
||||
rule UseLegacyObjectHeaders
|
||||
|
Loading…
Reference in New Issue
Block a user