diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-16 15:22:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-16 15:22:04 (GMT) |
commit | 2f2ca20a1089b632493c1d3bf0b67c96d898627b (patch) | |
tree | 6389b824c5843bdc0f6ec3d75bad8fc980a6f81c /win/makefile.vc | |
parent | b47aca32b8e6db041e5d1ae02f9fe2f98149c98c (diff) | |
download | tcl-2f2ca20a1089b632493c1d3bf0b67c96d898627b.zip tcl-2f2ca20a1089b632493c1d3bf0b67c96d898627b.tar.gz tcl-2f2ca20a1089b632493c1d3bf0b67c96d898627b.tar.bz2 |
* library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1.
* library/tcltest/pkgIndex.tcl: This permits more features to be
* unix/Makefile.in: added to tcltest before we reach version 2.3.0,
* win/Makefile.in: best timed to match the release of Tcl 8.5.0.
* win/makefile.vc: This also serves as a demo of TIP 268 features.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 238069d..af8a8d7 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.150 2006/09/26 20:47:03 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.151 2006/10/16 15:22:07 dgp Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -1020,9 +1020,9 @@ install-libraries: tclConfig install-msgs install-tzdata @echo Installing package msgcat 1.4 as a Tcl Module @$(COPY) "$(ROOT)\library\msgcat\msgcat.tcl" \ "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.5\msgcat-1.4.2.tm" - @echo Installing package tcltest 2.3.0 as a Tcl Module + @echo Installing package tcltest 2.3a1 as a Tcl Module @$(COPY) "$(ROOT)\library\tcltest\tcltest.tcl" \ - "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.3\tcltest-2.3.0.tm" + "$(SCRIPT_INSTALL_DIR)\..\tcl8\8.5\tcltest-2.3a1.tm" @echo Installing $(TCLDDELIBNAME) !if $(STATIC_BUILD) @$(CPY) "$(TCLDDELIB)" "$(LIB_INSTALL_DIR)\" |