@ -1954,7 +1954,10 @@ pub fn build(b: *std.Build) !void {
install_libraries . dependOn ( & cookiejar_install . step ) ;
install_libraries . dependOn ( & cookiejar_install . step ) ;
const tm_http_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/http/http.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " http-2.10.2.tm " } ) ) ;
const tm_http_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/http/http.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " http-2.10.2.tm " } ) ) ;
tm_http_install . step . dependOn ( & b . addSystemCommand ( & . { " echo " , " \n --Installing package http 2.10.0 as a Tcl Module-- " } ) . step ) ;
/ / ( G - 102 : the former decorative ' echo - - Installing package X - - ' banner steps were
/ / removed - ' echo ' is a cmd builtin , and spawning it as a program only worked when
/ / a coreutils echo . exe happened to be on PATH ; in a scrubbed environment the five
/ / banner spawns failed and took install - libraries down transitively . )
install_libraries . dependOn ( & tm_http_install . step ) ;
install_libraries . dependOn ( & tm_http_install . step ) ;
/ / opt / * . tcl
/ / opt / * . tcl
@ -1978,19 +1981,15 @@ pub fn build(b: *std.Build) !void {
install_libraries . dependOn ( & pkgindex_install . step ) ;
install_libraries . dependOn ( & pkgindex_install . step ) ;
const tm_msgcat_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/msgcat/msgcat.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " msgcat-1.7.1.tm " } ) ) ;
const tm_msgcat_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/msgcat/msgcat.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " msgcat-1.7.1.tm " } ) ) ;
tm_msgcat_install . step . dependOn ( & b . addSystemCommand ( & . { " echo " , " \n --Installing package msgcat 1.7.1 as a Tcl Module-- " } ) . step ) ;
install_libraries . dependOn ( & tm_msgcat_install . step ) ;
install_libraries . dependOn ( & tm_msgcat_install . step ) ;
const tm_tcltest_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/tcltest/tcltest.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " tcltest-2.5.11.tm " } ) ) ;
const tm_tcltest_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/tcltest/tcltest.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " tcltest-2.5.11.tm " } ) ) ;
tm_tcltest_install . step . dependOn ( & b . addSystemCommand ( & . { " echo " , " \n --Installing package tcltest 2.5.8 as a Tcl Module-- " } ) . step ) ;
install_libraries . dependOn ( & tm_tcltest_install . step ) ;
install_libraries . dependOn ( & tm_tcltest_install . step ) ;
const tm_platform_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/platform/platform.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " platform-1.1.1.tm " } ) ) ;
const tm_platform_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/platform/platform.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " platform-1.1.1.tm " } ) ) ;
tm_platform_install . step . dependOn ( & b . addSystemCommand ( & . { " echo " , " \n --Installing package platform 1.0.19 as a Tcl Module-- " } ) . step ) ;
install_libraries . dependOn ( & tm_platform_install . step ) ;
install_libraries . dependOn ( & tm_platform_install . step ) ;
const tm_shell_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/platform/shell.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " platform " , " shell-1.1.4.tm " } ) ) ;
const tm_shell_install = b . addInstallFileWithDir ( b . path ( tcl_source_folder + + " /library/platform/shell.tcl " ) , . prefix , b . pathJoin ( & . { module_install_dir_rel , tcl_dot_version , " platform " , " shell-1.1.4.tm " } ) ) ;
tm_shell_install . step . dependOn ( & b . addSystemCommand ( & . { " echo " , " \n --Installing package platform::shell 1.1.4 as a Tcl Module-- " } ) . step ) ;
install_libraries . dependOn ( & tm_shell_install . step ) ;
install_libraries . dependOn ( & tm_shell_install . step ) ;
const encodings_install = b . addInstallDirectory ( . {
const encodings_install = b . addInstallDirectory ( . {