reactos/rostests/dibtests/bltrop/bltrop.rbuild
Gregor Schneider 4aa4129e6f - Add new directory for some dib related test restructuring, including two new tests:
- bltrop test for well known BitBlt ROPs, highlighted bugs were processed in r37268, r37269, r37372
- vbltest for testing several blit and blend functions, highlighted bugs fixed in r37139, r37168 and some overlay issues still tbd

svn path=/trunk/; revision=37407
2008-11-17 15:05:02 +00:00

9 lines
288 B
Ruby

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