Files
haiku-beta6/src/system/kernel/cache/Jamfile
T

11 lines
176 B
Plaintext
Raw Normal View History

SubDir OBOS_TOP src system kernel cache ;
2004-09-03 15:35:32 +00:00
KernelMergeObject kernel_cache.o :
BlockAllocator.cpp
2004-09-03 15:35:32 +00:00
block_cache.cpp
2004-09-06 22:05:46 +00:00
file_cache.cpp
vnode_store.cpp
2004-09-03 15:35:32 +00:00
2004-09-06 22:05:46 +00:00
: -fno-pic -Wno-unused
2004-09-03 15:35:32 +00:00
;