Debug.cpp => UdfDebug.cpp

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-05-12 21:34:25 +00:00
parent ccbc83414f
commit 13d4aa9ef9
2 changed files with 7 additions and 4 deletions
+3 -2
View File
@@ -14,7 +14,7 @@ oldOPTIM = $(OPTIM) ;
}
if $(DEBUG) {
defines += DEBUG ;
#defines += DEBUG ;
} else {
# the gcc on BeOS doesn't compile BFS correctly with -O2 or more
OPTIM = -O1 ;
@@ -29,10 +29,11 @@ R5KernelAddon udf : [ FDirName kernel file_systems udf ] :
cpp.cpp
vfs_interface.cpp
Debug.cpp
UdfDebug.cpp
DiskStructures.cpp
Volume.cpp
;
LinkSharedOSLibs udf : /boot/beos/system/lib/libroot.so ;
rule InstallUDF
{
@@ -9,20 +9,22 @@ SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems udf ;
SubDirC++Flags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
}
NO_TEST_DEBUG = true ;
SimpleTest udf_shell
:
fsh.c rootfs.c initfs.c kernel.c cache.c sl.c stub.c
sysdep.c hexdump.c argv.c
cpp.cpp vfs_interface.cpp
Debug.cpp DiskStructures.cpp Volume.cpp
UdfDebug.cpp DiskStructures.cpp Volume.cpp
:
;
# Tell Jam where to find these sources
SEARCH on [ FGristFiles
cpp.cpp vfs_interface.cpp
Debug.cpp DiskStructures.cpp Volume.cpp
UdfDebug.cpp DiskStructures.cpp Volume.cpp
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
SEARCH on [ FGristFiles