diff options
Diffstat (limited to 'PACKAGE/lynx-slang.iss')
-rw-r--r-- | PACKAGE/lynx-slang.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PACKAGE/lynx-slang.iss b/PACKAGE/lynx-slang.iss index 46c5fd6e..e5a8185d 100644 --- a/PACKAGE/lynx-slang.iss +++ b/PACKAGE/lynx-slang.iss @@ -1,10 +1,11 @@ -; $LynxId: lynx-slang.iss,v 1.2 2013/12/17 23:04:59 tom Exp $ +; $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" |