mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
changed to use a temporary response file with tlib to give W9x a chance to build; looks ugly but works fine.
This commit is contained in:
parent
4b217efb84
commit
9612fda886
@ -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) $@
|
||||
|
Loading…
Reference in New Issue
Block a user