diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-01 10:08:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-01 10:08:00 (GMT) |
commit | bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26 (patch) | |
tree | ab8f78fbcc15b57c4e3e8af1cf3d3367d7cd18ef /win | |
parent | 8778b6d91d5ee972338f955ca4c98a2527659083 (diff) | |
download | tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.zip tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.gz tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.bz2 |
Fix missed references to 8.4, spotted by Theo Verelst.
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 6 | ||||
-rw-r--r-- | win/README.binary | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ Tcl 8.5 for Windows -RCS: @(#) $Id: README,v 1.31 2003/03/04 23:46:21 dgp Exp $ +RCS: @(#) $Id: README,v 1.32 2004/07/01 10:08:11 dkf Exp $ 1. Introduction --------------- @@ -85,8 +85,8 @@ find them. Tcl looks in one of following places for the library files: Tcl will look for a directory "..\lib\tcl8.5" relative to the directory containing the currently running .exe. -Note that in order to run tclsh84.exe, you must ensure that tcl84.dll -and tclpip84.dll are on your path, in the system directory, or in the +Note that in order to run tclsh85.exe, you must ensure that tcl85.dll +and tclpip85.dll are on your path, in the system directory, or in the directory containing tclsh84.exe. Note: Tcl no longer provides support for Win32s. diff --git a/win/README.binary b/win/README.binary index 661cc32..229e880 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,6 +1,6 @@ Tcl/Tk 8.5 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.37 2004/03/26 19:47:29 dgp Exp $ +RCS: @(#) $Id: README.binary,v 1.38 2004/07/01 10:08:11 dkf Exp $ 1. Introduction --------------- @@ -64,8 +64,8 @@ this release, you will need to use the appropriate .lib file for your compiler. In the lib directory of the installation directory, there are library files for the Microsoft Visual C++ compiler: - tcl84.lib - tk84.lib + tcl85.lib + tk85.lib 5. Building dynamically loadable extensions -------------------------------------------- |