Updated windows readme file to reflect gssapi and makefile changes
authorKeith Vetter <keithv@fusion.com>
Thu, 20 Apr 1995 18:07:46 +0000 (18:07 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 20 Apr 1995 18:07:46 +0000 (18:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5398 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/changelo
src/windows/readme

index 73fb984faa221c2a648e9d942d0389864a581b3d..8427dc61945a89a14a7ec0ada674fae31de8829f 100644 (file)
@@ -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.
index 7c1e5846a6407ff479aec69cba0f54bf52606335..92c4c019e52916cc3d11e8b21cf52db96015702f 100644 (file)
@@ -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) <make sure the config and realms files, krb.con and krb.rea, 
-    are in the windows directory.>
+5) <make sure the config and realms files, krb.con and krb.rea, are in 
+    the windows directory.>
 
 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