summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/windows/cns/ChangeLog5
-rw-r--r--src/windows/cns/Makefile.in4
-rw-r--r--src/windows/gss/ChangeLog3
-rw-r--r--src/windows/gss/Makefile.in7
-rw-r--r--src/windows/wintel/ChangeLog5
-rw-r--r--src/windows/wintel/Makefile.in6
6 files changed, 21 insertions, 9 deletions
diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog
index 7f08849fd6..85f44e31d6 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 <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
diff --git a/src/windows/cns/Makefile.in b/src/windows/cns/Makefile.in
index ffa1d92619..130e8ad2b7 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 cd21b1453c..c2e12b76a7 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 <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.
diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in
index 29c5c7bead..fc313a8e4a 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 7ddbd73f45..c6ba91e6c6 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 <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)
diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in
index 0503aeee48..6f2dd8836f 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