build strlcpy.c, printf.c, ipc_stream.c on windows
authorKen Raeburn <raeburn@mit.edu>
Wed, 11 Feb 2009 00:24:39 +0000 (00:24 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 11 Feb 2009 00:24:39 +0000 (00:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21957 dc483132-0cff-0310-8789-dd5450dbe970

src/util/support/Makefile.in

index 065a61ee1889954db13bf24da16ad8c5a4268523..c890a8c69d6f6d336f5efde8c622248ef0ddcba0 100644 (file)
@@ -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