diff options
author | escoffon <escoffon> | 1998-10-17 00:20:50 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-10-17 00:20:50 (GMT) |
commit | 0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b (patch) | |
tree | c38d230cde3f04e7de163781eddc026e9fccb20f /win/README | |
parent | a5da671b5282eaf24245b63d43297902b9020ad5 (diff) | |
download | tcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.zip tcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.tar.gz tcl-0d1101d7ed7ac7f7a09b67d881c3883fb3f16f2b.tar.bz2 |
Bumped the optimization to -O2 (optimize speed); test suite seems to have
worked (as much as test suites under windows work)
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ -Tcl 8.0.3 for Windows +Tcl 8.0.4 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.6 1998/09/14 18:40:18 stanton Exp $ +RCS: @(#) $Id: README,v 1.7 1998/10/17 00:20:50 escoffon Exp $ 1. Introduction --------------- @@ -41,7 +41,7 @@ In order to compile Tcl for Windows, you need the following items: Visual C++ 2.x/4.x/5.x Visual C++ 1.5 (to build tcl1680.dll for Win32s support of exec) -In practice, the 8.0.3 release is built with Visual C++ 5.0 +In practice, the 8.0.4 release is built with Visual C++ 5.0 In the "win" subdirectory of the source release, you will find two files called "makefile.bc" and "makefile.vc". These are the makefiles |