reactos/tools/mkhive/mkhive.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

20 lines
603 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="mkhive" type="buildtool">
<include base="newinflibhost">.</include>
<include base="cmlibhost">.</include>
<include base="zlibhost">.</include>
<include base="rtl">.</include>
<define name="MKHIVE_HOST" />
<compilerflag compilerset="gcc">-fshort-wchar</compilerflag>
<library>newinflibhost</library>
<library>cmlibhost</library>
<library>unicode</library>
<file>binhive.c</file>
<file>cmi.c</file>
<file>mkhive.c</file>
<file>reginf.c</file>
<file>registry.c</file>
<file>rtl.c</file>
</module>