23de4ac413a2e1fa4dfa7b0fc5b67592803674be
[reactos.git] / lib / inflib / inflib.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <group>
4 <module name="inflib" type="staticlibrary">
5 <include base="inflib">.</include>
6 <define name="__NO_CTYPE_INLINES" />
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>
14 <module name="inflibhost" type="hoststaticlibrary" allowwarnings="true">
15 <include base="inflibhost">.</include>
16 <include base="ReactOS">include/reactos</include>
17 <define name="__NO_CTYPE_INLINES" />
18 <compilerflag>-Wpointer-arith</compilerflag>
19 <compilerflag>-Wconversion</compilerflag>
20 <compilerflag>-Wstrict-prototypes</compilerflag>
21 <compilerflag>-Wmissing-prototypes</compilerflag>
22 <define name="INFLIB_HOST" />
23 <include base="ReactOS">include</include>
24 <file>infcore.c</file>
25 <file>infget.c</file>
26 <file>infput.c</file>
27 <file>infhostgen.c</file>
28 <file>infhostget.c</file>
29 <file>infhostput.c</file>
30 </module>
31 </group>