[fastfat_new]
[reactos.git] / reactos / drivers / filesystems / fastfat_new / fastfat.rbuild
index bc71146..f29c915 100644 (file)
@@ -3,27 +3,30 @@
 <module name="fastfatn" type="kernelmodedriver" installbase="system32/drivers" installname="fastfatn.sys">
        <bootstrap installbase="$(CDOUTPUT)" />
        <include base="fastfatn">.</include>
+       <include base="ReactOS">include/reactos/libs/fullfat</include>
+       <library>fullfat</library>
        <library>ntoskrnl</library>
        <library>hal</library>
+       <library>pseh</library>
        <file>blockdev.c</file>
        <file>cleanup.c</file>
        <file>close.c</file>
        <file>create.c</file>
+       <file>device.c</file>
        <file>dir.c</file>
        <file>direntry.c</file>
-       <file>dirwr.c</file>
        <file>ea.c</file>
+       <file>fastfat.c</file>
        <file>fat.c</file>
        <file>fastio.c</file>
        <file>fcb.c</file>
        <file>finfo.c</file>
        <file>flush.c</file>
        <file>fsctl.c</file>
-       <file>iface.c</file>
-       <file>misc.c</file>
+       <file>fullfat.c</file>
+       <file>lock.c</file>
        <file>rw.c</file>
        <file>shutdown.c</file>
-       <file>string.c</file>
        <file>volume.c</file>
        <file>fastfat.rc</file>
        <pch>fastfat.h</pch>