reactos/rostests/dibtests/vbltest/vbltest.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

10 lines
321 B
Ruby

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