diff options
author | welch <welch> | 1998-08-20 22:10:08 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-20 22:10:08 (GMT) |
commit | dbc331b8106c74f7bc5fac633034114535a4254f (patch) | |
tree | d418dce6fa42ac935ccfd5456488b5e52296fd14 /win/makefile.bc | |
parent | e03db913ffa6f6cac88d6e0c4081c06f74b321f6 (diff) | |
download | tk-dbc331b8106c74f7bc5fac633034114535a4254f.zip tk-dbc331b8106c74f7bc5fac633034114535a4254f.tar.gz tk-dbc331b8106c74f7bc5fac633034114535a4254f.tar.bz2 |
Fixed reference to tcl directory, ../../tcl8.0.3
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 050d012..c8cc229 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -19,7 +19,7 @@ ROOT = .. TMPDIR = . TOOLS = c:\bc45 -TCLDIR = ..\..\tcl8.0 +TCLDIR = ..\..\tcl8.0.3 # uncomment the following line to compile with symbols #DEBUG=1 |