diff options
author | stanton <stanton@noemail.net> | 1999-02-04 21:02:58 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-02-04 21:02:58 (GMT) |
commit | 9f7dc16a2975a57c4f53886e8a60c3856db562f1 (patch) | |
tree | a0711087325c3b3bec597a20bc4a1e9d2409a286 /win/makefile.bc | |
parent | 542e385569799507fd0b12d625e5eb244e2d31ed (diff) | |
download | tk-9f7dc16a2975a57c4f53886e8a60c3856db562f1.zip tk-9f7dc16a2975a57c4f53886e8a60c3856db562f1.tar.gz tk-9f7dc16a2975a57c4f53886e8a60c3856db562f1.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
FossilOrigin-Name: 53ebca0fb6ca79495c585c9dc0b2608fee53cc3b
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 |