summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-02-09 02:46:00 +0000
committerTheodore Tso <tytso@mit.edu>1999-02-09 02:46:00 +0000
commit2392d63524718549898c3a2c5c802ef2ff0239a9 (patch)
tree372c5366a30e63b329b5625054d26dddedd43c2a /src/windows
parent67552b783f5b5d6185efd4ea698fbd21a5317542 (diff)
downloadkrb5-2392d63524718549898c3a2c5c802ef2ff0239a9.tar.gz
krb5-2392d63524718549898c3a2c5c802ef2ff0239a9.tar.xz
krb5-2392d63524718549898c3a2c5c802ef2ff0239a9.zip
information in it. (It's still not perfect!)
readme: Update readme file so that it doesn't have obviously incorrect git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11152 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/ChangeLog5
-rw-r--r--src/windows/readme19
2 files changed, 14 insertions, 10 deletions
diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog
index 93a0ff48ac..8075417744 100644
--- a/src/windows/ChangeLog
+++ b/src/windows/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 8 21:45:05 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * readme: Update readme file so that it doesn't have obviously
+ incorrect information in it. (It's still not perfect!)
+
1998-05-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
* mkbin.bat: Added convenience batch file which copies all of the
diff --git a/src/windows/readme b/src/windows/readme
index 92c4c019e5..df4e5b2238 100644
--- a/src/windows/readme
+++ b/src/windows/readme
@@ -18,13 +18,12 @@ On the PC side
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.>
-
-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
+
+5) mkbin # This will run a patch file which
+ # collects the DLL's and executables
+ # generated by the build procedure
+ # and place them in the kbin directory
+
+6) <make sure the configuration file krb5.ini is in the \windows or \winnt
+ directory.>
+