Overview
Comment: | tcc4tcl 0.22 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
de52915810133052772edcc20536ae8b |
User & Date: | rkeene on 2014-06-23 20:37:01 |
Other Links: | manifest | tags |
Context
2014-06-29
| ||
17:47 | Updated to latest vectcl check-in: f31117d0a9 user: rkeene tags: trunk | |
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 | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [753492a0f5] to [843a2fc69d].
1 2 3 | #! /bin/bash # Define parameters | | | 1 2 3 4 5 6 7 8 9 10 11 | #! /bin/bash # Define parameters VERS=0.22 SRC="src/tcc4tcl-${VERS}.tar.gz" SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz" BUILDDIR="tcc4tcl-${VERS}" LICENSE="LGPLv2.1" export VERS SRC SRCURL BUILDDIR # Load common functions |
︙ | ︙ |