Added the USED_IN_FS_SHELL define.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6316 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-01-26 02:51:12 +00:00
parent eb02489701
commit 437490577d

View File

@ -14,7 +14,7 @@ UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.cpp
malloc_debug_flags = -fcheck-memory-usage ;
}
local defines = [ FDefines USER DEBUG
local defines = [ FDefines USER DEBUG USED_IN_FS_SHELL
#BFS_BIG_ENDIAN_ONLY
$(malloc_debug_defines) ] ;
SubDirCcFlags $(defines) -fno-exceptions -fno-rtti $(malloc_debug_flags) ;