Artifact 2fde7eb32775bc2e8750eee0d961c371dc4862ae:
- File tcl/patchscripts/noextern.sh — part of check-in [ec1baaf189] at 2019-06-19 18:39:50 on branch trunk — Renamed noextern script to be more appropriate (user: rkeene, size: 150) [annotate] [blame] [check-ins using]
- File tcl/patchscripts/static-kitdll-noextern.sh — part of check-in [5dfcc7bdbd] at 2019-06-19 18:35:30 on branch trunk — Disable EXTERN always since we always link directly to libtcl or through its stubs table (user: rkeene, size: 150) [annotate] [blame] [check-ins using]
#! /bin/bash sed 's/define EXTERN .*/define EXTERN/' generic/tcl.h > generic/tcl.h.new cat generic/tcl.h.new > generic/tcl.h rm -f generic/tcl.h.new