Supersedes r40536, r40537
[reactos.git] / rostests / tests / hello / hello.rbuild
1 <module name="hello" type="win32cui" installbase="bin" installname="hello.exe">
2 <library>kernel32</library>
3 <library>user32</library>
4 <library>gdi32</library>
5 <file>hello.c</file>
6 </module>