summaryrefslogtreecommitdiffstats
path: root/src/windows/cns
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/ChangeLog4
-rw-r--r--src/windows/cns/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog
index 2cd2ee87aa..fe7d3ae743 100644
--- a/src/windows/cns/ChangeLog
+++ b/src/windows/cns/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-13 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SYSLIBS): Use ws2_32.lib instead of wsock32.lib.
+
2002-06-11 Danilo Almeida <dalmeida@mit.edu>
* cns.c: Do not use krb_get_notification_message() or
diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in
index 095b46cba2..2a1aa60b2e 100644
--- a/src/windows/cns/Makefile.in
+++ b/src/windows/cns/Makefile.in
@@ -47,7 +47,7 @@ CVTRES = cvtres
##### Linker
LINK = link
LIBS = $(KLIB) $(CLIB) $(WLIB) ../lib/$(OUTPRE)libwin.lib
-SYSLIBS = kernel32.lib wsock32.lib user32.lib gdi32.lib advapi32.lib
+SYSLIBS = kernel32.lib ws2_32.lib user32.lib gdi32.lib advapi32.lib
LFLAGS = /nologo $(LOPTS)
all:: Makefile $(OUTPRE)$(NAME).exe