From 89c57b422a4b59bbb0345848ba21f9a03ef28882 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 28 Sep 2011 21:00:24 +0000 Subject: Windows fix: Add resource macros for kswitch app Signed-off-by: Kevin Wasserman git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25275 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/version.rc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/windows/version.rc b/src/windows/version.rc index 481b4ec1df..a027f5ec84 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -282,6 +282,13 @@ #define K5_ORIGINAL_NAME "klist.exe\0" #endif /* KLIST_APP */ +#ifdef KSWITCH_APP +#define K5_DESCRIPTION "Kerberos Switch Credential Cache Application - MIT GSS / Kerberos v5 distribution\0" +#define K5_INTERNAL_NAME "kswitch\0" +#define K5_FILETYPE VFT_APP +#define K5_ORIGINAL_NAME "kswitch.exe\0" +#endif /* KSWITCH_APP */ + #ifdef GSS_CLIENT_APP #define K5_DESCRIPTION "GSS Sample Client Application - " KRB5_PRODUCTNAME_STR "\0" #define K5_INTERNAL_NAME "gss-client\0" -- cgit