mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
88c9e7c6e8
svn path=/branches/reactos-yarotows/; revision=47117
36 lines
1,022 B
Ruby
36 lines
1,022 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="cmlib" type="staticlibrary">
|
|
<include base="cmlib">.</include>
|
|
<define name="_NTOSKRNL_" />
|
|
<define name="_NTSYSTEM_" />
|
|
<define name="NASSERT" />
|
|
<file>cminit.c</file>
|
|
<file>hivebin.c</file>
|
|
<file>hivecell.c</file>
|
|
<file>hiveinit.c</file>
|
|
<file>hivesum.c</file>
|
|
<file>hivewrt.c</file>
|
|
</module>
|
|
<module name="cmlibhost" type="hoststaticlibrary">
|
|
<define name="WINE_UNICODE_API">" "</define>
|
|
<include base="unicode" />
|
|
<include base="cmlibhost">.</include>
|
|
<define name="__NO_CTYPE_INLINES" />
|
|
<define name="_NTOSKRNL_" />
|
|
<define name="_NTSYSTEM_" />
|
|
<define name="NASSERT" />
|
|
<group compilerset="gcc">
|
|
<compilerflag>-Wwrite-strings</compilerflag>
|
|
<compilerflag>-Wpointer-arith</compilerflag>
|
|
</group>
|
|
<define name="CMLIB_HOST" />
|
|
<file>cminit.c</file>
|
|
<file>hivebin.c</file>
|
|
<file>hivecell.c</file>
|
|
<file>hiveinit.c</file>
|
|
<file>hivesum.c</file>
|
|
<file>hivewrt.c</file>
|
|
</module>
|
|
</group>
|