Print all libcurl calls if -DDEBUG_CURLIO. Don't create static lib for cwdebug.

Basically, cmake doesn't support linking static libs into a shared lib.
The correct way is to just specify source files in subdirectories
directly as source files of the shared library. This patch changes that.

Also, after this commit, when DEBUG_CURLIO is defined, every call to
libcurl is printed to llinfos (or to dc::curl when using libcwd).
This commit is contained in:
Aleric Inglewood
2012-08-05 18:51:21 +02:00
parent 98c740f204
commit caef97ad36
16 changed files with 878 additions and 59 deletions

View File

@@ -29,7 +29,6 @@
#include "llproxy.h"
#include <string>
#include <curl/curl.h>
#include "llapr.h"
#include "llcurl.h"