mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Thanks Stefan.
svn path=/trunk/; revision=43213
This commit is contained in:
parent
77655e13d6
commit
b9b9f5e614
1 changed files with 21 additions and 0 deletions
21
reactos/lib/3rdparty/fullfat/fullfat.rbuild
vendored
Normal file
21
reactos/lib/3rdparty/fullfat/fullfat.rbuild
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="fullfat" type="staticlibrary" allowwarnings="true">
|
||||
<include base="ReactOS">include/reactos/libs/fullfat</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="__NTDRIVER__" />
|
||||
<define name="__NO_CTYPE_INLINES" />
|
||||
|
||||
<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>
|
Loading…
Reference in a new issue