b7100692a6ed04e9c59110eaaa339b4e035632cd
[reactos.git] / rosapps / tests / hello / hello.rbuild
1 <module name="hello" type="win32cui" installbase="bin" installname="hello.exe">
2 <define name="_WIN32_IE">0x0501</define>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>gdi32</library>
8 <file>hello.c</file>
9 </module>