From: Guenter Knauf Date: Thu, 1 Nov 2012 00:03:12 +0000 (+0100) Subject: Fixed MSVC libssh2 static build. X-Git-Tag: curl-7_28_1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c81eb7e226be6c8ead3865592f3f2487fab4caeb;p=curl Fixed MSVC libssh2 static build. Since libssh2 supports now agent stuff it also depends on user32.lib. Posted to the list by Jan Ehrhardt. --- diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index d04787918..c5450c114 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -132,7 +132,7 @@ SSH2_LIBS = libssh2.lib USE_SSH2 = true SSH2 = dll !ELSEIF "$(WITH_SSH2)"=="static" -SSH2_LIBS = libssh2_a_debug.lib +SSH2_LIBS = libssh2_a.lib user32.lib USE_SSH2 = true SSH2 = static !ENDIF