svn rev #21957: trunk/src/util/support/
raeburn@MIT.EDU
raeburn at MIT.EDU
Tue Feb 10 19:24:40 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=21957
Commit By: raeburn
Log Message:
build strlcpy.c, printf.c, ipc_stream.c on windows
Changed Files:
U trunk/src/util/support/Makefile.in
Modified: trunk/src/util/support/Makefile.in
===================================================================
--- trunk/src/util/support/Makefile.in 2009-02-11 00:16:23 UTC (rev 21956)
+++ trunk/src/util/support/Makefile.in 2009-02-11 00:24:39 UTC (rev 21957)
@@ -32,12 +32,27 @@
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 @@
##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
More information about the cvs-krb5
mailing list