Differences From Artifact [05e06e331d]:
- File tcl/patchscripts/visibility-unhidden.sh — part of check-in [a49ee9121f] at 2011-03-03 05:01:51 on branch trunk — Added support for disabling "visibility=hidden" when building KitDLL (user: rkeene, size: 228) [annotate] [blame] [check-ins using] [more...]
- File tk/patchscripts/visibility-unhidden.sh — part of check-in [a49ee9121f] at 2011-03-03 05:01:51 on branch trunk — Added support for disabling "visibility=hidden" when building KitDLL (user: rkeene, size: 228) [annotate] [blame] [check-ins using]
To Artifact [42e62525bc]:
- File tcl/patchscripts/visibility-unhidden.sh — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 236) [annotate] [blame] [check-ins using]
- File tk/patchscripts/visibility-unhidden.sh — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 236) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash if [ "${KITTARGET}" != "kitdll" ]; then exit 0 fi for file in unix/configure; do sed 's@-fvisibility@-__disabled__fvisibility@' "${file}" > "${file}.new" |
︙ | ︙ |