Added compiling defines and debug flag. Now KernelAddon is used instead of Addon.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-14 16:40:01 +00:00
parent af28904ff3
commit ca7ccc86cd
+8 -2
View File
@@ -1,6 +1,13 @@
SubDir OBOS_TOP src add-ons kernel file_systems befs ; SubDir OBOS_TOP src add-ons kernel file_systems befs ;
Addon obfs : [ FDirName kernel file_systems befs ] : {
local debug = -g ;
local defines = [ FDefines DEBUG ] ;
SubDirCcFlags $(defines) $(debug) ;
SubDirC++Flags $(defines) $(debug) ;
}
KernelAddon obfs : [ FDirName kernel file_systems befs ] :
BlockAllocator.cpp BlockAllocator.cpp
BPlusTree.cpp BPlusTree.cpp
cpp.cpp cpp.cpp
@@ -14,4 +21,3 @@ Addon obfs : [ FDirName kernel file_systems befs ] :
Volume.cpp Volume.cpp
; ;
LinkSharedOSLibs obfs : /boot/develop/lib/x86/_KERNEL_ ;