Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc...
[reactos.git] / reactos / dll / win32 / ws2_32 / ws2_32.rbuild
1 <module name="ws2_32" type="win32dll" baseaddress="${BASEADDRESS_WS2_32}" installbase="system32" installname="ws2_32.dll" unicode="yes">
2 <importlibrary definition="ws2_32.spec" />
3 <include base="ws2_32">include</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="LE" />
6 <library>wine</library>
7 <library>ntdll</library>
8 <library>kernel32</library>
9 <library>user32</library>
10 <library>advapi32</library>
11 <library>dnsapi</library>
12 <directory name="include">
13 <pch>ws2_32.h</pch>
14 </directory>
15 <directory name="misc">
16 <file>bsd.c</file>
17 <file>catalog.c</file>
18 <file>dllmain.c</file>
19 <file>event.c</file>
20 <file>handle.c</file>
21 <file>ns.c</file>
22 <file>sndrcv.c</file>
23 <file>stubs.c</file>
24 <file>upcall.c</file>
25 <file>async.c</file>
26 </directory>
27 <file>ws2_32.rc</file>
28 </module>
29