reactos/rosapps/tests/Imagelistviewer/imagelistviewer.rbuild
Ged Murphy 41ba900587 - test app to display both the system and device image lists.
- this app confirms the overlay icons in the device image list are part of the list.

svn path=/trunk/; revision=24573
2006-10-19 16:55:11 +00:00

13 lines
442 B
Ruby

<module name="imagelistviewer" type="win32gui" installbase="bin" installname="imagelistviewer.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<include base="imagelistviewer">.</include>
<library>kernel32</library>
<library>user32</library>
<library>setupapi</library>
<library>comctl32</library>
<file>main.c</file>
<file>res.rc</file>
</module>