Windows fix: Add resource macros for kswitch app
authorSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 21:00:24 +0000 (21:00 +0000)
committerSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 21:00:24 +0000 (21:00 +0000)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25275 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/version.rc

index 481b4ec1dfaf94fd10183d0c1783f8bc3854c799..a027f5ec84e98be3865b5100e2b5224ebc8f7f06 100644 (file)
 #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"