aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.b326
1 files changed, 5 insertions, 1 deletions
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) $@