reactos/rostests/dibtests/bltrop/bltrop.rbuild

8 lines
256 B
Plaintext
Raw Normal View History

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