diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-17 13:22:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-17 13:22:27 +0000 |
commit | f2f11be8ba14006fb47e48eaff5f471b3a737b40 (patch) | |
tree | ed202edc4f26593e9a0b8a27553792c5b86c6f4e /lib/Makefile.b32 | |
parent | e09eda9c7cae314b55a11ca6f03f84fbcd04cead (diff) | |
download | curl-f2f11be8ba14006fb47e48eaff5f471b3a737b40.tar.gz |
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Diffstat (limited to 'lib/Makefile.b32')
-rw-r--r-- | lib/Makefile.b32 | 3 |
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)
|