fix for dano and added bshelf
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
353aa88d57
commit
6a32527a14
@ -118,6 +118,7 @@ SEARCH on [ FGristFiles
|
||||
|
||||
SubInclude HAIKU_TOP src tests kits interface bprintjob ;
|
||||
SubInclude HAIKU_TOP src tests kits interface bfont ;
|
||||
SubInclude HAIKU_TOP src tests kits interface bshelf ;
|
||||
SubInclude HAIKU_TOP src tests kits interface picture ;
|
||||
SubInclude HAIKU_TOP src tests kits interface NewRegion ;
|
||||
|
||||
|
@ -5,11 +5,11 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
UsePrivateHeaders interface ;
|
||||
|
||||
if $(TARGET_PLATFORM) != haiku {
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os interface ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os interface ] : true ;
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) headers os ] : true ;
|
||||
SubDirC++Flags -D_SetShelf=set_shelf ;
|
||||
}
|
||||
|
||||
SubDirC++Flags -D_SetShelf=set_shelf ;
|
||||
|
||||
SimpleTest ShelfTest :
|
||||
ShelfTest.cpp
|
||||
Shelf.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user