Move wshtcpip to dll/win32, it's a DLL and not a driver
[reactos.git] / reactos / dll / win32 / wshtcpip / wshtcpip.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="wshtcpip" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_WSHTCPIP}" installbase="system32" installname="wshtcpip.dll" unicode="yes">
4 <importlibrary definition="wshtcpip.def"></importlibrary>
5 <include base="wshtcpip">.</include>
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>ws2_32</library>
9 <file>wshtcpip.c</file>
10 <file>wshtcpip.rc</file>
11 </module>