Skip to content

Commit

Permalink
changed to use a temporary response file with tlib to give W9x a chan…
Browse files Browse the repository at this point in the history
…ce to build; looks ugly but works fine.
  • Loading branch information
gknauf committed Jul 16, 2004
1 parent 4b217ef commit 9612fda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Makefile.b32
Expand Up @@ -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
Expand Down Expand Up @@ -73,7 +74,10 @@ clean:

$(LIBCURLLIB): $(OBJECTS)
@-$(RM) $@
$(LIB) $@ /a $**
$(LIB) $(LIBFLAGS) $@ @&&!
+$(**: = &^
+)
!

$(LIBCURLDLL): $(OBJECTS) $(LINKLIB)
@-$(RM) $@
Expand Down

0 comments on commit 9612fda

Please sign in to comment.