reactos/lib/fslib/vfatlib/vfatlib.rbuild
Timo Kreuzer 5eb25b5c24 Create a branch for audio work
svn path=/branches/audio-bringup/; revision=49478
2010-11-05 11:04:48 +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>