Merge amd64 NDK from amd64 branch:
[reactos.git] / reactos / 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 <file>infcore.c</file>
7 <file>infget.c</file>
8 <file>infput.c</file>
9 <file>infrosgen.c</file>
10 <file>infrosget.c</file>
11 <file>infrosput.c</file>
12 </module>
13 <module name="inflibhost" type="hoststaticlibrary" allowwarnings="true">
14 <include base="inflibhost">.</include>
15 <define name="__NO_CTYPE_INLINES" />
16 <group compilerset="gcc">
17 <compilerflag>-Wpointer-arith</compilerflag>
18 <compilerflag>-Wconversion</compilerflag>
19 <compilerflag>-Wstrict-prototypes</compilerflag>
20 <compilerflag>-Wmissing-prototypes</compilerflag>
21 </group>
22 <define name="INFLIB_HOST" />
23 <file>infcore.c</file>
24 <file>infget.c</file>
25 <file>infput.c</file>
26 <file>infhostgen.c</file>
27 <file>infhostget.c</file>
28 <file>infhostput.c</file>
29 </module>
30 </group>