summaryrefslogtreecommitdiffstats
path: root/PACKAGE/lynx-curssl.iss
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGE/lynx-curssl.iss')
-rw-r--r--PACKAGE/lynx-curssl.iss14
1 files changed, 0 insertions, 14 deletions
diff --git a/PACKAGE/lynx-curssl.iss b/PACKAGE/lynx-curssl.iss
deleted file mode 100644
index 3182257..0000000
--- a/PACKAGE/lynx-curssl.iss
+++ /dev/null
@@ -1,14 +0,0 @@
-; $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"