reactos/rostests/dibtests/bltrop/bltrop.rbuild
Rafal Harabien ee795b8b1e [APITESTS]
* Add GetDriveType tests. Some fails in ReactOS
* Fix few rbuild files

svn path=/trunk/; revision=51484
2011-04-28 22:10:51 +00:00

8 lines
228 B
Ruby

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