Adds the new Stream.cpp file to the build.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4641 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -23,6 +23,7 @@ ObjectsDefines
|
|||||||
# file systems
|
# file systems
|
||||||
bfs.cpp
|
bfs.cpp
|
||||||
Directory.cpp
|
Directory.cpp
|
||||||
|
Stream.cpp
|
||||||
:
|
:
|
||||||
read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
||||||
;
|
;
|
||||||
@@ -70,6 +71,7 @@ SimpleTest BootLoaderTest :
|
|||||||
# file systems
|
# file systems
|
||||||
bfs.cpp
|
bfs.cpp
|
||||||
Directory.cpp
|
Directory.cpp
|
||||||
|
Stream.cpp
|
||||||
|
|
||||||
list.c
|
list.c
|
||||||
:
|
:
|
||||||
@@ -94,5 +96,5 @@ SEARCH on [ FGristFiles apple.cpp ]
|
|||||||
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ]
|
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles bfs.cpp Directory.cpp ]
|
SEARCH on [ FGristFiles bfs.cpp Directory.cpp Stream.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;
|
= [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user