Skip to content

Instantly share code, notes, and snippets.

@guysoft
Created October 21, 2014 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guysoft/308cc529ada68f753e3b to your computer and use it in GitHub Desktop.
Save guysoft/308cc529ada68f753e3b to your computer and use it in GitHub Desktop.
--- Makefile.vc10.orig 2014-09-11 20:19:32.000000000 +0300
+++ Makefile.vc10 2014-10-21 14:59:35.573868800 +0300
@@ -114,7 +114,7 @@
## Release
CCR = cl.exe $(RTLIB) /O2 /DNDEBUG
-LINKR = link.exe /incremental:no /libpath:"../lib"
+LINKR = link.exe /incremental:no /libpath:"../lib" libssh2.lib libeay32.lib ssleay32.lib zlib.lib
RCR = rc.exe /dDEBUGBUILD=0
## Debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment