+Sat Dec 5 01:20:31 1998 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * Makefile.in, ccdefops.c: Temporarily back out the ccapi ccache
+ under Windows so we can make sure the rest of the krb5
+ tree builds correctly under Windows. (Note: I didn't
+ revert lib/krb5/os/ccdefname.c, so setting KRB5_CC_NAME to
+ FILE:C:\tmp\tkt is required to make things work.)
+
1998-08-24 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Add windows build instructions to build CCache API
all-windows:: subdirs $(OBJFILE)
-##DOSsubdirs:: file\file.lst memory\file.lst ccapi\file.lst
+##DOSsubdirs:: file\file.lst memory\file.lst # ccapi\file.lst
##DOS
##DOSfile\file.lst::
##DOS cd file
##DOS -$(MAKE) -$(MFLAGS)
##DOS cd ..
-##DOSccapi\file.lst::
-##DOS cd ccapi
-##DOS @echo Making in krb5\ccache\ccapi
-##DOS -$(MAKE) -$(MFLAGS)
-##DOS cd ..
+# ##DOSccapi\file.lst::
+# ##DOS cd ccapi
+# ##DOS @echo Making in krb5\ccache\ccapi
+# ##DOS -$(MAKE) -$(MFLAGS)
+# ##DOS cd ..
+
+# ##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst ccapi\file.lst
+# ##DOS $(RM) $(OBJFILE)
+# ##WIN16## $(CP) nul: $(OBJFILE)
+# ##WIN32## $(LIBECHO) -p $(PREFIXDIR)\ *.obj file\*.obj memory\*.obj \
+# ##WIN32## ccapi\*.obj > $(OBJFILE)
-##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst ccapi\file.lst
+##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst
##DOS $(RM) $(OBJFILE)
##WIN16## $(CP) nul: $(OBJFILE)
##WIN32## $(LIBECHO) -p $(PREFIXDIR)\ *.obj file\*.obj memory\*.obj \
-##WIN32## ccapi\*.obj > $(OBJFILE)
+##WIN32## > $(OBJFILE)
clean-unix:: clean-libobjs
#include "k5-int.h"
-#if defined(macintosh) || defined(_MSDOS) || defined(_WIN32)
+#if defined(macintosh) /* || defined(_MSDOS) || defined(_WIN32) */
/* Macs and PCs use the shared, memory based credentials cache */
#include "stdcc.h" /* from ccapi subdir */