repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removal of non-Haiku target platform logic from build system (part 1.)
[haiku.git]
/
src
/
tests
/
kits
/
interface
/
bshelf
/
Jamfile
blob
a32751ff42969aa86d9ac750e0cf459a248ea7ae
1
SubDir HAIKU_TOP src tests kits interface bshelf ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders interface ;
6
7
SimpleTest ShelfTest :
8
ShelfTest.cpp
9
: be [ TargetLibsupc++ ]
10
;
11
12
SEARCH on [ FGristFiles
13
Shelf.cpp
14
] = [ FDirName $(HAIKU_TOP) src kits interface ] ;