Check-in [85eb7fc7b7]
Overview
Comment:Upgraded to latest tcc4tcl
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 85eb7fc7b7784c8fbd53e4abb01dd3a9b8827822
User & Date: rkeene on 2014-06-17 05:27:58
Other Links: manifest | tags
Context
2014-06-21
21:22
Updated to latest tcc4tcl check-in: 759c5f1892 user: rkeene tags: trunk
2014-06-17
05:27
Upgraded to latest tcc4tcl check-in: 85eb7fc7b7 user: rkeene tags: trunk
2014-06-15
20:17
Updated to latest tcc4tcl check-in: 44666faa1b user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tcc4tcl/build.sh from [446d23603a] to [2b8248ffc7].

1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# Define parameters
VERS=0.18
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



|







1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

# Define parameters
VERS=0.19
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