projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74fe1b9
)
Fixed MSVC libssh2 static build.
author
Guenter Knauf
<lists@gknw.net>
Thu, 1 Nov 2012 00:03:12 +0000
(
01:03
+0100)
committer
Guenter Knauf
<lists@gknw.net>
Thu, 1 Nov 2012 00:03:12 +0000
(
01:03
+0100)
Since libssh2 supports now agent stuff it also depends on user32.lib.
Posted to the list by Jan Ehrhardt.
winbuild/MakefileBuild.vc
patch
|
blob
|
history
diff --git
a/winbuild/MakefileBuild.vc
b/winbuild/MakefileBuild.vc
index d04787918a724425521cb916cacee45801b5258e..c5450c1144b7747da4afa8dc9b47ee46a66c99a8 100644
(file)
--- a/
winbuild/MakefileBuild.vc
+++ b/
winbuild/MakefileBuild.vc
@@
-132,7
+132,7
@@
SSH2_LIBS = libssh2.lib
USE_SSH2 = true
\r
SSH2 = dll
\r
!ELSEIF "$(WITH_SSH2)"=="static"
\r
-SSH2_LIBS = libssh2_a
_debug
.lib
\r
+SSH2_LIBS = libssh2_a
.lib user32
.lib
\r
USE_SSH2 = true
\r
SSH2 = static
\r
!ENDIF
\r