diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-03-23 22:23:38 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-03-23 22:23:38 +0000 |
| commit | 27861765b36380e2e52a94c7e417af5e8b78c2fa (patch) | |
| tree | b07e650e8fe3eb4fef8852a123f0ff0a735dac33 /src | |
| parent | 83d2542e66f758151a08510f2c572c6bc60fd2c2 (diff) | |
| download | krb5-27861765b36380e2e52a94c7e417af5e8b78c2fa.tar.gz krb5-27861765b36380e2e52a94c7e417af5e8b78c2fa.tar.xz krb5-27861765b36380e2e52a94c7e417af5e8b78c2fa.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/windows/version.rc | 11 |
1 files changed, 11 insertions, 0 deletions
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" |
