diff options
author | redman <redman> | 1999-07-22 00:13:12 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 00:13:12 (GMT) |
commit | 410c93c86f9573d52b8a30998db4354a381d2421 (patch) | |
tree | 4157b24dc34a41f7ee51ff15e8f668988b108d80 /win | |
parent | 412a279944001fc8316ea68284207a0036d8e2fd (diff) | |
download | tcl-410c93c86f9573d52b8a30998db4354a381d2421.zip tcl-410c93c86f9573d52b8a30998db4354a381d2421.tar.gz tcl-410c93c86f9573d52b8a30998db4354a381d2421.tar.bz2 |
* win/makefile.vc: Changed version number of DDE package in VC++
makefile to use 1.1 instead of 1.0.
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 2fbd7dd..59680cf 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -6,7 +6,7 @@ # Copyright (c) 1995-1996 Sun Microsystems, Inc. # Copyright (c) 1998-1999 by Scriptics Corporation. # -# RCS: @(#) $Id: makefile.vc,v 1.39 1999/07/20 00:11:57 hershey Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.40 1999/07/22 00:13:13 redman Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -464,9 +464,9 @@ install-libraries: -@copy "$(ROOT)\library\msgcat1.0\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.0" -@copy "$(ROOT)\library\msgcat1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.0" @echo installing $(TCLDDEDLLNAME) - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.0" - -@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.0" - -@copy "$(ROOT)\library\dde1.0\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.0" + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.1" + -@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.1" + -@copy "$(ROOT)\library\dde1.1\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.1" @echo installing $(TCLREGDLLNAME) -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.0" -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.0" |