From 329264cb8b97c725088f34c540bd8c1f22a8d0fd Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 7 Aug 2001 00:42:09 +0000 Subject: win/README: made note of URL for Windows compilation notes --- win/README | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/win/README b/win/README index 4e0921a..ee0f026 100644 --- a/win/README +++ b/win/README @@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.21 2001/07/05 01:02:52 uid38172 Exp $ +RCS: @(#) $Id: README,v 1.22 2001/08/07 00:42:09 hobbs Exp $ 1. Introduction --------------- @@ -12,6 +12,9 @@ that are specific to Microsoft Windows. The information in this file is maintained on the web at: http://www.purl.org/tcl/home/doc/howto/compile.html#win +The above URL includes a lengthy discussion of compiler macros necessary +when compiling Tcl extensions that will be dynamically loaded. + 2. Compiling Tcl ---------------- @@ -44,14 +47,9 @@ find them. Tcl looks in one of following places for the library files: 1) The path specified in the environment variable "TCL_LIBRARY". - 2) In the lib\tcl8.4 directory under the installation directory - as specified in the registry: - - HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.4 - - 3) Relative to the directory containing the current .exe. - Tcl will look for a directory "..\lib\tcl8.4" relative to the - directory containing the currently running .exe. + 2) Relative to the directory containing the current .exe. + Tcl will look for a directory "..\lib\tcl8.4" 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 @@ -59,9 +57,6 @@ directory containing tclsh84.exe. Note: Tcl no longer provides support for Win32s. -This page includes a lengthy discussion of compiler macros necessary -when compiling Tcl extensions that will be dynamically loaded. - 3. Test suite ------------- -- cgit v0.12