reactos/rostests/dibtests/vbltest/vbltest.rbuild
Gregor Schneider 4409645578 - Enhance test with icon drawing
- Tests some configurations of DrawIcon and DrawIconEx, highlighting another problem in 32bpp
- Reference TransparentBlt and AlphaBlend directly

svn path=/trunk/; revision=37640
2008-11-25 16:50:25 +00:00

9 lines
293 B
Ruby

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