Updated dependency lib versions (2nd try).
authorGuenter Knauf <lists@gknw.net>
Thu, 12 Apr 2012 18:51:29 +0000 (20:51 +0200)
committerGuenter Knauf <lists@gknw.net>
Thu, 12 Apr 2012 18:51:29 +0000 (20:51 +0200)
docs/INSTALL
lib/Makefile.Watcom
lib/Makefile.m32
lib/Makefile.netware
lib/Makefile.vc6
src/Makefile.Watcom
src/Makefile.m32
src/Makefile.netware

index 645bca8..64a5556 100644 (file)
@@ -219,7 +219,7 @@ Win32
 
      set ZLIB_PATH=c:\zlib-1.2.6
      set OPENSSL_PATH=c:\openssl-0.9.8u
-     set LIBSSH2_PATH=c:\libssh2-1.4.0
+     set LIBSSH2_PATH=c:\libssh2-1.4.1
 
    ATTENTION: if you want to build with libssh2 support you have to use latest
    version 0.17 - previous versions will NOT work with 7.17.0 and later!
index 838f744..56f9947 100644 (file)
@@ -89,7 +89,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6
 !ifdef %libssh2_root
 LIBSSH2_ROOT = $(%libssh2_root)
 !else
-LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0
+LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1
 !endif
 
 !ifdef %librtmp_root
index 7b943ff..a6270b2 100644 (file)
@@ -31,7 +31,7 @@ OPENSSL_LIBS = -leay32 -lssl32
 endif
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
-LIBSSH2_PATH = ../../libssh2-1.4.0
+LIBSSH2_PATH = ../../libssh2-1.4.1
 endif
 # Edit the path below to point to the base of your librtmp package.
 ifndef LIBRTMP_PATH
index 5d358ad..94e57c8 100644 (file)
@@ -24,7 +24,7 @@ endif
 
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
-LIBSSH2_PATH = ../../libssh2-1.4.0
+LIBSSH2_PATH = ../../libssh2-1.4.1
 endif
 
 # Edit the path below to point to the base of your axTLS package.
index fddf6d5..63dd0ee 100644 (file)
@@ -69,7 +69,7 @@ OPENSSL_PATH   = ../../openssl-0.9.8u
 !ENDIF\r
 \r
 !IFNDEF LIBSSH2_PATH\r
-LIBSSH2_PATH   = ../../libssh2-1.4.0\r
+LIBSSH2_PATH   = ../../libssh2-1.4.1\r
 !ENDIF\r
 \r
 !IFNDEF ZLIB_PATH\r
index 63107c8..c88291e 100644 (file)
@@ -78,7 +78,7 @@ ZLIB_ROOT = ..$(DS)..$(DS)zlib-1.2.6
 !ifdef %libssh2_root
 LIBSSH2_ROOT = $(%libssh2_root)
 !else
-LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.0
+LIBSSH2_ROOT = ..$(DS)..$(DS)libssh2-1.4.1
 !endif
 
 !ifdef %librtmp_root
index 0dc4523..29edc28 100644 (file)
@@ -28,7 +28,7 @@ OPENSSL_LIBS = -leay32 -lssl32
 endif
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
-LIBSSH2_PATH = ../../libssh2-1.4.0
+LIBSSH2_PATH = ../../libssh2-1.4.1
 endif
 # Edit the path below to point to the base of your librtmp package.
 ifndef LIBRTMP_PATH
index 0d3e0d2..9ea7799 100644 (file)
@@ -24,7 +24,7 @@ endif
 
 # Edit the path below to point to the base of your LibSSH2 package.
 ifndef LIBSSH2_PATH
-LIBSSH2_PATH = ../../libssh2-1.4.0
+LIBSSH2_PATH = ../../libssh2-1.4.1
 endif
 
 # Edit the path below to point to the base of your axTLS package.