reactos/dll/win32/wsock32/wsock32.rbuild
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

9 lines
332 B
Ruby

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