From: Ken Raeburn Date: Wed, 11 Feb 2009 00:24:39 +0000 (+0000) Subject: build strlcpy.c, printf.c, ipc_stream.c on windows X-Git-Tag: krb5-1.8-alpha1~656 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2bcb8dee80de005d7671f94bca9c7a8ca877786e;p=krb5.git 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 --- 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