- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / fslib / vfatlib / vfatlib.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="vfatlib" type="staticlibrary">
4 <include base="vfatlib">.</include>
5 <file>fat12.c</file>
6 <file>fat16.c</file>
7 <file>fat32.c</file>
8 <file>vfatlib.c</file>
9
10 <directory name="check">
11 <file>boot.c</file>
12 <file>check.c</file>
13 <file>common.c</file>
14 <file>fat.c</file>
15 <file>file.c</file>
16 <file>io.c</file>
17 <file>lfn.c</file>
18 </directory>
19 </module>