Overview
Comment: | Updated to support dynamically linked Tk on Windows |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
79a10ddc922439c9a0d248638bb98d4c |
User & Date: | rkeene on 2014-06-07 20:14:41 |
Other Links: | manifest | tags |
Context
2014-07-04
| ||
23:58 | Added Linux/MUSL support to our build platform check-in: 18d54c5945 user: rkeene tags: trunk | |
2014-06-07
| ||
20:14 | Updated to support dynamically linked Tk on Windows check-in: 79a10ddc92 user: rkeene tags: trunk | |
2014-06-05
| ||
20:25 | KitCreator 0.9.0 check-in: 61250b2605 user: rkeene tags: trunk, 0.9.0 | |
Changes
Modified tk/build.sh from [b4a36c92da] to [bb348ac8e4].
︙ | |||
240 241 242 243 244 245 246 | 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | - + + - + + + + + + | # If we are building statically, don't create a # pkgIndex.tcl rm -f "${INSTDIR}"/lib/tk*/pkgIndex.tcl else # Update pkgIndex to load libtk from the local directory rather # than the parent directory for pkgIndex in "${INSTDIR}"/lib/tk*/pkgIndex.tcl; do |
︙ |