summaryrefslogtreecommitdiffstats
path: root/src/windows/cns
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-07-29 03:37:26 +0000
committerTheodore Tso <tytso@mit.edu>1997-07-29 03:37:26 +0000
commit0f8fa9361ecb8f5614282540bb4c59503c93f832 (patch)
treefdd7a2b2a51eaff80d7d9430a52c33993e44baf0 /src/windows/cns
parent23f0a92549ead4dd580769f3e79ccd3c9bdd624e (diff)
downloadkrb5-0f8fa9361ecb8f5614282540bb4c59503c93f832.tar.gz
krb5-0f8fa9361ecb8f5614282540bb4c59503c93f832.tar.xz
krb5-0f8fa9361ecb8f5614282540bb4c59503c93f832.zip
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
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/ChangeLog5
-rw-r--r--src/windows/cns/Makefile.in4
2 files changed, 7 insertions, 2 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