diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-17 15:40:36 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-17 15:40:36 +0000 |
commit | e86c1c8ddabde50e52019b5a00026e5e3a73b5e3 (patch) | |
tree | c4e638c5794c2cd41a8cf1850739809fb3427061 /PACKAGE/lynx-oldssl.iss | |
parent | d9693d8087ccf1edac2cb408699d43162fecabb5 (diff) | |
download | lynx-snapshots-e86c1c8ddabde50e52019b5a00026e5e3a73b5e3.tar.gz |
snapshot of project "lynx", label v2-8-9dev_16u
Diffstat (limited to 'PACKAGE/lynx-oldssl.iss')
-rw-r--r-- | PACKAGE/lynx-oldssl.iss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PACKAGE/lynx-oldssl.iss b/PACKAGE/lynx-oldssl.iss index 6c18ef8e..7bbe0900 100644 --- a/PACKAGE/lynx-oldssl.iss +++ b/PACKAGE/lynx-oldssl.iss @@ -1,10 +1,13 @@ -; $LynxId: lynx-oldssl.iss,v 1.1 2017/04/27 00:20:10 tom Exp $ +; $LynxId: lynx-oldssl.iss,v 1.4 2018/03/16 20:30:46 tom Exp $ ; ; This is an installer for Lynx built with "old" OpenSSL (before 1.1.x). ; ; The script assumes environment variables have been set, e.g., to point to ; data which is used by the installer (see "lynx.lss" for details). +#define NoScreenDll +#define SslGlob1 "'ssleay32.dll'" +#define SslGlob2 "'libeay32.dll'" #define SetupBaseName "lynx-oldssl" #define SourceExeName "lynx-oldssl.exe" |