diff options
Diffstat (limited to 'PACKAGE/lynx-slang.iss')
-rw-r--r-- | PACKAGE/lynx-slang.iss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PACKAGE/lynx-slang.iss b/PACKAGE/lynx-slang.iss new file mode 100644 index 00000000..9f42316e --- /dev/null +++ b/PACKAGE/lynx-slang.iss @@ -0,0 +1,12 @@ +; $LynxId: lynx-slang.iss,v 1.1 2008/12/29 13:28:38 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 SetupBaseName "lynx-sl" +#define SourceExeName "lynx-slang.exe" +#define NoScreenDll + +#include "lynx.iss" |