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:
Jérôme Duval 2006-06-07 19:32:43 +00:00
parent 353aa88d57
commit 6a32527a14
2 changed files with 4 additions and 3 deletions

View File

@ -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 ;

View File

@ -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