From caea3dda8c05a40b3201947b433b809dc4ac4ef2 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 25 Oct 1995 19:00:32 +0000 Subject: [PATCH] For the windows, add the oldnames library to the link lines for gssapi.dll and libkrb5.dll. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6997 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 5 +++++ src/lib/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 6f22f6475..d91e08e5d 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 25 14:56:26 1995 Theodore Y. Ts'o + + * Makefile.in (lib-windows): For the windows, add the oldnames + library to the link lines for gssapi.dll and libkrb5.dll + Tue Oct 10 21:45:51 1995 Theodore Y. Ts'o * Makefile.in: Added the "/nod" option to the gssapi.dll and diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 84dcfd65a..cac3eb4ca 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -39,7 +39,7 @@ gssapi.lib:: gssapi.dll gssapi.dll:: $(GLIB) $(LIBS) gssapi.def link /co /seg:400 /noe /nod /nol win_glue, gssapi.dll, gssapi.map, \ - $(LIBS) ldllcew libw, gssapi.def + $(LIBS) ldllcew libw oldnames, gssapi.def rc /nologo /p /k gssapi.dll libkrb5.lib:: libkrb5.dll @@ -47,7 +47,7 @@ libkrb5.lib:: libkrb5.dll libkrb5.dll:: $(LIBS) libkrb5.def win_glue.obj link /co /seg:400 /noe /nod /nol win_glue, libkrb5.dll, libkrb5.map, \ - $(LIBS) ldllcew libw, libkrb5.def + $(LIBS) ldllcew libw oldnames, libkrb5.def rc /nologo /p /k libkrb5.dll winsock.lib: winsock.def -- 2.26.2