- Move NCI generated files to arch-specific directories
[reactos.git] / reactos / dll / win32 / wsock32 / wsock32.rbuild
1 <module name="wsock32" type="win32dll" baseaddress="${BASEADDRESS_WSOCK32}" installbase="system32" installname="wsock32.dll">
2 <importlibrary definition="wsock32.def" />
3 <include base="wsock32">.</include>
4 <define name="UNICODE" />
5 <define name="__USE_W32API" />
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>ws2_32</library>
9 <file>stubs.c</file>
10 <file>wsock32.rc</file>
11 </module>