diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-12-29 00:38:46 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-12-29 01:01:22 +0000 |
commit | f62d910382cf3ab8e0402166e4aba70ab426cdf0 (patch) | |
tree | 44737f2ced8b615f502ef9457e6744b60f61d2d8 /PACKAGE/lynx-curssl.iss | |
parent | 8582c56e4156e5da15f8924537462eabc66e7371 (diff) | |
download | lynx-snapshots-f62d910382cf3ab8e0402166e4aba70ab426cdf0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10p
Diffstat (limited to 'PACKAGE/lynx-curssl.iss')
-rw-r--r-- | PACKAGE/lynx-curssl.iss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PACKAGE/lynx-curssl.iss b/PACKAGE/lynx-curssl.iss new file mode 100644 index 00000000..31822573 --- /dev/null +++ b/PACKAGE/lynx-curssl.iss @@ -0,0 +1,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" |