Differences From Artifact [bb348ac8e4]:
- Executable file tk/build.sh — part of check-in [79a10ddc92] at 2014-06-07 20:14:41 on branch trunk — Updated to support dynamically linked Tk on Windows (user: rkeene, size: 8019) [annotate] [blame] [check-ins using] [more...]
To Artifact [a1ade47162]:
- Executable file tk/build.sh — part of check-in [a61b7cb057] at 2015-05-19 16:15:59 on branch osx_fixes — Fixes for building kits using Xcode tools on native OSX (user: hypnotoad, size: 8012) [annotate] [blame] [check-ins using]
︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | - + | # Allow wrapper programs to supplant real programs if [ -d 'fake-bin' ]; then PATH="$(pwd)/fake-bin:${PATH}" export PATH fi |
︙ |