reactos/rostests/dibtests/icontest/icontest.rbuild

9 lines
264 B
Plaintext
Raw Normal View History

<module name="icontest" type="win32gui" installbase="bin" installname="icontest.exe">
<include base="icontest">.</include>
<library>user32</library>
<library>gdi32</library>
<library>ntdll</library>
<file>icontest.c</file>
<file>icontest.rc</file>
</module>