reactos/tools/wrc/wrc.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
506 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
<module name="wrc" type="buildtool" allowwarnings="true">
<library>unicode</library>
<library>wpp</library>
<file>dumpres.c</file>
<file>genres.c</file>
<file>newstruc.c</file>
<file>readres.c</file>
<file>translation.c</file>
<file>utils.c</file>
<file>wrc.c</file>
<file>writeres.c</file>
<file>parser.tab.c</file>
<file>lex.yy.c</file>
<directory name="port">
<file>mkstemps.c</file>
</directory>
</module>