873635bd93d5b1a2e5664c10e45940d6005bf6e5
[reactos.git] / rosapps / tests / combotst / combotst.rbuild
1 <module name="combotst" type="win32gui" installbase="bin" installname="combotst.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>combotst.c</file>
9 <file>utils.c</file>
10 </module>