This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differe...
[reactos.git] / rostests / dibtests / stretchblt / stretchblt.rbuild
1 <module name="stretchblt" type="win32gui" installbase="bin" installname="stretchblt.exe" stdlib="host">
2 <define name="__USE_W32API" />
3 <library>kernel32</library>
4 <library>user32</library>
5 <library>gdi32</library>
6 <compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
7 <file>stretchblt.cpp</file>
8 </module>