reactos/lib/fslib/vfatlib/vfatlib.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

20 lines
459 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="vfatlib" type="staticlibrary">
<include base="vfatlib">.</include>
<file>fat12.c</file>
<file>fat16.c</file>
<file>fat32.c</file>
<file>vfatlib.c</file>
<directory name="check">
<file>boot.c</file>
<file>check.c</file>
<file>common.c</file>
<file>fat.c</file>
<file>file.c</file>
<file>io.c</file>
<file>lfn.c</file>
</directory>
</module>