From 2164b6b463447be71ba0f0f3a7c432a963f745f9 Mon Sep 17 00:00:00 2001 From: Ruslan Gazizov Date: Tue, 20 Apr 2010 16:30:10 +0200 Subject: replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles --- lib/Makefile.vc6 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 2262444e3..d1a9f8d49 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2009, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2010, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id: Makefile.am,v 1.139 2008-11-03 08:50:58 bagder Exp $ ########################################################################### # # Makefile for building libcurl with MSVC6 @@ -101,7 +100,7 @@ LFLAGS = /nologo /machine:$(MACHINE) SSLLIBS = libeay32.lib ssleay32.lib ZLIBLIBSDLL= zdll.lib ZLIBLIBS = zlib.lib -WINLIBS = wsock32.lib wldap32.lib +WINLIBS = ws2_32.lib wldap32.lib CFLAGS = $(CFLAGS) CFGSET = FALSE -- cgit v1.2.3