reactos/lib/fslib/vfatlib/vfatlib.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +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>