Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / lib / inflib / inflib.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <module name="inflib" type="staticlibrary">
4 <include base="inflib">.</include>
5 <define name="__NO_CTYPE_INLINES" />
6 <pch>inflib.h</pch>
7 <file>infcore.c</file>
8 <file>infget.c</file>
9 <file>infput.c</file>
10 <file>infrosgen.c</file>
11 <file>infrosget.c</file>
12 <file>infrosput.c</file>
13 </module>