diff options
-rw-r--r-- | src/windows/cns/Makefile.in | 3 | ||||
-rw-r--r-- | src/windows/gss/Makefile.in | 1 | ||||
-rw-r--r-- | src/windows/wintel/Makefile.in | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in index caccee8f4e..fbd19166d7 100644 --- a/src/windows/cns/Makefile.in +++ b/src/windows/cns/Makefile.in @@ -12,9 +12,8 @@ KVERSION = 5 KRB = KRB$(KVERSION) BUILDTOP =..\.. - -##WIN16##WLIB = $(BUILDTOP)\lib\winsock.lib INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5 + ##WIN16##XOBJS = kpasswd.obj ##WIN32##XOBJS = cnsres5.obj kpasswd.obj diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in index 949a8dbb0c..866b5afaa3 100644 --- a/src/windows/gss/Makefile.in +++ b/src/windows/gss/Makefile.in @@ -7,7 +7,6 @@ OBJS = gss.obj gss-client.obj gss-misc.obj ##### Options DEBUG = 1 BUILDTOP =..\.. -##WIN16##WLIB = $(BUILDTOP)\lib\winsock.lib INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5 ##### C Compiler diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in index 043c5a9091..4d0ad6f3bf 100644 --- a/src/windows/wintel/Makefile.in +++ b/src/windows/wintel/Makefile.in @@ -12,8 +12,6 @@ KVERSION = 5 !endif KRB = KRB$(KVERSION) -###WIN16##WLIB = $(BUILDTOP)\lib\winsock.lib - BUILDTOP =..\.. INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5 \ /I$(BUILDTOP)\lib\crypto\des |