diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-21 22:23:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-21 22:23:21 (GMT) |
commit | d8de05d89db6daa2002bb5b309c85d40328573d7 (patch) | |
tree | 5acd2b643631068fe95272f329b431f4cd2b6b76 /win/makefile.vc | |
parent | 61158455202c06406d3c69e6d69acb490856f7ac (diff) | |
download | tcl-d8de05d89db6daa2002bb5b309c85d40328573d7.zip tcl-d8de05d89db6daa2002bb5b309c85d40328573d7.tar.gz tcl-d8de05d89db6daa2002bb5b309c85d40328573d7.tar.bz2 |
* Updated all package install directories to match current Major.minor
versions of the packages. Added tcltest package to installation on
Windows.
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 8a07f85..08b45b7 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.90 2002/05/08 04:25:35 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.91 2002/06/21 22:23:21 dgp Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -731,9 +731,12 @@ install-libraries: @echo installing opt0.4 @xcopy /i /y "$(ROOT)\library\opt\*.tcl" \ "$(SCRIPT_INSTALL_DIR)\opt0.4\" - @echo installing msgcat1.2 + @echo installing msgcat1.3 @xcopy /i /y "$(ROOT)\library\msgcat\*.tcl" \ - "$(SCRIPT_INSTALL_DIR)\msgcat1.2\" + "$(SCRIPT_INSTALL_DIR)\msgcat1.3\" + @echo installing tcltest2.1 + @xcopy /i /y "$(ROOT)\library\tcltest\*.tcl" \ + "$(SCRIPT_INSTALL_DIR)\tcltest2.1\" @echo installing $(TCLDDELIBNAME) !if $(STATIC_BUILD) @xcopy /i /y "$(TCLDDELIB)" "$(LIB_INSTALL_DIR)\" |