reactos/dll/win32/mswsock/mswsock.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

9 lines
318 B
Ruby

<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>
</module>