diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-08 13:33:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-08 13:33:28 (GMT) |
commit | 9805b9b12379977e26417a591ede1c4ec7e7454d (patch) | |
tree | e802b3d972a0ac57df22bdf03ed4c0faa02d1ca6 /win | |
parent | 6fca709ee0ef3eb53b14ddc86155720e3288db8e (diff) | |
parent | 0dc6225c9d45b52cf96fbb78437408012dc39f14 (diff) | |
download | tcl-9805b9b12379977e26417a591ede1c4ec7e7454d.zip tcl-9805b9b12379977e26417a591ede1c4ec7e7454d.tar.gz tcl-9805b9b12379977e26417a591ede1c4ec7e7454d.tar.bz2 |
Pull msgcat fixes over the main dev branch
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.bc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 2faf415..07b2333 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -428,10 +428,10 @@ install-libraries: -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt\optparse.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" -@copy "$(ROOT)\library\opt\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\opt0.4" - @echo installing msgcat1.4 - -@$(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 msgcat1.5 + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\msgcat1.5" + -@copy "$(ROOT)\library\msgcat\msgcat.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5" + -@copy "$(ROOT)\library\msgcat\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\msgcat1.5" @echo installing tcltest2.3 -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\tcltest2.3" -@copy "$(ROOT)\library\tcltest\tcltest.tcl" "$(SCRIPT_INSTALL_DIR)\tcltest2.3" |