Differences From Artifact [25355eced1]:
- Executable file tk/build.sh — part of check-in [69081b236e] at 2010-09-26 04:40:16 on branch trunk — Corrected inverted logic for static linking (user: rkeene, size: 2680) [annotate] [blame] [check-ins using]
To Artifact [3efb154a49]:
- Executable file tk/build.sh — part of check-in [d2e00f0f73] at 2010-09-26 04:41:24 on branch trunk — Added support for specifying a STRIP environment variable (user: rkeene, size: 2692) [annotate] [blame] [check-ins using]
︙ | |||
86 87 88 89 90 91 92 | 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - + | done mkdir "${OUTDIR}/lib" || exit 1 cp -r "${INSTDIR}/lib"/tk*/ "${OUTDIR}/lib/" cp -r "${INSTDIR}/lib"/libtk* "${OUTDIR}/lib"/tk*/ rm -rf "${OUTDIR}/lib"/tk*/demos |
︙ |