+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
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
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.
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
+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)
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