repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
kernel
/
file_systems
/
udf
/
Jamfile
blob
2899419cda7c72de2b431ae38f621cec00fa4264
1
SubDir HAIKU_TOP src add-ons kernel file_systems udf ;
2
3
SubDirC++Flags -fno-rtti ;
4
5
UsePrivateKernelHeaders ;
6
7
KernelAddon udf :
8
DString.cpp
9
Icb.cpp
10
MetadataPartition.cpp
11
PhysicalPartition.cpp
12
Recognition.cpp
13
SparablePartition.cpp
14
UdfDebug.cpp
15
UdfString.cpp
16
UdfStructures.cpp
17
Utils.cpp
18
VirtualPartition.cpp
19
Volume.cpp
20
21
kernel_interface.cpp
22
;