From: Tom Wright Date: Fri, 24 Jun 2011 18:49:07 +0000 (-0700) Subject: looks like this should be static, not dll X-Git-Tag: curl-7_23_0~46^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=thirdparty%2Fcurl.git looks like this should be static, not dll --- diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index be4aca3ede..5efd0920f2 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -64,7 +64,7 @@ USE_SSL = true SSL=dll !ELSEIF "$(WITH_SSL)"=="static" USE_SSL = true -SSL=dll +SSL=static !ENDIF !IF "$(WITH_ZLIB)"=="dll"