forked from libssh2/libssh2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated NetWare makefiles for latest dependency lib versions.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ endif | |
|
||
# 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 path below to point to your Distribution folder. | ||
|
@@ -39,7 +39,7 @@ DEVLARC = $(DEVLDIR).zip | |
# Edit the vars below to change NLM target settings. | ||
TARGET = libssh2 | ||
VERSION = $(LIBSSH2_VERSION) | ||
COPYR = Copyright (c) 2004-2009 Sara Golemon <[email protected]> | ||
COPYR = Copyright (c) 2004-2010 Sara Golemon <[email protected]> | ||
WWWURL = http://www.libssh2.org/ | ||
DESCR = libssh2 $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) | ||
MTSAFE = YES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ endif | |
|
||
# 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 | ||
|
@@ -31,7 +31,7 @@ LINK_STATIC = 1 | |
SAMPLES = ../../example | ||
TARGETS := $(filter-out x11.nlm,$(patsubst $(SAMPLES)/%.c,%.nlm,$(strip $(wildcard $(SAMPLES)/*.c)))) | ||
VERSION = $(LIBSSH2_VERSION) | ||
COPYR = Copyright (c) 2004-2009, Sara Golemon <[email protected]> | ||
COPYR = Copyright (c) 2004-2010, Sara Golemon <[email protected]> | ||
WWWURL = http://www.libssh2.org/ | ||
DESCR = libssh2 $(notdir $(@:.def=)) $(LIBSSH2_VERSION_STR) ($(LIBARCH)) - $(WWWURL) | ||
MTSAFE = YES | ||
|