From c81eb7e226be6c8ead3865592f3f2487fab4caeb Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 1 Nov 2012 01:03:12 +0100 Subject: Fixed MSVC libssh2 static build. Since libssh2 supports now agent stuff it also depends on user32.lib. Posted to the list by Jan Ehrhardt. --- winbuild/MakefileBuild.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winbuild') 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 -- cgit v1.2.3