From c35e033a761ceef72ad86fb0b66fccd03c7ecc06 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Thu, 18 Dec 2003 09:32:12 +0000 Subject: [PATCH] - OutputFile.cpp => FileStream.cpp - Added {Embedded,Extent,Simulated}Stream.cpp git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5700 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/makeudfimage/Jamfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/bin/makeudfimage/Jamfile b/src/apps/bin/makeudfimage/Jamfile index aabf59b012..a1ffffaf14 100644 --- a/src/apps/bin/makeudfimage/Jamfile +++ b/src/apps/bin/makeudfimage/Jamfile @@ -14,9 +14,12 @@ BinCommand makeudfimage Allocator.cpp Attribute.cpp ConsoleListener.cpp - OutputFile.cpp + EmbeddedStream.cpp + ExtentStream.cpp + FileStream.cpp PhysicalPartitionAllocator.cpp Shell.cpp + SimulatedStream.cpp Statistics.cpp UdfBuilder.cpp