iis: Fix mlogc build on windows

The libcurl path was not pointing to the correct directory
This commit is contained in:
Felipe \\\"Zimmerle\\\" Costa 2013-11-06 07:04:24 -06:00 committed by Felipe Zimmerle
parent 28bbde1bb2
commit 9b7663fa79

View File

@ -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
###########################################################################