From: Theodore Tso Date: Tue, 29 Jul 1997 03:37:26 +0000 (+0000) Subject: Take out the /nod option, and remove libc.lib from the list of X-Git-Tag: krb5-1.1-beta1~1085 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f8fa9361ecb8f5614282540bb4c59503c93f832;p=krb5.git Take out the /nod option, and remove libc.lib from the list of libraries to be linked. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10139 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog index 7f08849fd..85f44e31d 100644 --- a/src/windows/cns/ChangeLog +++ b/src/windows/cns/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 28 23:33:11 1997 Theodore Y. Ts'o + + * Makefile.in: Take out the /nod option, and remove libc.lib from + the list of libraries to be linked. + Mon Feb 17 13:58:06 1997 Richard Basch * Makefile.in: Winsock library is still required for win16 diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in index ffa1d9261..130e8ad2b 100644 --- a/src/windows/cns/Makefile.in +++ b/src/windows/cns/Makefile.in @@ -26,8 +26,8 @@ LINK = link LIBS = $(KLIB) $(CLIB) $(WLIB) ##WIN16##SYSLIBS = libw llibcew ##WIN16##LFLAGS = /nologo /nod /nopackcode -##WIN32##LFLAGS = /nologo /nod -##WIN32##SYSLIBS = libc.lib kernel32.lib wsock32.lib user32.lib gdi32.lib +##WIN32##LFLAGS = /nologo +##WIN32##SYSLIBS = kernel32.lib wsock32.lib user32.lib gdi32.lib all:: makefile $(NAME).exe diff --git a/src/windows/gss/ChangeLog b/src/windows/gss/ChangeLog index cd21b1453..c2e12b76a 100644 --- a/src/windows/gss/ChangeLog +++ b/src/windows/gss/ChangeLog @@ -1,5 +1,8 @@ Mon Jul 28 23:30:03 1997 Theodore Y. Ts'o + * Makefile.in: Take out the /nod option, and remove libc.lib from + the list of libraries to be linked. + * gss-misc.c: Add additional debugging messages so we can see the winsock error numbers. diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in index 29c5c7bea..fc313a8e4 100644 --- a/src/windows/gss/Makefile.in +++ b/src/windows/gss/Makefile.in @@ -25,14 +25,13 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) LINK = link LIBS = $(GLIB) $(CLIB) $(WLIB) ##WIN16##SYSLIBS = libw llibcew -##WIN32##SYSLIBS = libc.lib kernel32.lib wsock32.lib user32.lib \ -##WIN32## gdi32.lib comdlg32.lib +##WIN32##SYSLIBS = kernel32.lib wsock32.lib user32.lib gdi32.lib comdlg32.lib !if $(DEBUG) ##WIN16##LFLAGS = /co /nologo /nod /nopackcode /map:full -##WIN32##LFLAGS = /nologo /nod /debug +##WIN32##LFLAGS = /nologo /debug !else ##WIN16##LFLAGS = /nologo /nod /nopackcode -##WIN32##LFLAGS = /nologo /nod +##WIN32##LFLAGS = /nologo !endif all:: makefile gss.exe diff --git a/src/windows/wintel/ChangeLog b/src/windows/wintel/ChangeLog index 7ddbd73f4..c6ba91e6c 100644 --- a/src/windows/wintel/ChangeLog +++ b/src/windows/wintel/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 28 23:35:49 1997 Theodore Y. Ts'o + + * Makefile.in: Take out the /nod option, and remove libc.lib from + the list of libraries to be linked. + Sat Feb 15 12:22:54 1997 Richard Basch * Makefile.in: Link in ComErr library $(CLIB) diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in index 0503aeee4..6f2dd8836 100644 --- a/src/windows/wintel/Makefile.in +++ b/src/windows/wintel/Makefile.in @@ -32,14 +32,14 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) LINK = link LIBS = $(KLIB) $(CLIB) $(WLIB) ##WIN16##SYSLIBS = libw llibcew commdlg winsock -##WIN32##SYSLIBS = libc.lib kernel32.lib wsock32.lib user32.lib gdi32.lib \ +##WIN32##SYSLIBS = kernel32.lib wsock32.lib user32.lib gdi32.lib \ ##WIN32## comdlg32.lib !if defined(DEBUG) ##WIN16##LFLAGS = /co /nologo /nod /nopackcode /map:full -##WIN32##LFLAGS = /nologo /nod /debug +##WIN32##LFLAGS = /nologo /debug !else ##WIN16##LFLAGS = /nologo /nod /nopackcode -##WIN32##LFLAGS = /nologo /nod +##WIN32##LFLAGS = /nologo !endif all:: makefile telnet.exe