From 236845261cf01e1229332214fd4764261ec33538 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 24 Feb 2012 20:45:19 -0500 Subject: [PATCH] windows lib comment --- curl.d | 3 +++ 1 file changed, 3 insertions(+) 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;