Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link line
authorTheodore Tso <tytso@mit.edu>
Wed, 30 Jul 1997 03:12:30 +0000 (03:12 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 30 Jul 1997 03:12:30 +0000 (03:12 +0000)
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
src/lib/Makefile.in
src/lib/krb5_16.def
src/lib/krb5_32.def
src/lib/sapkrb16.def

index fc807acb5db076803094096152ef7bc507fef9eb..42eece65137c87df6fbd6b006f49f748983f689c 100644 (file)
@@ -1,3 +1,14 @@
+Tue Jul 29 23:09:31 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * 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  <tytso@rsts-11.mit.edu>
 
        * Makefile.in, win_glue.c, sapkrb16.def, sapkrb32.def: Write
index 34571e9a4a70c9757f4358751cf83ed948c5d3b8..5f974ee73098302f01c8cddbbceab45114ef0ade 100644 (file)
@@ -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
index 5d8f2b07cb35bb72379b4544c6a12aa2ff2efe87..f041ee4721fd077fb6a303c91e68f3d748105f25 100644 (file)
@@ -186,3 +186,4 @@ EXPORTS
        krb5_ser_ccache_init
        krb5_ser_keytab_init
        krb5_ser_rcache_init
+       _decode_krb5_ap_req
index 76514a257f22e24bfc5106745dff3e51272d8951..1d9e7cc2540f443aa4f3bd977d1cc4fe8587cb5c 100644 (file)
@@ -182,3 +182,4 @@ EXPORTS
        krb5_ser_ccache_init
        krb5_ser_keytab_init
        krb5_ser_rcache_init
+       decode_krb5_ap_req
index 944545b69c032f32bc2089eb0f44b53b310ea963..3095b206873fb151054cc82ad887778c0b7abd18 100644 (file)
@@ -186,3 +186,4 @@ EXPORTS
        krb5_ser_ccache_init
        krb5_ser_keytab_init
        krb5_ser_rcache_init
+       _decode_krb5_ap_req