diff --git a/curl.d b/curl.d index 3e7e4f9..fcd9606 100644 --- a/curl.d +++ b/curl.d @@ -1,5 +1,8 @@ module arsd.curl; +// see this for info on making a curl.lib on windows: +// http://stackoverflow.com/questions/7933845/where-is-curl-lib-for-dmd + pragma(lib, "curl"); import std.string;