diff options
author | stanton <stanton> | 1999-02-04 21:02:58 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-04 21:02:58 (GMT) |
commit | 3d939442f6592db2be39d60413b9f3ee9801cc3f (patch) | |
tree | a0711087325c3b3bec597a20bc4a1e9d2409a286 /win/makefile.bc | |
parent | b493b749b945a4a84f63734c856e902853687d95 (diff) | |
download | tk-3d939442f6592db2be39d60413b9f3ee9801cc3f.zip tk-3d939442f6592db2be39d60413b9f3ee9801cc3f.tar.gz tk-3d939442f6592db2be39d60413b9f3ee9801cc3f.tar.bz2 |
* win/makefile.vc: First stab at install target. Fixed quoting so
paths with spaces work.
* win/makefile.vc:
* win/makefile.bc: Udpated version numbers
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 525748e..57642d9 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.7 1998/11/25 01:48:54 stanton Exp $ +# RCS: @(#) $Id: makefile.bc,v 1.8 1999/02/04 21:02:58 stanton Exp $ # @@ -19,7 +19,7 @@ ROOT = .. TMPDIR = . TOOLS = c:\bc45 -TCLDIR = ..\..\tcl8.0.4 +TCLDIR = ..\..\tcl8.0.5 # uncomment the following line to compile with symbols #DEBUG=1 |