1
1

Updated dependency lib versions.

Этот коммит содержится в:
Guenter Knauf 2012-04-20 13:50:06 +02:00
родитель ededdfa9c2
Коммит a955f8428b
6 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -19,7 +19,7 @@ endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8u
OPENSSL_PATH = ../../openssl-0.9.8v
endif
# Edit the path below to point to your Distribution folder.

Просмотреть файл

@ -19,7 +19,7 @@ endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../../openssl-0.9.8u
OPENSSL_PATH = ../../../openssl-0.9.8v
endif
# Edit the var below to enable static linking of libssh2 and libz

Просмотреть файл

@ -16,7 +16,7 @@ WITH_ZLIB = 1
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../openssl-0.9.8u
OPENSSL_PATH = ../../openssl-0.9.8v
endif
# Edit the var below to set to your architecture or set environment var.

Просмотреть файл

@ -70,7 +70,7 @@ ZLIB_ROOT = ..\..\zlib-1.2.6
!ifdef %openssl_root
OPENSSL_ROOT = $(%openssl_root)
!else
OPENSSL_ROOT = ..\..\openssl-0.9.8u
OPENSSL_ROOT = ..\..\openssl-0.9.8v
!endif
#!ifdef %use_zlib

Просмотреть файл

@ -1,7 +1,7 @@
# Tweak these for your system
OPENSSLINC=..\openssl-0.9.8u\inc32
OPENSSLLIB=..\openssl-0.9.8u\out32dll
OPENSSLINC=..\openssl-0.9.8v\inc32
OPENSSLLIB=..\openssl-0.9.8v\out32dll
ZLIBINC=-DLIBSSH2_HAVE_ZLIB=1 /I..\zlib-1.2.6
ZLIBLIB=..\zlib-1.2.6

Просмотреть файл

@ -14,7 +14,7 @@ endif
# Edit the path below to point to the base of your OpenSSL package.
ifndef OPENSSL_PATH
OPENSSL_PATH = ../../../openssl-0.9.8u
OPENSSL_PATH = ../../../openssl-0.9.8v
endif
# Edit the var below to set to your architecture or set environment var.