reactos/rostests/dibtests/stretchblt/stretchblt.rbuild
2008-11-22 10:38:09 +00:00

9 lines
324 B
Ruby

<module name="stretchblt" type="win32gui" installbase="bin" installname="stretchblt.exe" stdlib="host">
<define name="__USE_W32API" />
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
<file>stretchblt.cpp</file>
</module>