Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / lib / 3rdparty / zlib / zlib.rbuild
index 30721bc..e194765 100644 (file)
@@ -1,3 +1,17 @@
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="zlib" type="staticlibrary">
-       <xi:include href="zlib_common.rbuild" />
+       <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>