From c2ecaf87e462fd6600ce5ee6a29cb352de042714 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 24 Sep 2025 22:26:00 +0200 Subject: update --- PACKAGE/lynx-slang.iss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 PACKAGE/lynx-slang.iss (limited to 'PACKAGE/lynx-slang.iss') diff --git a/PACKAGE/lynx-slang.iss b/PACKAGE/lynx-slang.iss new file mode 100644 index 0000000..e5a8185 --- /dev/null +++ b/PACKAGE/lynx-slang.iss @@ -0,0 +1,13 @@ +; $LynxId: lynx-slang.iss,v 1.3 2018/03/14 08:34:56 tom Exp $ +; +; This is an installer for the "color-style" flavor of Lynx. +; +; 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 SetupBaseName "lynx-sl" +#define SourceExeName "lynx-slang.exe" +#define ScreenDllName "wslang32.dll" + +#include "lynx.iss" -- cgit v1.2.3