diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-16 09:20:57 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-16 09:20:57 +0000 |
commit | 9612fda886bbbe764873ad22f450560be1693f64 (patch) | |
tree | cde696094a16ce8d562f879a6ebb259203968b88 /lib | |
parent | 4b217efb8461b53eb68248b44f7869f84f2e531e (diff) |
changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.b32 | 6 |
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) $@ |