diff options
author | rjohnson <rjohnson@noemail.net> | 1999-04-21 21:53:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson@noemail.net> | 1999-04-21 21:53:19 (GMT) |
commit | a45692a324ea5650ef3362dd3e983c93ff1ec16d (patch) | |
tree | 8cccda69f9eed39178211bfcc3361f6d2b711f24 /win/makefile.vc | |
parent | a06bfaec7f04ac6c3abeda1b7bf1a3bba413fb05 (diff) | |
download | tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.zip tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.tar.gz tk-a45692a324ea5650ef3362dd3e983c93ff1ec16d.tar.bz2 |
Merged 8-1-0 into mainline.
FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
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 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 |