Author: cfinck Date: Sun Jun 22 13:19:19 2008 New Revision: 34048
URL: http://svn.reactos.org/svn/reactos?rev=34048&view=rev Log: Move wshtcpip to dll/win32, it's a DLL and not a driver "Patch" by Alex
Added: trunk/reactos/dll/win32/wshtcpip/ - copied from r34037, trunk/reactos/drivers/network/wshtcpip/ Removed: trunk/reactos/drivers/network/wshtcpip/ Modified: trunk/reactos/boot/bootdata/packages/reactos.dff trunk/reactos/dll/win32/win32.rbuild trunk/reactos/drivers/network/directory.rbuild
Modified: trunk/reactos/boot/bootdata/packages/reactos.dff URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/packages/reac... ============================================================================== --- trunk/reactos/boot/bootdata/packages/reactos.dff [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/packages/reactos.dff [iso-8859-1] Sun Jun 22 13:19:19 2008 @@ -343,6 +343,7 @@ dll\win32\ws2_32\ws2_32.dll 1 dll\win32\ws2help\ws2help.dll 1 dll\win32\wshirda\wshirda.dll 1 +dll\win32\wshtcpip\wshtcpip.dll 1 dll\win32\wsock32\wsock32.dll 1 dll\win32\wtsapi32\wtsapi32.dll 1 dll\win32\winmm\midimap\midimap.dll 1 @@ -375,7 +376,6 @@ drivers\network\ndis\ndis.sys 2 drivers\network\tcpip\tcpip.sys 2 drivers\network\tdi\tdi.sys 2 -drivers\network\wshtcpip\wshtcpip.dll 1 drivers\network\dd\ne2000\ne2000.sys 2 drivers\network\dd\pcnet\pcnet.sys 2
Modified: trunk/reactos/dll/win32/win32.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/win32.rbuild?rev=... ============================================================================== --- trunk/reactos/dll/win32/win32.rbuild [iso-8859-1] (original) +++ trunk/reactos/dll/win32/win32.rbuild [iso-8859-1] Sun Jun 22 13:19:19 2008 @@ -388,6 +388,9 @@ <directory name="wshirda"> <xi:include href="wshirda/wshirda.rbuild" /> </directory> +<directory name="wshtcpip"> + <xi:include href="wshtcpip/wshtcpip.rbuild" /> +</directory> <directory name="wsock32"> <xi:include href="wsock32/wsock32.rbuild" /> </directory>
Modified: trunk/reactos/drivers/network/directory.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/directory.r... ============================================================================== --- trunk/reactos/drivers/network/directory.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/network/directory.rbuild [iso-8859-1] Sun Jun 22 13:19:19 2008 @@ -16,7 +16,4 @@ <directory name="tdi"> <xi:include href="tdi/tdi.rbuild" /> </directory> -<directory name="wshtcpip"> - <xi:include href="wshtcpip/wshtcpip.rbuild" /> -</directory> </group>