1
1

Updated default (recommended) dependency versions.

Этот коммит содержится в:
Guenter Knauf 2011-04-19 14:21:49 +02:00
родитель c01737e679
Коммит cc84d875eb
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -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.8q
OPENSSL_PATH = ../../openssl-0.9.8r
endif
# Edit the path below to point to your Distribution folder.

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

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

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

@ -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.8q
OPENSSL_PATH = ../../openssl-0.9.8r
endif
# Edit the path below to point to your Distribution folder.