curl-library
Re: want to remove ./lib/Makefile.b32.resp
Date: Fri, 16 Jul 2004 00:41:39 +0200
Hi Gisle,
> Since Win9x uses command.com, it has a cmdline length of 127.
uhhmmm; thought it had at least 512...
> Then you can use an inline response-file thats automatically deleted.
> Something like:
> $(LIBCURLLIB): $(OBJECTS)
> $(LIB) /C /P32 $(LIBCURLLIB) @&&|
> -+$(OBJECTS:.obj=-+)
> |
yep, seen that in the docu already...
BTW: I played a bit with your other suggestions, and although I like them, it makes other things more complicated, f,e, then I have no absolute path for the libs, and cant put them in the dependency list, cant use automatic vars at some places etc; so I thought it's not worth the effort since compilation builds now fine with OpenSSL and Zlib...
but I still need an idea how to build a DLL with Borland; I've prepared a bit in the Makefile.b32, but when teh linker picks up the libcurl.def file it claims about every function in the def:
Warning: Attempt to export non-public symbol 'curl_easy_cleanup'
Warning: Attempt to export non-public symbol 'curl_easy_getinfo'
Warning: Attempt to export non-public symbol 'curl_easy_init'
....
and the DLL is only 47kb...
any hints?
Guenter.
Received on 2004-07-16