Commit 9612fda8 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

changed to use a temporary response file with tlib to give W9x a chance to...

changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine.
parent 4b217efb
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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) $@