diff options
author | dgp <dgp@users.sourceforge.net> | 2006-09-11 03:54:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-09-11 03:54:08 (GMT) |
commit | 79f6a0d9d0e4ea44300ce7ae1c824649615833fc (patch) | |
tree | 2f868df37f243fb208d147c9a2fea5d13c0c9756 /win/makefile.vc | |
parent | ae2548db3cd06c83405be9c3edb975c515d16cc2 (diff) | |
download | tcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.zip tcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.tar.gz tcl-79f6a0d9d0e4ea44300ce7ae1c824649615833fc.tar.bz2 |
* doc/tcltest.n: Bump to version tcltest 2.3.0 to account
* library/tcltest/pkgIndex.tcl: for new "-verbose line" feature.
* library/tcltest/tcltest.tcl:
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.bc:
* win/makefile.vc:
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 d238937..8230069 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.143 2005/12/13 22:43:18 kennykb Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.144 2006/09/11 03:54:09 dgp Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -996,9 +996,9 @@ install-libraries: tclConfig install-msgs install-tzdata @echo installing msgcat1.4 @$(CPY) "$(ROOT)\library\msgcat\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\msgcat1.4\" - @echo installing tcltest2.2 + @echo installing tcltest2.3 @$(CPY) "$(ROOT)\library\tcltest\*.tcl" \ - "$(SCRIPT_INSTALL_DIR)\tcltest2.2\" + "$(SCRIPT_INSTALL_DIR)\tcltest2.3\" @echo installing $(TCLDDELIBNAME) !if $(STATIC_BUILD) @$(CPY) "$(TCLDDELIB)" "$(LIB_INSTALL_DIR)\" |