mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
19 lines
527 B
Ruby
19 lines
527 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_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>
|
|
</module>
|