reactos/rosapps/tests/patblt/patblt.rbuild

9 lines
312 B
Plaintext
Raw Normal View History

<module name="patblt" type="win32gui" installbase="bin" installname="patblt.exe" allowwarnings="true">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>patblt.cpp</file>
</module>