summaryrefslogtreecommitdiffstats
path: root/win/makefile.bc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-11 03:54:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-11 03:54:08 (GMT)
commit79f6a0d9d0e4ea44300ce7ae1c824649615833fc (patch)
tree2f868df37f243fb208d147c9a2fea5d13c0c9756 /win/makefile.bc
parentae2548db3cd06c83405be9c3edb975c515d16cc2 (diff)
downloadtcl-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.bc')
-rw-r--r--win/makefile.bc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc
index 819bca2..a42a06b 100644
--- a/win/makefile.bc
+++ b/win/makefile.bc
@@ -435,10 +435,10 @@ install-libraries:
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
-@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
-@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.4"
- @echo installing tcltest2.2
- -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.2"
- -@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.2"
- -@copy "$(ROOT)\library\tcltest\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.2"
+ @echo installing tcltest2.3
+ -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
+ -@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
+ -@copy "$(ROOT)\library\tcltest\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3"
@echo installing $(TCLDDEDLLNAME)
-@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\dde1.3"
-@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.3"