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: | 2664d95862a810a0c3bc6523373c3344edf9b927 |
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].
7 7 fi 8 8 if [ -z "${TCLVERS}" ]; then 9 9 echo 'ERROR: The TCLVERS environment variable is not set' >&2 10 10 11 11 exit 1 12 12 fi 13 13 14 -TCC4TCLVERS="0.24" 14 +TCC4TCLVERS="0.25" 15 15 SRC="src/tcc4tcl-${TCC4TCLVERS}.tar.gz" 16 16 SRCURL="http://rkeene.org/devel/tcc4tcl/tcc4tcl-${TCC4TCLVERS}.tar.gz" 17 -SRCHASH='abaed0ef9bd4825d3b6c96e1d1d795f45b264ccbe1f5df1e8ef6ef8346b12eb5' 17 +SRCHASH='da2f0d1cc08dda5c33c157d75cc1461375c8810b83092787ac849f6741c256db' 18 18 BUILDDIR="$(pwd)/build/tcc4tcl-${TCC4TCLVERS}" 19 19 OUTDIR="$(pwd)/out" 20 20 INSTDIR="$(pwd)/inst" 21 21 PATCHDIR="$(pwd)/patches" 22 22 export TCC4TCLVERS SRC SRCURL BUILDDIR OUTDIR INSTDIR PATCHDIR 23 23 24 24 # Set configure options for this sub-project