Overview
Comment: | tcc4tcl 0.15 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7cfeb53c9c69c1b336decbcb8b314013 |
User & Date: | rkeene on 2014-05-22 17:19:37 |
Other Links: | manifest | tags |
Context
2014-06-13
| ||
02:53 | Updated to latest tcc4tcl check-in: 5435b29fc0 user: rkeene tags: trunk | |
2014-05-22
| ||
17:19 | tcc4tcl 0.15 check-in: 7cfeb53c9c user: rkeene tags: trunk | |
17:02 | Updated to latest tcc4tcl check-in: cbad59149b user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/tcc4tcl/build.sh from [b60c99d43a] to [6d64ad95c7].
1 2 3 | #! /bin/bash # Define parameters | | | 1 2 3 4 5 6 7 8 9 10 11 | #! /bin/bash # Define parameters VERS=0.15 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 |
︙ | ︙ |