diff options
author | vincentdarley <vincentdarley> | 2004-09-02 11:22:45 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-09-02 11:22:45 (GMT) |
commit | 28649fe2adafc9a35f852d83f12e24cc05d26287 (patch) | |
tree | 2bf9955cadbcf96f8ded33997efb54a262dd2326 /win/makefile.vc | |
parent | 18879dfdf57be6b6a5ca6a892c400cd0e005d77a (diff) | |
download | tcl-28649fe2adafc9a35f852d83f12e24cc05d26287.zip tcl-28649fe2adafc9a35f852d83f12e24cc05d26287.tar.gz tcl-28649fe2adafc9a35f852d83f12e24cc05d26287.tar.bz2 |
clock.tcl installation
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 30873fd..ffa0844 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.131 2004/08/19 00:13:16 andreas_kupries Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.132 2004/09/02 11:23:03 vincentdarley Exp $ #------------------------------------------------------------------------------ !if !defined(MSDEVDIR) && !defined(MSVCDIR) @@ -906,6 +906,7 @@ install-libraries: tclConfig install-msgs install-tzdata @$(CPY) "$(GENERICDIR)\tclPlatDecls.h" "$(INCLUDE_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\history.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\init.tcl" "$(SCRIPT_INSTALL_DIR)\" + @$(CPY) "$(ROOT)\library\clock.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\tm.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\ldAout.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\parray.tcl" "$(SCRIPT_INSTALL_DIR)\" |