reactos/rostests/tests/winhello/winhello.rbuild

8 lines
235 B
Ruby

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