summaryrefslogtreecommitdiffstats
path: root/win
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
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')
-rw-r--r--win/makefile.bc2
-rw-r--r--win/makefile.vc4
2 files changed, 3 insertions, 3 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
diff --git a/win/makefile.vc b/win/makefile.vc
index 81dc430..e2eb8bb 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
-# SCCS: %Z% $Id: makefile.vc,v 1.12 1998/08/12 18:41:59 suresh Exp $
+# SCCS: %Z% $Id: makefile.vc,v 1.13 1998/08/20 22:10:09 welch Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -28,7 +28,7 @@
ROOT = ..
TOOLS32 = c:\progra~1\devstudio\vc
TOOLS32_rc = c:\progra~1\devstudio\sharedide
-TCLDIR = ..\..\tcl8.0
+TCLDIR = ..\..\tcl8.0.3
# Set this to the appropriate value of /MACHINE: for your platform
MACHINE = IX86