mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
use the ws2_32.lib now (Miklos Nemeth reporteD)
This commit is contained in:
parent
d0c1f3e25b
commit
b0130e6b3b
@ -23,7 +23,7 @@ INCDIRS = -I$(CURNTDIR);$(TOPDIR)/include/
|
|||||||
# 'BCCDIR' has to be set up in your c:\autoexec.bat
|
# 'BCCDIR' has to be set up in your c:\autoexec.bat
|
||||||
# i.e. SET BCCDIR = c:\Borland\BCC55
|
# i.e. SET BCCDIR = c:\Borland\BCC55
|
||||||
# where c:\Borland\BCC55 is the compiler is installed
|
# 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
|
LIBCURLLIB = libcurl.lib
|
||||||
|
|
||||||
.SUFFIXES: .c
|
.SUFFIXES: .c
|
||||||
|
Loading…
Reference in New Issue
Block a user