diff options
author | welch <welch@noemail.net> | 1998-08-20 22:10:07 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-08-20 22:10:07 (GMT) |
commit | 0d5d069a0ccca4c3e54638726d31957f0e57ba39 (patch) | |
tree | d418dce6fa42ac935ccfd5456488b5e52296fd14 /win/makefile.vc | |
parent | 221ea2630f5006ab9ae81d85237ad588986482c8 (diff) | |
download | tk-0d5d069a0ccca4c3e54638726d31957f0e57ba39.zip tk-0d5d069a0ccca4c3e54638726d31957f0e57ba39.tar.gz tk-0d5d069a0ccca4c3e54638726d31957f0e57ba39.tar.bz2 |
Fixed reference to tcl directory, ../../tcl8.0.3
FossilOrigin-Name: 103a36c0e3b73dd90747d2dfb1b5eee6ddf18f62
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |