mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
4aa4129e6f
- 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
10 lines
No EOL
321 B
Ruby
10 lines
No EOL
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> |