From: Keith Vetter Date: Thu, 20 Apr 1995 18:07:46 +0000 (+0000) Subject: Updated windows readme file to reflect gssapi and makefile changes X-Git-Tag: krb5-1.0-beta5~342 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d3558d5e6735514c89dc61ae4299d975899323d;p=krb5.git Updated windows readme file to reflect gssapi and makefile changes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5398 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/changelo b/src/windows/changelo index 73fb984fa..8427dc619 100644 --- a/src/windows/changelo +++ b/src/windows/changelo @@ -1,3 +1,7 @@ +Wed Apr 19 18:37:07 1995 Keith Vetter (keithv@fusion.com) + + * readme: updated about how to make it, and about gssapi. + Wed Apr 5 16:14:49 1995 Keith Vetter (keithv@fusion.com) * readme: updated about realms, conf files and telnet port. diff --git a/src/windows/readme b/src/windows/readme index 7c1e5846a..92c4c019e 100644 --- a/src/windows/readme +++ b/src/windows/readme @@ -16,13 +16,15 @@ On the PC side - or - pkunzip -d kerbsrc.zip -4) nmake -c -f makefile.in # Configures the makefiles and runs +4) nmake -c # Configures the makefiles and runs # ...make in all the subdirectories. -5) +5) The resulting interesting files will be: lib/libkrb5.dll # The actual DLL lib/libkrb5.lib # The library for linking in the DLL +lib/gssapi.dll # A 2nd DLL for the gssapi world +lib/gssapi.lib # The library for linking in the DLL windows/cns/cns.exe # Cygnus Network Security program windows/wintel/telnet # K5 authenticated telnet program