- Add a "host" attribute to the project's <include> and <define> tags to make it...
[reactos.git] / reactos / tools / cabman / cabman.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <module name="cabman" type="buildtool">
4 <include base="zlibhost">.</include>
5 <library>zlibhost</library>
6 <file>cabinet.cxx</file>
7 <file>dfp.cxx</file>
8 <file>main.cxx</file>
9 <file>mszip.cxx</file>
10 <file>raw.cxx</file>
11 </module>