summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-08-07 00:42:09 (GMT)
committerhobbs <hobbs>2001-08-07 00:42:09 (GMT)
commit329264cb8b97c725088f34c540bd8c1f22a8d0fd (patch)
tree1c4083f7695a30d2b3160295a5d91e17144f0641 /win
parent55aa581b09f7ec9a1ea9321975fd0a4c074c4bbd (diff)
downloadtcl-329264cb8b97c725088f34c540bd8c1f22a8d0fd.zip
tcl-329264cb8b97c725088f34c540bd8c1f22a8d0fd.tar.gz
tcl-329264cb8b97c725088f34c540bd8c1f22a8d0fd.tar.bz2
win/README: made note of URL for Windows compilation notes
Diffstat (limited to 'win')
-rw-r--r--win/README19
1 files 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
-------------