* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / tools / wrc / wrc.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../tools/rbuild/project.dtd">
3 <module name="wrc" type="buildtool" allowwarnings="true">
4 <library>unicode</library>
5 <library>wpp</library>
6 <file>dumpres.c</file>
7 <file>genres.c</file>
8 <file>newstruc.c</file>
9 <file>readres.c</file>
10 <file>translation.c</file>
11 <file>utils.c</file>
12 <file>wrc.c</file>
13 <file>writeres.c</file>
14 <file>parser.tab.c</file>
15 <file>lex.yy.c</file>
16 <directory name="port">
17 <file>mkstemps.c</file>
18 </directory>
19 </module>