reactos/lib/cmlib/cmlib.rbuild
Cameron Gutman 29fa274d6d - Create another branch for networking fixes
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers)
 - If someone wants to delete aicom-network-fixes, they are welcome to
 - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea

svn path=/branches/aicom-network-branch/; revision=44353
2009-12-02 03:23:19 +00:00

35 lines
948 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">
<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>