* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / tests / regdump / regdump.rbuild
1 <module name="regdump" type="win32cui" installbase="bin" installname="regdump.exe">
2 <library>advapi32</library>
3 <library>gdi32</library>
4 <file>main.c</file>
5 <file>regdump.c</file>
6 <file>regcmds.c</file>
7 <file>regproc.c</file>
8 </module>