diff options
author | vincentdarley <vincentdarley@noemail.net> | 2004-09-02 11:22:45 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2004-09-02 11:22:45 (GMT) |
commit | 44c281eaa8fa7b031ea3db2665463e2d85d16b64 (patch) | |
tree | 2bf9955cadbcf96f8ded33997efb54a262dd2326 /win/makefile.vc | |
parent | 4a33165ba472fc4f9306b99250f62f66f5dbddbf (diff) | |
download | tcl-44c281eaa8fa7b031ea3db2665463e2d85d16b64.zip tcl-44c281eaa8fa7b031ea3db2665463e2d85d16b64.tar.gz tcl-44c281eaa8fa7b031ea3db2665463e2d85d16b64.tar.bz2 |
clock.tcl installation
FossilOrigin-Name: aec8605a7bf2a7b7b54e500ad8a8546a10caa775
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)\" |