6a0db28fd2389d82f07ff2e44d829bd7f30483f0
[reactos.git] / rostests / tests / lantst / lantest.rbuild
1 <module name="lantest" type="win32gui" installbase="bin" installname="lantest.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>gdi32</library>
7 <file>lantest.cpp</file>
8 </module>