reactos/dll/win32/ws2help/ws2help.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

15 lines
498 B
Ruby

<module name="ws2help" type="win32dll" baseaddress="${BASEADDRESS_WS2HELP}" installbase="system32" installname="ws2help.dll">
<importlibrary definition="ws2help.spec" />
<include base="ws2help">.</include>
<include base="ReactOS">include/reactos/winsock</include>
<library>advapi32</library>
<library>ntdll</library>
<library>ws2_32</library>
<file>apc.c</file>
<file>context.c</file>
<file>dllmain.c</file>
<file>handle.c</file>
<file>notify.c</file>
<file>ws2help.rc</file>
</module>