* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / tests / Imagelistviewer / imagelistviewer.rbuild
1 <module name="Imagelistviewer" type="win32gui" installbase="bin" installname="Imagelistviewer.exe">
2 <include base="Imagelistviewer">.</include>
3 <library>user32</library>
4 <library>setupapi</library>
5 <library>comctl32</library>
6 <file>main.c</file>
7 <file>res.rc</file>
8 </module>