reactos/rosapps/tests/bitblt/bitblt.xml
Hartmut Birr 4f27be0f0b Put the bitmap into the executable.
svn path=/trunk/; revision=19252
2005-11-15 17:54:00 +00:00

11 lines
349 B
XML

<module name="bitblt" type="win32gui" installbase="bin" installname="bitblt.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<include base="bitblt">.</include>
<library>kernel32</library>
<library>gdi32</library>
<file>bitblt.c</file>
<file>bitblt.rc</file>
</module>