You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
28 lines
1.3 KiB
# Declarative payload for src/vfs/punk9wintk903.vfs (G-115) - materialized by 'tclsh src/make.tcl vfslibs' |
|
# (and automatically as a phase of 'make.tcl bake'/'bakehouse'). Entry format + the drop-in-wins |
|
# precedence rules: src/vfs/README.md. punkcheck-tracked (records in src/vfs/.punkcheck). |
|
# Migrated 2026-07-31 from the per-package src/runtime/vendorlib_vfs.toml surface (G-037/G-139). |
|
|
|
# tcludp 1.0.13 (vendor tree; G-037 lineage). Ships tcl9udp1013.dll + udp1013t.dll with a |
|
# pkgIndex.tcl that selects by generation - the same source folder serves tcl9 and tcl8 kits. |
|
[payload.tcludp] |
|
source = "vendorlib_tcl9/win32-x86_64/tcludp1.0.13" |
|
target = "lib_tcl9" |
|
supersedes = ["udp1.0.12", "tcludp1.0.12"] |
|
|
|
# G-139: suite-built tcllib/tcllibc from the punkbin lib tier (bin/packages input tier populated |
|
# by 'tclsh src/make.tcl libfetch'; artifacts declared in src/runtime/libpackages.toml). |
|
# replace=true because the old tcl9 hand-drops nested md5c + tcllibc INSIDE tcllib2.0 (same |
|
# folder name as the new install - supersedes cannot touch it). |
|
[payload.tcllib] |
|
source_root = "packages" |
|
source = "allplatforms/tcl9/tcllib2.0" |
|
target = "lib_tcl9" |
|
replace = true |
|
|
|
[payload.tcllibc] |
|
source_root = "packages" |
|
source = "win32-x86_64/tcl9/tcllibc" |
|
target = "lib_tcl9" |
|
replace = true |
|
supersedes = ["tcllibc2.0"]
|
|
|