From 4d7b2950d9659c0877da50b7e175a6146ae3f296 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 1 Jun 2010 16:58:40 +0200 Subject: [PATCH] updated MingW32 makefiles for latest dependency lib versions. --- win32/Makefile.win32 | 6 +++--- win32/test/Makefile.win32 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/win32/Makefile.win32 b/win32/Makefile.win32 index 660a8f1..792b586 100644 --- a/win32/Makefile.win32 +++ b/win32/Makefile.win32 @@ -11,14 +11,14 @@ # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../zlib-1.2.3 +ZLIB_PATH = ../../zlib-1.2.5 endif # since currently always enabled in libssh2_config.h set here too! WITH_ZLIB = 1 # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../openssl-0.9.8k +OPENSSL_PATH = ../../openssl-0.9.8n endif # Edit the path below to point to your Distribution folder. @@ -36,7 +36,7 @@ DEVLARC = $(DEVLDIR).zip # Edit the vars below to change target settings. TARGET = libssh2 VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2009 Sara Golemon +COPYR = (c) 2004-2010 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(LIBSSH2_VERSION_STR) #STACK = 64000 diff --git a/win32/test/Makefile.win32 b/win32/test/Makefile.win32 index 5724188..d98e951 100644 --- a/win32/test/Makefile.win32 +++ b/win32/test/Makefile.win32 @@ -11,12 +11,12 @@ # Edit the path below to point to the base of your Zlib sources. ifndef ZLIB_PATH -ZLIB_PATH = ../../../zlib-1.2.3 +ZLIB_PATH = ../../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH -OPENSSL_PATH = ../../../openssl-0.9.8k +OPENSSL_PATH = ../../../openssl-0.9.8n endif # Edit the var below to enable static linking of libssh2 and libz @@ -25,7 +25,7 @@ LINK_STATIC = 1 # Edit the vars below to change target settings. TARGETS = scp.exe sftp.exe sftpdir.exe ssh2.exe VERSION = $(LIBSSH2_VERSION) -COPYR = (c) 2004-2009 Sara Golemon +COPYR = (c) 2004-2010 Sara Golemon WWWURL = http://www.libssh2.org/ DESCR = libssh2 $(subst .def,,$(notdir $@)) $(LIBSSH2_VERSION_STR) #STACK = 64000