reactos/lib/3rdparty/fullfat/fullfat.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

22 lines
581 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="fullfat" type="staticlibrary" >
<include base="ReactOS">include/reactos/libs/fullfat</include>
<define name="__NTDRIVER__" />
<file>ff_blk.c</file>
<file>ff_crc.c</file>
<file>ff_dir.c</file>
<file>ff_error.c</file>
<file>ff_fat.c</file>
<file>ff_file.c</file>
<file>ff_format.c</file>
<file>ff_hash.c</file>
<file>ff_ioman.c</file>
<file>ff_memory.c</file>
<file>ff_safety.c</file>
<file>ff_string.c</file>
<file>ff_time.c</file>
<file>ff_unicode.c</file>
</module>