From: Theodore Tso Date: Tue, 23 Mar 1999 22:23:38 +0000 (+0000) Subject: Add information for the profile library (which is now a separate library) X-Git-Tag: krb5-1.1-beta1~265 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=27861765b36380e2e52a94c7e417af5e8b78c2fa;p=krb5.git Add information for the profile library (which is now a separate library) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11303 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/version.rc b/src/windows/version.rc index 5d8f5a542..e8c4c7fcf 100644 --- a/src/windows/version.rc +++ b/src/windows/version.rc @@ -39,6 +39,17 @@ #endif #endif /* comerr */ +#ifdef PROF_LIB +#define K5_DESCRIPTION "PROFILE - Profile Library MIT Kerberos v5 / GSS distribution\0" +#define K5_INTERNAL_NAME "profile\0" +#define K5_FILETYPE VFT_DLL +#if !defined(_WIN32) +#define K5_ORIGINAL_NAME "xpprof16.dll\0" +#else +#define K5_ORIGINAL_NAME "xpprof32.dll\0" +#endif +#endif /* profile */ + #ifdef KRB5_LIB #define K5_DESCRIPTION "Kerberos v5 - MIT GSS / Kerberos v5 distribution\0" #define K5_INTERNAL_NAME "krb5\0"