Added NTFS file system add-on written by Troeglazov Gerasim (a.k.a. 3dEyes**).
It's based on ntfs-3g-0.20070102-BETA, and therefore under the GPL license. Writing is currently disabled for safety reasons, and you'll have to mount it manually, as the identify hooks are not yet implemented. Thanks a lot for your work! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
SubDir HAIKU_TOP src add-ons kernel file_systems ntfs libntfs ;
|
||||
|
||||
SubDirCcFlags -Wall -Wno-multichar -DHAVE_CONFIG_H=1 -D_BEOS_=1 ;
|
||||
|
||||
StaticLibrary libntfs.a :
|
||||
attrib.c
|
||||
attrlist.c
|
||||
bitmap.c
|
||||
bootsect.c
|
||||
collate.c
|
||||
compat.c
|
||||
compress.c
|
||||
debug.c
|
||||
device.c
|
||||
device_io.c
|
||||
dir.c
|
||||
index.c
|
||||
inode.c
|
||||
lcnalloc.c
|
||||
logfile.c
|
||||
logging.c
|
||||
mft.c
|
||||
misc.c
|
||||
mst.c
|
||||
runlist.c
|
||||
security.c
|
||||
unistr.c
|
||||
version.c
|
||||
volume.c
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user