diff options
| author | Theodore Tso <tytso@mit.edu> | 1997-07-29 03:37:26 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1997-07-29 03:37:26 +0000 |
| commit | 0f8fa9361ecb8f5614282540bb4c59503c93f832 (patch) | |
| tree | fdd7a2b2a51eaff80d7d9430a52c33993e44baf0 /src/windows/gss | |
| parent | 23f0a92549ead4dd580769f3e79ccd3c9bdd624e (diff) | |
| download | krb5-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/gss')
| -rw-r--r-- | src/windows/gss/ChangeLog | 3 | ||||
| -rw-r--r-- | src/windows/gss/Makefile.in | 7 |
2 files changed, 6 insertions, 4 deletions
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 <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 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 |
