]> granicus.if.org Git - curl/commitdiff
use the ws2_32.lib now (Miklos Nemeth reporteD)
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Nov 2001 20:09:02 +0000 (20:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Nov 2001 20:09:02 +0000 (20:09 +0000)
lib/Makefile.b32

index 3f37a77dd9b49c853616c152a0fda34362b3c27c..b72a1b3e3efc2014d801301094e768cbbe254710 100644 (file)
@@ -23,7 +23,7 @@ INCDIRS    = -I$(CURNTDIR);$(TOPDIR)/include/
 # 'BCCDIR' has to be set up in your c:\autoexec.bat\r
 # i.e. SET BCCDIR = c:\Borland\BCC55\r
 # where c:\Borland\BCC55 is the compiler is installed\r
-LINKLIB           = $(BCCDIR)/lib/psdk/wsock32.lib\r
+LINKLIB           = $(BCCDIR)/lib/psdk/ws2_32.lib\r
 LIBCURLLIB = libcurl.lib\r
 \r
 .SUFFIXES: .c\r