From 2bcb8dee80de005d7671f94bca9c7a8ca877786e Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 11 Feb 2009 00:24:39 +0000 Subject: [PATCH] build strlcpy.c, printf.c, ipc_stream.c on windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21957 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/Makefile.in | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index 065a61ee1..c890a8c69 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -32,12 +32,27 @@ MKSTEMP_OBJ= @MKSTEMP_OBJ@ STRLCPY_ST_OBJ=@STRLCPY_ST_OBJ@ STRLCPY_OBJ=@STRLCPY_OBJ@ +##DOS##STRLCPY_ST_OBJ= strlcpy.o +##DOS##STRLCPY_OBJ= $(OUTPRE)strlcpy.$(OBJEXT) PRINTF_ST_OBJ= @PRINTF_ST_OBJ@ PRINTF_OBJ= @PRINTF_OBJ@ +##DOS##PRINTF_ST_OBJ= printf.o +##DOS##PRINTF_OBJ= $(OUTPRE)printf.$(OBJEXT) IPC_ST_OBJ= IPC_OBJ= +##DOS##IPC_ST_OBJ= ipc_stream.o +##DOS##IPC_OBJ= $(OUTPRE)ipc_stream.$(OBJEXT) +IPC_SYMS= \ + krb5int_ipc_stream_data krb5int_ipc_stream_new \ + krb5int_ipc_stream_write krb5int_ipc_stream_read \ + krb5int_ipc_stream_read_int32 krb5int_ipc_stream_write_int32 \ + krb5int_ipc_stream_read_int64 krb5int_ipc_stream_write_int64 \ + krb5int_ipc_stream_read_uint32 krb5int_ipc_stream_write_uint32 \ + krb5int_ipc_stream_read_string krb5int_ipc_stream_write_string \ + krb5int_ipc_stream_release krb5int_ipc_stream_size \ + krb5int_ipc_stream_free_string STLIBOBJS= \ threads.o \ @@ -116,7 +131,8 @@ SHLIB_EXPORT_FILE=libkrb5support.exports ##DOS##all-windows:: libkrb5support.exports EXTRA_SUPPORT_SYMS= @EXTRA_SUPPORT_SYMS@ -##DOS##EXTRA_SUPPORT_SYMS= krb5int_mkstemp +##DOS##EXTRA_SUPPORT_SYMS= krb5int_mkstemp krb5int_strlcpy krb5int_strlcat \ +##DOS## krb5int_vasprintf krb5int_asprintf $(IPC_SYMS) ##DOS##!if 0 libkrb5support.exports: $(srcdir)/libkrb5support-fixed.exports Makefile -- 2.26.2