Define debug output prefixes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20520 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-04-03 04:30:22 +00:00
parent 1e768ed1d3
commit 53b742e1bb
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@ SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
SEARCH_SOURCE += [ FDirName $(userlandFSTop) shared ] ;
DEFINES += DEBUG_APP="\\\"ramfs\\\"" ;
KernelAddon ramfs
: Debug.cpp
Locker.cpp

View File

@ -8,6 +8,8 @@ SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
SEARCH_SOURCE += [ FDirName $(userlandFSTop) shared ] ;
DEFINES += DEBUG_APP="\\\"reiserfs\\\"" ;
KernelAddon reiserfs
:
Debug.cpp