diff options
author | stanton <stanton> | 1998-12-11 01:31:02 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-12-11 01:31:02 (GMT) |
commit | 36552b6299e50c35a22c3d98a654e4b46ec60423 (patch) | |
tree | 301c6d8429aa0515a3eded28f1198bc29bdd07b0 /win | |
parent | 13ef09285b1273d467f308cdc310b0b35fdc7240 (diff) | |
download | tk-36552b6299e50c35a22c3d98a654e4b46ec60423.zip tk-36552b6299e50c35a22c3d98a654e4b46ec60423.tar.gz tk-36552b6299e50c35a22c3d98a654e4b46ec60423.tar.bz2 |
more release engineering
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.bc | 4 | ||||
-rw-r--r-- | win/makefile.vc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index e27362a..fd4474f 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.1.4.3 1998/11/25 21:16:42 stanton Exp $ +# RCS: @(#) $Id: makefile.bc,v 1.1.4.4 1998/12/11 01:31:04 stanton Exp $ # @@ -19,7 +19,7 @@ ROOT = .. TMPDIR = . TOOLS = c:\bc45 -TCLDIR = ..\..\tcl8.1a2 +TCLDIR = ..\..\tcl8.1b1 # uncomment the following line to compile with symbols #DEBUG=1 diff --git a/win/makefile.vc b/win/makefile.vc index 1f98001..e59953b 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.1.4.5 1998/11/25 21:16:42 stanton Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.1.4.6 1998/12/11 01:31:04 stanton 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.1 +TCLDIR = ..\..\tcl8.1b1 # Set this to the appropriate value of /MACHINE: for your platform MACHINE = IX86 |