Overview
Comment: | tcc4tcl 0.21 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 276fccc1400eeeb54ad8f509ac227600487f9e7b |
User & Date: | rkeene on 2014-06-23 20:18:36 |
Other Links: | manifest | tags |
Context
2014-06-23
| ||
20:37 | tcc4tcl 0.22 check-in: de52915810 user: rkeene tags: trunk | |
20:18 | tcc4tcl 0.21 check-in: 276fccc140 user: rkeene tags: trunk | |
2014-06-22
| ||
00:51 | Updated to not support multiarch Mac OS X builds in tcc4tcl (which won't actually work with it) check-in: b9edcbd4d2 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [bd86b0ccb4] to [753492a0f5].
1 1 #! /bin/bash 2 2 3 3 # Define parameters 4 -VERS=0.20 4 +VERS=0.21 5 5 SRC="src/tcc4tcl-${VERS}.tar.gz" 6 6 SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz" 7 7 BUILDDIR="tcc4tcl-${VERS}" 8 8 LICENSE="LGPLv2.1" 9 9 export VERS SRC SRCURL BUILDDIR 10 10 11 11 # Load common functions