mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
89ae880958
svn path=/trunk/; revision=36942
11 lines
353 B
Ruby
11 lines
353 B
Ruby
<module name="Imagelistviewer" type="win32gui" installbase="bin" installname="Imagelistviewer.exe">
|
|
<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>
|