aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-27 12:24:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-27 12:24:22 +0000
commit012c4ee1fa66f19a917ad389472fda88f83aaa89 (patch)
treeb7fba401534efe505a96d9ae74f5f6b01717cc73 /lib/Makefile.b32
parent426954ff9594051e4d924a368a778c7e22147a1c (diff)
James Clancy updated the Borland makefiles
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b328
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index f9f41b701..cf290c370 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -18,18 +18,19 @@ TOPDIR = ..
CURNTDIR = .
CXXFLAGS = -5 -O2 -w-aus -w-ccc -w-csu -w-par -w-pia -w-rch -w-inl -w-ngu -w-pro -tWM
DEFINES = -DLIBCURL_BIGENDIAN=0 -DNDEBUG -DWIN32 -DCONSOLE -DMBCS
-INCDIRS = -I$(CURNTDIR);$(TOPDIR)/include/
+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/ws2_32.lib
+LINKLIB = $(BCCDIR)\lib\psdk\ws2_32.lib
LIBCURLLIB = libcurl.lib
.SUFFIXES: .c
SOURCES = \
base64.c \
+ md5.c \
cookie.c \
transfer.c \
escape.c \
@@ -37,6 +38,7 @@ SOURCES = \
ftp.c \
http.c \
http_chunks.c \
+ http_digest.c \
ldap.c \
dict.c \
telnet.c \
@@ -80,5 +82,3 @@ clean:
$(LIBCURLLIB): $(LINKLIB) $(OBJECTS) Makefile.b32.resp
-$(RM) $(LIBCURLLIB)
$(LIB) $(LIBCURLLIB) @Makefile.b32.resp
-
-