mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
Forgot to add this file...
svn path=/trunk/; revision=32286
This commit is contained in:
parent
3b8ed580d8
commit
8119fedf71
1 changed files with 15 additions and 0 deletions
15
reactos/lib/fslib/ext2lib/ext2lib.rbuild
Normal file
15
reactos/lib/fslib/ext2lib/ext2lib.rbuild
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="ext2lib" type="staticlibrary">
|
||||
<include base="ext2lib">.</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<file>Badblock.c</file>
|
||||
<file>Bitmap.c</file>
|
||||
<file>Disk.c</file>
|
||||
<file>Group.c</file>
|
||||
<file>Inode.c</file>
|
||||
<file>Memory.c</file>
|
||||
<file>Mke2fs.c</file>
|
||||
<file>Super.c</file>
|
||||
<file>Uuid.c</file>
|
||||
</module>
|
Loading…
Reference in a new issue