reactos/rostests/tests/Imagelistviewer/imagelistviewer.rbuild
Dmitry Gorbachev c9c4571300 - Add missing svn:eol-style properties.
- Use consistent newline style.
- Update file COPYING.

svn path=/trunk/; revision=43817
2009-10-28 20:13:23 +00:00

10 lines
311 B
Ruby

<module name="Imagelistviewer" type="win32gui" installbase="bin" installname="Imagelistviewer.exe">
<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>