aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-19 20:09:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-19 20:09:02 +0000
commitb0130e6b3b8b56c0c5fa2deb179453645ba0e5ba (patch)
treef5cdfaf34ba6ce4133b6a189532787631cc299ad /lib/Makefile.b32
parentd0c1f3e25ba6ca86b434bb7a5f1bc01381594788 (diff)
use the ws2_32.lib now (Miklos Nemeth reporteD)
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b322
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 3f37a77dd..b72a1b3e3 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