diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-13 09:14:59 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-03-13 09:14:59 +0000 |
commit | d9693d8087ccf1edac2cb408699d43162fecabb5 (patch) | |
tree | 3227e745b2f505443bae2ce023537ff2a0d7f6ba /PACKAGE/lynx.iss | |
parent | 4be7a65ba2447033b753e492ce23598310e88ae4 (diff) | |
download | lynx-snapshots-d9693d8087ccf1edac2cb408699d43162fecabb5.tar.gz |
snapshot of project "lynx", label v2-8-9dev_16t
Diffstat (limited to 'PACKAGE/lynx.iss')
-rw-r--r-- | PACKAGE/lynx.iss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PACKAGE/lynx.iss b/PACKAGE/lynx.iss index 9f8c3e93..3120000f 100644 --- a/PACKAGE/lynx.iss +++ b/PACKAGE/lynx.iss @@ -1,4 +1,4 @@ -; $LynxId: lynx.iss,v 1.18 2018/02/05 09:42:33 tom Exp $ +; $LynxId: lynx.iss,v 1.19 2018/03/13 09:11:29 tom Exp $ ; vile:ts=2 sw=2 notabinsert ; ; This is the BASE script for different flavors of the installer for Lynx. @@ -37,7 +37,7 @@ #endif #ifndef ZlibDllName -#define ZlibDllName "zlib.dll" +#define ZlibDllName "zlib1.dll" #endif #ifndef BzipExeName @@ -62,7 +62,7 @@ #ifndef DllsSrcDir #define DllsSrcDir GetEnv("LYNX_DLLSDIR") #if DllsSrcDir == "" -#define DllsSrcDir "..\dlls" +#define DllsSrcDir "..\bin" #endif #endif |