Take out the /nod option, and remove libc.lib from the list of
authorTheodore Tso <tytso@mit.edu>
Tue, 29 Jul 1997 03:37:26 +0000 (03:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 29 Jul 1997 03:37:26 +0000 (03:37 +0000)
libraries to be linked.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10139 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/cns/ChangeLog
src/windows/cns/Makefile.in
src/windows/gss/ChangeLog
src/windows/gss/Makefile.in
src/windows/wintel/ChangeLog
src/windows/wintel/Makefile.in

index 7f08849fd67b6a0980f62b97da3874e8b5576469..85f44e31d643b736c9b0f2c4752cedcbd3a6f130 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 28 23:33:11 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * 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  <basch@lehman.com>
 
        * Makefile.in: Winsock library is still required for win16
index ffa1d92619d9f204c2076df361001b24056fd765..130e8ad2b74a8849ce28ed0385312899f8594f17 100644 (file)
@@ -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
 
index cd21b1453c72b25b957120a016e90fa54cb10000..c2e12b76a775dbbdae116b64de1a59f8cbe4d83f 100644 (file)
@@ -1,5 +1,8 @@
 Mon Jul 28 23:30:03 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
+       * 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.
 
index 29c5c7bead192d1ce1d434d0e348fa65506e1848..fc313a8e4a838a8686abc3f4be4e240d33144d08 100644 (file)
@@ -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
index 7ddbd73f456ef87ebc00d33c27bb7904a51ac299..c6ba91e6c62ef06e3bb325c7d5453a4562538ad1 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul 28 23:35:49 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * 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  <basch@lehman.com>
 
        * Makefile.in: Link in ComErr library $(CLIB)
index 0503aeee48c6c086f7c9c36284e57918c04bc6bc..6f2dd8836fda7e906287e895a28722d25aa8f7da 100644 (file)
@@ -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