From: Daniel Stenberg Date: Tue, 6 Dec 2011 19:02:57 +0000 (+0100) Subject: MakefileBuild: fix the static build X-Git-Tag: curl-7_24_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82a4d26e7f43f2088df560772e779df6c1caeae2;p=thirdparty%2Fcurl.git MakefileBuild: fix the static build This is a left-over fix from commit b7e242de0e that Tom Wright suggested. Reported by: Ward Willats --- diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 3d915bfba8..4ada965d40 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2010, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2011, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -101,7 +101,7 @@ SSL=dll !ELSEIF "$(WITH_SSL)"=="static" SSL_LIBS = libeay32.lib ssleay32.lib USE_SSL = true -SSL=dll +SSL=static !ENDIF !IFDEF USE_SSL