Sync with trunk head
[reactos.git] / lib / cmlib / cmlib.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <group>
4 <module name="cmlib" type="staticlibrary">
5 <include base="cmlib">.</include>
6 <define name="_NTOSKRNL_" />
7 <define name="_NTSYSTEM_" />
8 <define name="NASSERT" />
9 <file>cminit.c</file>
10 <file>hivebin.c</file>
11 <file>hivecell.c</file>
12 <file>hiveinit.c</file>
13 <file>hivesum.c</file>
14 <file>hivewrt.c</file>
15 </module>
16 <module name="cmlibhost" type="hoststaticlibrary">
17 <include base="cmlibhost">.</include>
18 <define name="__NO_CTYPE_INLINES" />
19 <define name="_NTOSKRNL_" />
20 <define name="_NTSYSTEM_" />
21 <define name="NASSERT" />
22 <group compilerset="gcc">
23 <compilerflag>-Wwrite-strings</compilerflag>
24 <compilerflag>-Wpointer-arith</compilerflag>
25 </group>
26 <define name="CMLIB_HOST" />
27 <file>cminit.c</file>
28 <file>hivebin.c</file>
29 <file>hivecell.c</file>
30 <file>hiveinit.c</file>
31 <file>hivesum.c</file>
32 <file>hivewrt.c</file>
33 </module>
34 </group>