This gets h2generic building on dano, not sure it'd work though as it's messing with haiku and be headers and I'm not sure how it ends up.
Why not just #include <thefile> instead of using prefixes ?? :p git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24249 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c56d6fa283
commit
e1a589ac64
@ -7,6 +7,13 @@ UsePrivateHeaders net kernel bluetooth ;
|
||||
local r5_src = ;
|
||||
if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os bluetooth ] : true ;
|
||||
# HACKs HACKs HACKs...
|
||||
# for <bluetooth/*> ...
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ;
|
||||
# for <net/*> hmmm...
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers private ] : true ;
|
||||
# for USB_spec.h from Haiku
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os drivers ] : true ;
|
||||
r5_src = list.c ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user