From 8414ce52c49d41c39703067f5974f040364acfb0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 30 Jul 1997 03:12:30 +0000 Subject: [PATCH] Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link line since we're now using /MD and have removed the /nodefaultlibs switch. For now, build debug versions of the libraries. krb5_16.def, krb5_32.def, sapkrb16.def: Add decode_krb5_ap_req to the exported functions list, since the GSSAPI krb5 mechanism routine needs access to this internal routine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10143 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 11 +++++++++++ src/lib/Makefile.in | 6 +++--- src/lib/krb5_16.def | 1 + src/lib/krb5_32.def | 1 + src/lib/sapkrb16.def | 1 + 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index fc807acb5..42eece651 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,14 @@ +Tue Jul 29 23:09:31 1997 Theodore Y. Ts'o + + * Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link + line since we're now using /MD and have removed the + /nodefaultlibs switch. For now, build debug versions of + the libraries. + + * krb5_16.def, krb5_32.def, sapkrb16.def: Add decode_krb5_ap_req + to the exported functions list, since the GSSAPI krb5 + mechanism routine needs access to this internal routine. + Thu May 1 22:56:04 1997 Theodore Ts'o * Makefile.in, win_glue.c, sapkrb16.def, sapkrb32.def: Write diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 34571e9a4..5f974ee73 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -49,9 +49,9 @@ K4LIBS = krb4\krb4.lib ##WIN32##K4DEF = krb4_32.def ##WIN16##WINLIBS = $(WLIB) ldllcew libw oldnames -##WIN32##WINLIBS = msvcrt.lib kernel32.lib wsock32.lib \ +##WIN32##WINLIBS = kernel32.lib wsock32.lib \ ##WIN32## user32.lib shell32.lib oldnames.lib -##WIN32##WINDLLFLAGS = /nodefaultlib /incremental:no /pdb:none /release \ +##WIN32##WINDLLFLAGS = /incremental:no /pdb:none /debug \ ##WIN32## /nologo /align:0x1000 /base:0x1c000000 /dll \ ##WIN32## /entry:DllMain @@ -100,7 +100,7 @@ $(K4LIB): $(K4LIBS) $(KLIB) $(CLIB) $(K4DEF) k4_glue.obj ##WIN16##SGDEF = sapgss16.def ##WIN16##SKDEF = sapkrb16.def -##WIN32##SGDEF = gssapi.def +##WIN32##SGDEF = gssapi32.def ##WIN32##SKDEF = krb5_32.def ##WIN16##SGLIB = sapgss16.lib ##WIN16##SKLIB = sapkrb16.lib diff --git a/src/lib/krb5_16.def b/src/lib/krb5_16.def index 5d8f2b07c..f041ee472 100644 --- a/src/lib/krb5_16.def +++ b/src/lib/krb5_16.def @@ -186,3 +186,4 @@ EXPORTS krb5_ser_ccache_init krb5_ser_keytab_init krb5_ser_rcache_init + _decode_krb5_ap_req diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def index 76514a257..1d9e7cc25 100644 --- a/src/lib/krb5_32.def +++ b/src/lib/krb5_32.def @@ -182,3 +182,4 @@ EXPORTS krb5_ser_ccache_init krb5_ser_keytab_init krb5_ser_rcache_init + decode_krb5_ap_req diff --git a/src/lib/sapkrb16.def b/src/lib/sapkrb16.def index 944545b69..3095b2068 100644 --- a/src/lib/sapkrb16.def +++ b/src/lib/sapkrb16.def @@ -186,3 +186,4 @@ EXPORTS krb5_ser_ccache_init krb5_ser_keytab_init krb5_ser_rcache_init + _decode_krb5_ap_req -- 2.26.2