reactos/rosapps/tests/winhello/winhello.xml
2005-11-12 03:53:21 +00:00

9 lines
303 B
XML

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