From bb8a7445ada858bc3c72dde564dd28e972ed7b04 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 24 Jun 2001 13:53:53 +0000 Subject: [PATCH] updates. --- CHANGES | 3 +++ configure.in.pre | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b24c28ee..879db1ce 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,9 @@ Sun Jun 24 12:19:52 EEST 2001 Pekka Riikonen silc_socket_write (that used to be silc_packet_[read/write]. The implementation of these are platform specific. + * Added WIN32 specific routines of silc_socket_[read/write] + to lib/silcutil/win32/silcwin32sockconn.c. + Sat Jun 23 16:01:00 EEST 2001 Pekka Riikonen * Added preliminary support for native WIN32 compilation under diff --git a/configure.in.pre b/configure.in.pre index dff0c03c..83d3788b 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -541,7 +541,8 @@ AC_ARG_WITH(win32, [ --with-win32 Compile native WIN32 code (-mno-cygwin)], [ AC_DEFINE(SILC_WIN32) AM_CONDITIONAL(SILC_WIN32, test xtrue = xtrue) - CFLAGS="-mno-cygwin $CFLAGS" ]) + CFLAGS="-mno-cygwin $CFLAGS" + LIBS="-lwsock32 $LIBS" ]) # Debug checking AC_MSG_CHECKING(for enabled debugging) -- 2.43.0