reactos/rosapps/tests/hello/hello.rbuild

10 lines
313 B
Ruby

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