summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authorwelch <welch>1998-08-20 22:10:08 (GMT)
committerwelch <welch>1998-08-20 22:10:08 (GMT)
commitdbc331b8106c74f7bc5fac633034114535a4254f (patch)
treed418dce6fa42ac935ccfd5456488b5e52296fd14 /win/makefile.bc
parente03db913ffa6f6cac88d6e0c4081c06f74b321f6 (diff)
downloadtk-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.bc2
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