Skip to content
Snippets Groups Projects
Commit b0130e6b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use the ws2_32.lib now (Miklos Nemeth reporteD)

parent d0c1f3e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment