From: Pekka Riikonen Date: Sun, 24 Jun 2001 13:53:53 +0000 (+0000) Subject: updates. X-Git-Tag: robodoc-323~138 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=bb8a7445ada858bc3c72dde564dd28e972ed7b04;p=silc.git updates. --- 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)