From d3090ac3f9461213b6d311fb97768eb363800672 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 22 Apr 2001 17:39:04 +0000 Subject: Rosimildo da Silva corrected them to build a proper lib and to use options for multi-threading compiling --- lib/Makefile.b32 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib/Makefile.b32') diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 40cdaaf32..1058e8bf4 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -14,7 +14,7 @@ RM = del LIB = tlib TOPDIR = .. CURNTDIR = . -CXXFLAGS = -5 -O2 -w-aus -w-ccc -w-csu -w-par -w-pia -w-rch -w-inl -w-ngu -w-pro +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/ @@ -34,6 +34,7 @@ SOURCES = \ formdata.c \ ftp.c \ http.c \ + http_chunks.c \ ldap.c \ dict.c \ telnet.c \ @@ -64,11 +65,11 @@ OBJECTS = $(SOURCES:.c=.obj) all: $(LIBCURLLIB) clean: - $(RM) $(LIBCURLLIB) - $(RM) *.obj + -$(RM) $(LIBCURLLIB) + -$(RM) *.obj $(LIBCURLLIB): $(LINKLIB) $(OBJECTS) Makefile.b32.resp - $(RM) $(LIBCURLLIB) + -$(RM) $(LIBCURLLIB) $(LIB) $(LIBCURLLIB) @Makefile.b32.resp -- cgit v1.2.3