Add information for the profile library (which is now a separate library)
authorTheodore Tso <tytso@mit.edu>
Tue, 23 Mar 1999 22:23:38 +0000 (22:23 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 Mar 1999 22:23:38 +0000 (22:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11303 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/version.rc

index 5d8f5a5425200268e769317f5a7c0efe593b919f..e8c4c7fcf4217609ac874d20a9ad663e2210003f 100644 (file)
 #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"