From: Daniel Stenberg Date: Mon, 19 Nov 2001 20:09:02 +0000 (+0000) Subject: use the ws2_32.lib now (Miklos Nemeth reporteD) X-Git-Tag: curl-7_9_2~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0130e6b3b8b56c0c5fa2deb179453645ba0e5ba;p=thirdparty%2Fcurl.git use the ws2_32.lib now (Miklos Nemeth reporteD) --- diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 3f37a77dd9..b72a1b3e3e 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -23,7 +23,7 @@ INCDIRS = -I$(CURNTDIR);$(TOPDIR)/include/ # 'BCCDIR' has to be set up in your c:\autoexec.bat # i.e. SET BCCDIR = c:\Borland\BCC55 # where c:\Borland\BCC55 is the compiler is installed -LINKLIB = $(BCCDIR)/lib/psdk/wsock32.lib +LINKLIB = $(BCCDIR)/lib/psdk/ws2_32.lib LIBCURLLIB = libcurl.lib .SUFFIXES: .c