summaryrefslogtreecommitdiffstats
path: root/src/windows/leash
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash')
-rw-r--r--src/windows/leash/Lglobals.h2
-rw-r--r--src/windows/leash/Makefile.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/windows/leash/Lglobals.h b/src/windows/leash/Lglobals.h
index be9ae3e0aa..2ec5f756a8 100644
--- a/src/windows/leash/Lglobals.h
+++ b/src/windows/leash/Lglobals.h
@@ -230,7 +230,7 @@ extern DECL_FUNC_PTR(profile_release_string);
#define KRBREALM_FILE "KRBREALM.CON"
#define TICKET_FILE "TICKET.KRB"
-#define LEASH_HELP_FILE "leash32.chm"
+#define LEASH_HELP_FILE "leash.chm"
extern int config_boolean_to_int(const char *);
extern BOOL SetRegistryVariable(const CString& regVariable,
diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in
index 1b1ae69056..1edf6b45e9 100644
--- a/src/windows/leash/Makefile.in
+++ b/src/windows/leash/Makefile.in
@@ -15,11 +15,10 @@ AFS_LIBS=
!endif
MFCLIB=MFC100D.LIB
-EXE_NAME=leash32
+EXE_NAME=leash
WSHELPER=wshelp32
!if ("$(CPU)" == "IA64") || ("$(CPU)" == "AMD64") || ("$(CPU)" == "ALPHA64")
-EXE_NAME=leash64
WSHELPER=wshelp64
!endif