From 9b7663fa79377a0685130a019916d810f31e7478 Mon Sep 17 00:00:00 2001 From: "Felipe \\\\\\\"Zimmerle\\\\\\\" Costa" Date: Wed, 6 Nov 2013 07:04:24 -0600 Subject: [PATCH] iis: Fix mlogc build on windows The libcurl path was not pointing to the correct directory --- mlogc/Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlogc/Makefile.win b/mlogc/Makefile.win index 0352c52d..ebb59d8a 100755 --- a/mlogc/Makefile.win +++ b/mlogc/Makefile.win @@ -14,7 +14,7 @@ CURL = %CURL% LIBS = $(BASE)\lib\libapr-1.lib \ $(BASE)\lib\libaprutil-1.lib \ $(PCRE)\pcre.lib \ - $(CURL)\libcurl_imp.lib \ + $(CURL)\lib\libcurl_imp.lib \ wsock32.lib ###########################################################################