curl-library
Re: want to remove ./lib/Makefile.b32.resp
From: Gisle Vanem <giva_at_bgnett.no>
Date: Thu, 15 Jul 2004 23:42:14 +0200
Date: Thu, 15 Jul 2004 23:42:14 +0200
"Guenter Knauf" <eflash_at_gmx.net> said:
> if nobody objects then we can now remove ./lib/Makefile.b32.resp;
> currently I give the 52 object files to tlib via commandline switch;
> that works fine on W2K and WXP, and makes the response file obsolete,
> but it may fail on W9x with command.com which I have not tested yet....
Since Win9x uses command.com, it has a cmdline length of 127.
Then you can use an inline response-file thats automatically deleted.
Something like:
$(LIBCURLLIB): $(OBJECTS)
$(LIB) /C /P32 $(LIBCURLLIB) @&&|
-+$(OBJECTS:.obj=-+)
|
--gv
Received on 2004-07-15