summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorstanton <stanton>1998-11-25 01:48:53 (GMT)
committerstanton <stanton>1998-11-25 01:48:53 (GMT)
commit91c0328c5184429b33265fe3b55b60d05603c00c (patch)
tree22957db4a307b0356a2668de35e1dbbbf0bbfef4 /win
parentd6d454eb95123bbc72b2b817b3e5738c255b7ddd (diff)
downloadtk-91c0328c5184429b33265fe3b55b60d05603c00c.zip
tk-91c0328c5184429b33265fe3b55b60d05603c00c.tar.gz
tk-91c0328c5184429b33265fe3b55b60d05603c00c.tar.bz2
Fixed font display bug (#846)
Diffstat (limited to 'win')
-rw-r--r--win/makefile.bc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 4ecdd05..525748e 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -5,7 +5,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: makefile.bc,v 1.6 1998/09/14 18:23:58 stanton Exp $
+# RCS: @(#) $Id: makefile.bc,v 1.7 1998/11/25 01:48:54 stanton Exp $
#
@@ -19,7 +19,7 @@
ROOT = ..
TMPDIR = .
TOOLS = c:\bc45
-TCLDIR = ..\..\tcl8.0.3
+TCLDIR = ..\..\tcl8.0.4
# uncomment the following line to compile with symbols
#DEBUG=1