blob: 7bbe0900830f109a99b41a94a43bc90210381e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
; $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"
#include "lynx.iss"
|