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

9 lines
155 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
vnode_store.cpp
2004-09-03 15:35:32 +00:00
: -fno-pic -Wno-unused -D_KERNEL_MODE=1
;