- Restructure dib related tests, 2nd try.
[reactos.git] / rostests / dibtests / bltrop / bltrop.rbuild
1 <module name="bltrop" type="win32gui" installbase="bin" installname="bltrop.exe">
2 <define name="__USE_W32API" />
3 <include base="bltrop">.</include>
4 <library>kernel32</library>
5 <library>gdi32</library>
6 <library>user32</library>
7 <file>bltrop.c</file>
8 <file>bltrop.rc</file>
9 </module>