curl-library
Re: Mac OS X universal curl linked to libcurl.framework
From: Nir Soffer <nirs_at_freeshell.org>
Date: Sun, 22 Oct 2006 21:59:44 +0200
Received on 2006-10-22
Date: Sun, 22 Oct 2006 21:59:44 +0200
Here is an improved makefile, tested with curl 7.16.0-CVS.
Add test targets that link libtest executables are linked against
libcurl.framework.
Issues:
- Everything in tests/server is also linked against
libcurl.framework. I tried to make libtest first, so the recursive
make in tests/Makefile will not make it again, but it did not work.
Best Regards,
Nir Soffer
- application/octet-stream attachment: universal-framework.make