- Fix warnings in ros' tests
[reactos.git] / rostests / dibtests / vbltest / vbltest.rbuild
1 <module name="vbltest" type="win32gui" installbase="bin" installname="vbltest.exe">
2 <define name="__USE_W32API" />
3 <include base="vbltest">.</include>
4 <library>kernel32</library>
5 <library>user32</library>
6 <library>gdi32</library>
7 <file>vbltest.c</file>
8 <file>vbltest.rc</file>
9 </module>