Check-in [5435b29fc0]
Overview
Comment:Updated to latest tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:5435b29fc0c16b8bc3e4924a9cbe006d8f2b308b
User & Date: rkeene on 2014-06-13 02:53:49
Other Links: manifest | tags
Context
2014-06-15
20:17
Updated to latest tcc4tcl check-in: 44666faa1b user: rkeene tags: trunk
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
Changes

Modified server/buildpkgs/tcc4tcl/build.sh from [6d64ad95c7] to [c8756fdcc3].

     1      1   #! /bin/bash
     2      2   
     3      3   # Define parameters
     4         -VERS=0.15
            4  +VERS=0.17
     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