From: Richard Basch Date: Tue, 18 Feb 1997 06:57:33 +0000 (+0000) Subject: Makefile.in: Winsock library is still required (win16) X-Git-Tag: krb5-1.1-beta1~1299 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=661bf81f78b746166cdc79aece67adc1749203b0;p=krb5.git Makefile.in: Winsock library is still required (win16) cns.c: Removed "#if 0" block relating to Winsock initialiation/cleanup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9892 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog index 07514ab2d..7f08849fd 100644 --- a/src/windows/cns/ChangeLog +++ b/src/windows/cns/ChangeLog @@ -1,5 +1,6 @@ Mon Feb 17 13:58:06 1997 Richard Basch + * 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 diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in index a1459b73e..623b73e88 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