diff options
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 -------------------------------------------- |