Differences From Artifact [f33d7d8aef]:
- Executable file kitcreator — part of check-in [945dafb370] at 2013-08-21 21:14:25 on branch trunk — Experimental version that makes it possible to only rebuild the previously failed parts. (user: schelte, size: 4701) [annotate] [blame] [check-ins using]
To Artifact [e99d7e9821]:
- Executable file kitcreator — part of check-in [dc02a0b46a] at 2013-09-24 21:18:38 on branch tcl-8.6.1-MinGW-Win32 — Changes to support building with Tcl/Tk 8.6.1 using MinGW on Windows. (user: mistachkin, size: 4700) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | #! /usr/bin/env bash # Determine appropriate mode mode="build" case "$1" in clean|distclean|build|retry) mode="$1" shift ;; esac # Determine which Tcl version to build |
︙ |