From 9612fda886bbbe764873ad22f450560be1693f64 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 16 Jul 2004 09:20:57 +0000 Subject: changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine. --- lib/Makefile.b32 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.b32') diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index eebe15d35..5dd9bf887 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -36,6 +36,7 @@ TOPDIR = .. CURNTDIR = . CXXFLAGS = -q -5 -O2 -w-aus -w-ccc -w-csu -w-par -w-pia -w-rch -w-inl -w-ngu -w-pro -tWM +LIBFLAGS = /C /P32 LDFLAGS = -q -lq -laa -tWD INCDIRS = -I$(CURNTDIR);$(TOPDIR)/include @@ -73,7 +74,10 @@ clean: $(LIBCURLLIB): $(OBJECTS) @-$(RM) $@ - $(LIB) $@ /a $** + $(LIB) $(LIBFLAGS) $@ @&&! ++$(**: = &^ ++) +! $(LIBCURLDLL): $(OBJECTS) $(LINKLIB) @-$(RM) $@ -- cgit v1.2.3