reactos/lib/3rdparty/zlib/zlib.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
846 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="zlib" type="staticlibrary">
<include base="zlib">.</include>
<file>adler32.c</file>
<file>compress.c</file>
<file>crc32.c</file>
<file>gzio.c</file>
<file>uncompr.c</file>
<file>deflate.c</file>
<file>trees.c</file>
<file>zutil.c</file>
<file>inflate.c</file>
<file>infback.c</file>
<file>inftrees.c</file>
<file>inffast.c</file>
</module>
<module name="zlibhost" type="hoststaticlibrary">
<include base="zlibhost">.</include>
<file>adler32.c</file>
<file>compress.c</file>
<file>crc32.c</file>
<file>gzio.c</file>
<file>uncompr.c</file>
<file>deflate.c</file>
<file>trees.c</file>
<file>zutil.c</file>
<file>inflate.c</file>
<file>infback.c</file>
<file>inftrees.c</file>
<file>inffast.c</file>
</module>
</group>