diff options
author | welch <welch> | 1998-07-28 17:42:20 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-28 17:42:20 (GMT) |
commit | d4a379e61ff6145bc6f4ca8d14e6d89a424c6edd (patch) | |
tree | 81cbf1cc7136d7459b638ebb4166835dd35f8464 /win | |
parent | a95d29b7e768cc96d7f8323eb25e457f62f4172e (diff) | |
download | tk-d4a379e61ff6145bc6f4ca8d14e6d89a424c6edd.zip tk-d4a379e61ff6145bc6f4ca8d14e6d89a424c6edd.tar.gz tk-d4a379e61ff6145bc6f4ca8d14e6d89a424c6edd.tar.bz2 |
Merged changes between child workspace "/home/welch/ws/tk8.0.3" and
parent workspace "/net/pop/export/home/ws/tk8.0".
Diffstat (limited to 'win')
-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 5d16758..d18adac 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.6 1998/07/27 00:49:58 rjohnson Exp $ +# SCCS: %Z% $Id: makefile.vc,v 1.7 1998/07/28 17:42:20 welch Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -44,7 +44,7 @@ NODEBUG = 1 ###################################################################### TCLNAMEPREFIX = tcl -TKNAMEPREFIX = tcl +TKNAMEPREFIX = tk WISHNAMEPREFIX = wish VERSION = 80 |