From: Tom Yu Date: Mon, 12 Dec 2011 20:46:16 +0000 (+0000) Subject: kfw: rename leash32/64.exe to simply leash.exe X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c6030f1d6f8531563297d984848b46b9ede86bf;p=krb5.git kfw: rename leash32/64.exe to simply leash.exe Also install leash.exe in 64 bit installer. ticket: 7050 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25568 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi index 2e0f65f07..788f863c0 100644 --- a/src/windows/installer/wix/features.wxi +++ b/src/windows/installer/wix/features.wxi @@ -79,10 +79,8 @@ - - + - @@ -91,7 +89,6 @@ - @@ -104,7 +101,6 @@ --> - diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 9bccfe7a9..6b75a55de 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -145,11 +145,10 @@ - - - - - + + + + @@ -201,7 +200,6 @@ --> - diff --git a/src/windows/installer/wix/platform.wxi b/src/windows/installer/wix/platform.wxi index ab7d0f5d7..fb7f37f6a 100644 --- a/src/windows/installer/wix/platform.wxi +++ b/src/windows/installer/wix/platform.wxi @@ -38,12 +38,12 @@ - + - - + + @@ -127,8 +127,8 @@ - - + + diff --git a/src/windows/leash/Lglobals.h b/src/windows/leash/Lglobals.h index be9ae3e0a..2ec5f756a 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 1b1ae6905..1edf6b45e 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 diff --git a/src/windows/version.rc b/src/windows/version.rc index 61f3a8113..c4f151448 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -112,7 +112,7 @@ #define K5_DESCRIPTION "Leash32 Kerberos Ticket Manager - " KRB5_PRODUCTNAME_STR "\0" #define K5_FILETYPE VFT_APP #define K5_INTERNAL_NAME "LEASH\0" -#define K5_ORIGINAL_NAME "leash32.exe\0" +#define K5_ORIGINAL_NAME "leash.exe\0" #endif #ifdef LEASHDLL_LIB