Added files used from udf fs-addon.
Added Allocator.cpp. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5531 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,12 +1,30 @@
|
||||
SubDir OBOS_TOP src apps bin makeudfimage ;
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.h
|
||||
SubDirHdrs [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
||||
|
||||
{
|
||||
local defines = [ FDefines USER ] ;
|
||||
SubDirCcFlags $(defines) ;
|
||||
SubDirC++Flags $(defines) ;
|
||||
}
|
||||
|
||||
BinCommand makeudfimage
|
||||
: makeudfimage.cpp
|
||||
Allocator.cpp
|
||||
ConsoleListener.cpp
|
||||
Debug.cpp
|
||||
Shell.cpp
|
||||
UdfBuilder.cpp
|
||||
|
||||
# Common Udf source files
|
||||
CS0String.cpp
|
||||
UdfStructures.cpp
|
||||
|
||||
: stdc++.r4
|
||||
|
||||
;
|
||||
|
||||
SEARCH on [ FGristFiles CS0String.cpp UdfStructures.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user