added to the build system

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2987 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2003-03-21 21:27:06 +00:00
parent 8187c2a594
commit 6971240d8d
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,16 @@
SubDir OBOS_TOP src add-ons kernel file_systems dos ;
R5KernelAddon dos : [ FDirName kernel file_systems dos ] :
attr.c
dir.c
dlist.c
dosfs.c
encodings.cpp
fat.c
file.c
iter.c
mime_table.c
util.c
vcache.c
version.c
;

View File

@ -23,7 +23,7 @@
#include "dosfs.h"
#include "attr.h"
#include "mime_table/mime_table.h"
#include "mime_table.h"
#define DPRINTF(a,b) if (debug_attr > (a)) dprintf b