reactos/dll/win32/wsock32/wsock32.rbuild
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

9 lines
331 B
Ruby

<module name="wsock32" type="win32dll" baseaddress="${BASEADDRESS_WSOCK32}" installbase="system32" installname="wsock32.dll" unicode="yes">
<importlibrary definition="wsock32.def" />
<include base="wsock32">.</include>
<library>ntdll</library>
<library>ws2_32</library>
<file>stubs.c</file>
<file>wsock32.rc</file>
</module>