Overview
| Comment: | Updated to latest tcc4tcl, which really fixes static linking on Win32 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
2664d95862a810a0c3bc6523373c3344 |
| User & Date: | rkeene on 2016-03-20 08:46:36 |
| Other Links: | manifest | tags |
Context
|
2016-03-20
| ||
| 08:46 | KitCreator 0.9.5 check-in: ddaa148ff9 user: rkeene tags: trunk, 0.9.5 | |
| 08:46 | Updated to latest tcc4tcl, which really fixes static linking on Win32 check-in: 2664d95862 user: rkeene tags: trunk | |
| 07:55 | KitCreator 0.9.4 check-in: 11b1e2dfaa user: rkeene tags: trunk, 0.9.4 | |
Changes
Modified tcc4tcl/build.sh from [0531d63a73] to [30a88f0d8d].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - + |
#! /usr/bin/env bash
if [ ! -f 'build.sh' ]; then
echo 'ERROR: This script must be run from the directory it is in' >&2
exit 1
fi
if [ -z "${TCLVERS}" ]; then
echo 'ERROR: The TCLVERS environment variable is not set' >&2
exit 1
fi
|
| ︙ |