summaryrefslogtreecommitdiffstats
path: root/PACKAGE/lynx-curssl.iss
blob: 31822573a5be29d4b33908b88931479354563f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; $LynxId: lynx-curssl.iss,v 1.1 2022/12/29 00:38:46 tom Exp $
;
; This is an installer for Lynx built with "current" OpenSSL (3.0.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      "'libssl-3*.dll'"
#define SslGlob2      "'libcrypto-3*.dll'"
#define SetupBaseName "lynx-curssl"
#define SourceExeName "lynx-curssl.exe"

#include "lynx.iss"