0498fff7c2c188d367ebc2efa33ca48f62ac9ec5
[reactos.git] / reactos / 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="__NO_CTYPE_INLINES" />
7 <define name="_NTOSKRNL_" />
8 <define name="_NTSYSTEM_" />
9 <define name="NASSERT" />
10 <file>cminit.c</file>
11 <file>hivebin.c</file>
12 <file>hivecell.c</file>
13 <file>hiveinit.c</file>
14 <file>hivesum.c</file>
15 <file>hivewrt.c</file>
16 </module>
17 <module name="cmlibhost" type="hoststaticlibrary">
18 <include base="cmlibhost">.</include>
19 <define name="__NO_CTYPE_INLINES" />
20 <define name="_NTOSKRNL_" />
21 <define name="_NTSYSTEM_" />
22 <define name="NASSERT" />
23 <group compilerset="gcc">
24 <compilerflag>-Wwrite-strings</compilerflag>
25 <compilerflag>-Wpointer-arith</compilerflag>
26 </group>
27 <define name="CMLIB_HOST" />
28 <file>cminit.c</file>
29 <file>hivebin.c</file>
30 <file>hivecell.c</file>
31 <file>hiveinit.c</file>
32 <file>hivesum.c</file>
33 <file>hivewrt.c</file>
34 </module>
35 </group>