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

10 lines
154 B
Plaintext
Raw Normal View History

2004-09-03 15:35:32 +00:00
SubDir OBOS_TOP src kernel core cache ;
KernelMergeObject kernel_cache.o :
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
;