From f2f11be8ba14006fb47e48eaff5f471b3a737b40 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 17 Jan 2001 13:22:27 +0000 Subject: download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history --- lib/Makefile.b32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Makefile.b32') 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) -- cgit v1.2.3