aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.b32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-17 13:22:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-17 13:22:27 +0000
commitf2f11be8ba14006fb47e48eaff5f471b3a737b40 (patch)
treeed202edc4f26593e9a0b8a27553792c5b86c6f4e /lib/Makefile.b32
parente09eda9c7cae314b55a11ca6f03f84fbcd04cead (diff)
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r--lib/Makefile.b323
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.b32 b/lib/Makefile.b32
index 273d50182..40cdaaf32 100644
--- a/lib/Makefile.b32
+++ b/lib/Makefile.b32
@@ -29,7 +29,7 @@ LIBCURLLIB = libcurl.lib
SOURCES = \
base64.c \
cookie.c \
- download.c \
+ transfer.c \
escape.c \
formdata.c \
ftp.c \
@@ -54,7 +54,6 @@ SOURCES = \
getinfo.c \
version.c \
easy.c \
- highlevel.c \
strequal.c
OBJECTS = $(SOURCES:.c=.obj)