- Added DirectoryIterator.cpp and Utils.cpp to the build
- Added kernel utils to header search path git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,6 +3,8 @@ SubDir OBOS_TOP src tests add-ons kernel file_systems udf udf_shell ;
|
|||||||
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems udf ;
|
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems udf ;
|
||||||
|
|
||||||
|
UsePrivateHeaders [ FDirName kernel util ] ;
|
||||||
|
|
||||||
{
|
{
|
||||||
local defines = [ FDefines USER ] ; # DEBUG _NO_INLINE_ASM
|
local defines = [ FDefines USER ] ; # DEBUG _NO_INLINE_ASM
|
||||||
SubDirCcFlags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
|
SubDirCcFlags $(defines) -fno-exceptions -fno-rtti ; #-fcheck-memory-usage
|
||||||
@@ -15,14 +17,16 @@ SimpleTest udf_shell
|
|||||||
sysdep.c hexdump.c argv.c
|
sysdep.c hexdump.c argv.c
|
||||||
|
|
||||||
cpp.cpp vfs_interface.cpp
|
cpp.cpp vfs_interface.cpp
|
||||||
CS0String.cpp DiskStructures.cpp Icb.cpp PartitionMap.cpp UdfDebug.cpp Volume.cpp
|
CS0String.cpp DirectoryIterator.cpp DiskStructures.cpp Icb.cpp
|
||||||
|
PartitionMap.cpp UdfDebug.cpp Utils.cpp Volume.cpp
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
cpp.cpp vfs_interface.cpp
|
cpp.cpp vfs_interface.cpp
|
||||||
CS0String.cpp DiskStructures.cpp Icb.cpp PartitionMap.cpp UdfDebug.cpp Volume.cpp
|
CS0String.cpp DirectoryIterator.cpp DiskStructures.cpp Icb.cpp
|
||||||
|
PartitionMap.cpp UdfDebug.cpp Utils.cpp Volume.cpp
|
||||||
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems udf ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user