aboutsummaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/cns/ChangeLog1
-rw-r--r--src/windows/cns/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog
index 07514ab..7f08849 100644
--- a/src/windows/cns/ChangeLog
+++ b/src/windows/cns/ChangeLog
@@ -1,5 +1,6 @@
Mon Feb 17 13:58:06 1997 Richard Basch <basch@lehman.com>
+ * Makefile.in: Winsock library is still required for win16
* cns.h: Don't include krb5ini.h (obsolete file)
Sat Feb 15 12:21:51 1997 Richard Basch <basch@lehman.com>
diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in
index a1459b7..623b73e 100644
--- a/src/windows/cns/Makefile.in
+++ b/src/windows/cns/Makefile.in
@@ -28,7 +28,7 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1
##### Linker
LINK = link
-LIBS = $(KLIB) $(CLIB)
+LIBS = $(KLIB) $(CLIB) $(WLIB)
##WIN16##SYSLIBS = libw llibcew
!if defined(DEBUG)
##WIN16##LFLAGS = /co /nologo /nod /nopackcode /map:full