Check-in [de52915810]
Overview
Comment:tcc4tcl 0.22
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:de52915810133052772edcc20536ae8b93bf0b7b
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      1   #! /bin/bash
     2      2   
     3      3   # Define parameters
     4         -VERS=0.21
            4  +VERS=0.22
     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