diff options
author | rjohnson <rjohnson> | 1999-04-21 21:53:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-04-21 21:53:19 (GMT) |
commit | 561def0a476b2905df665d317583408e48cb8ff2 (patch) | |
tree | 8cccda69f9eed39178211bfcc3361f6d2b711f24 /win | |
parent | 66168e9811b7b5288bea090ad862a7c39284404f (diff) | |
download | tk-561def0a476b2905df665d317583408e48cb8ff2.zip tk-561def0a476b2905df665d317583408e48cb8ff2.tar.gz tk-561def0a476b2905df665d317583408e48cb8ff2.tar.bz2 |
Merged 8-1-0 into mainline.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 4 | ||||
-rw-r--r-- | win/tkWinButton.c | 2 | ||||
-rw-r--r-- | win/tkWinDialog.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index b92b6f9..b4c48b7 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-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.23 1999/04/17 00:18:41 surles Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.24 1999/04/21 21:53:32 rjohnson 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:\program files\devstudio\vc TOOLS32_rc = c:\program files\devstudio\sharedide -TCLDIR = ..\..\tcl8.1b3 +TCLDIR = ..\..\tcl8.1 INSTALLDIR = c:\program files\tcl # Set this to the appropriate value of /MACHINE: for your platform diff --git a/win/tkWinButton.c b/win/tkWinButton.c index aa91860..6f2602c 100644 --- a/win/tkWinButton.c +++ b/win/tkWinButton.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinButton.c,v 1.4 1999/04/16 18:29:02 surles Exp $ + * RCS: @(#) $Id: tkWinButton.c,v 1.5 1999/04/21 21:53:32 rjohnson Exp $ */ #define OEMRESOURCE diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 5f79f93..20d4b58 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDialog.c,v 1.4 1999/04/16 18:29:03 surles Exp $ + * RCS: @(#) $Id: tkWinDialog.c,v 1.5 1999/04/21 21:53:32 rjohnson Exp $ * */ |