summaryrefslogtreecommitdiffstats
path: root/src/lib/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-11 01:47:09 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-11 01:47:09 +0000
commitf5b6b73be5058d8b6acab5ea7b05f9e96a3b0f2c (patch)
treea1fe744cc3f66bcb07ef80f5251f43e4c2b6956f /src/lib/ChangeLog
parent2055c022c5d5ac855deb9d9cbb8df1ed70d04dad (diff)
downloadkrb5-f5b6b73be5058d8b6acab5ea7b05f9e96a3b0f2c.tar.gz
krb5-f5b6b73be5058d8b6acab5ea7b05f9e96a3b0f2c.tar.xz
krb5-f5b6b73be5058d8b6acab5ea7b05f9e96a3b0f2c.zip
Added the "/nod" option to the gssapi.dll and libkrb5.dll linker
commands. This prevents the linker from searching the llibcew.lib library for some externals which are already in ldllcew.lib. This is what we want since we are building a DLL. Without the "/nod" option we get a bunch of duplicate definitions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6959 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r--src/lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index 7cc1f6dca..6f22f6475 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,12 @@
+Tue Oct 10 21:45:51 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in: Added the "/nod" option to the gssapi.dll and
+ libkrb5.dll linker commands. This prevents the linker
+ from searching the llibcew.lib library for some externals
+ which are already in ldllcew.lib. This is what we want
+ since we are building a DLL. Without the "/nod" option we
+ get a bunch of duplicate definitions.
+
Fri Sep 29 14:19:44 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (CLEANLIBS): Clean up make clean procedures. The