diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-08-19 00:13:09 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-08-19 00:13:09 (GMT) |
commit | efec773f97b011bca64f60476b3c982c6697ceff (patch) | |
tree | b1ae59a5941743b1882dd29ddd6c7587395d9961 /win/makefile.vc | |
parent | 84a7b4629ead0c2767254000c8bbe63c25313474 (diff) | |
download | tcl-efec773f97b011bca64f60476b3c982c6697ceff.zip tcl-efec773f97b011bca64f60476b3c982c6697ceff.tar.gz tcl-efec773f97b011bca64f60476b3c982c6697ceff.tar.bz2 |
* doc/tm.n: New file, documentation for Tcl Modules, based on the
TIP.
* unix/mkLinks: Regenerated.
* win/makefile.vc: Added tm.tcl to list of files to install.
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 2df2cdb..30873fd 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.130 2004/08/18 20:59:36 kennykb Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.131 2004/08/19 00:13:16 andreas_kupries 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\tm.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\ldAout.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\parray.tcl" "$(SCRIPT_INSTALL_DIR)\" @$(CPY) "$(ROOT)\library\safe.tcl" "$(SCRIPT_INSTALL_DIR)\" |