diff options
author | dgp <dgp@noemail.net> | 2002-08-20 15:33:30 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2002-08-20 15:33:30 (GMT) |
commit | 9a141ec74e735384ad9f89687e8a1e75b2fad19f (patch) | |
tree | 8cc82493e4b49455533f5c68616f91ce879a8a31 /win/makefile.vc | |
parent | 83176b70eab12a0dbb8c40e42979f850d0ea7489 (diff) | |
download | tcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.zip tcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.tar.gz tcl-9a141ec74e735384ad9f89687e8a1e75b2fad19f.tar.bz2 |
* README: Bumped version number to 8.4b3 to distinguish
* generic/tcl.h: HEAD from the 8.4b2 release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf
* win/configure:
* library/http/http.tcl: Corrected installation directory of
* library/msgcat/msgcat.tcl: the package tcltest 2.2. Added
* library/opt/optparse.tcl: comments in other packages to remind
* library/tcltest/tcltest.tcl: that installation directories need
* unix/Makefile.in: updates to match increasing version
* win/Makefile.in: numbers. [Bug 597450]
* win/makefile.bc:
* win/makefile.vc:
FossilOrigin-Name: 029bda30b1e705328b8943fc8ca629fe6f549cef
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 08b45b7..488024b 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.91 2002/06/21 22:23:21 dgp Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.92 2002/08/20 15:33:34 dgp Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -734,9 +734,9 @@ install-libraries: @echo installing msgcat1.3 @xcopy /i /y "$(ROOT)\library\msgcat\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\msgcat1.3\" - @echo installing tcltest2.1 + @echo installing tcltest2.2 @xcopy /i /y "$(ROOT)\library\tcltest\*.tcl" \ - "$(SCRIPT_INSTALL_DIR)\tcltest2.1\" + "$(SCRIPT_INSTALL_DIR)\tcltest2.2\" @echo installing $(TCLDDELIBNAME) !if $(STATIC_BUILD) @xcopy /i /y "$(TCLDDELIB)" "$(LIB_INSTALL_DIR)\" |