7abf5feafd117c725f5db15b665825ce45855fb9
[reactos.git] / rostests / tests / Imagelistviewer / imagelistviewer.rbuild
1 <module name="Imagelistviewer" type="win32gui" installbase="bin" installname="Imagelistviewer.exe">
2 <define name="__USE_W32API" />
3 <include base="Imagelistviewer">.</include>
4 <library>kernel32</library>
5 <library>user32</library>
6 <library>setupapi</library>
7 <library>comctl32</library>
8 <file>main.c</file>
9 <file>res.rc</file>
10 </module>