* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / apitests / ws2_32 / ws2_32_apitest.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="ws2_32_apitest" type="win32cui" installbase="bin" installname="ws2_32_apitest.exe">
5 <include base="ws2_32_apitest">.</include>
6 <library>wine</library>
7 <library>gdi32</library>
8 <library>user32</library>
9 <library>pseh</library>
10 <library>ws2_32</library>
11 <file>testlist.c</file>
12 <file>helpers.c</file>
13
14 <file>ioctlsocket.c</file>
15 <file>recv.c</file>
16
17 </module>
18 </group>