reactos/dll/win32/mswsock/mswsock.rbuild

10 lines
340 B
Plaintext
Raw Normal View History

<module name="mswsock" type="win32dll" baseaddress="${BASEADDRESS_MSWSOCK}" installbase="system32" installname="mswsock.dll" unicode="yes">
<importlibrary definition="mswsock.spec" />
<define name="LE" />
<library>ws2_32</library>
<file>extensions.c</file>
<file>stubs.c</file>
<file>mswsock.rc</file>
<pch>precomp.h</pch>
</module>