Check-in [84f9cf17ad]
Overview
Comment:Upgraded to tcc4tcl 0.11
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 84f9cf17adb5ca0e98ab19de414f0f03c51a42ad
User & Date: rkeene on 2014-05-19 00:53:54
Other Links: manifest | tags
Context
2014-05-19
03:28
Removed extraneous comments check-in: 0219f6fd48 user: rkeene tags: trunk
00:53
Upgraded to tcc4tcl 0.11 check-in: 84f9cf17ad user: rkeene tags: trunk
2014-05-18
02:22
Upgraded to latest version of tcc4tcl check-in: 5c87065074 user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tcc4tcl/build.sh from [7a8ce2d552] to [a0c7879361].

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

# Define parameters
VERS=0.10
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh



|







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

# Define parameters
VERS=0.11
SRC="src/tcc4tcl-${VERS}.tar.gz"
SRCURL="http://rkeene.org/devel/tcc4tcl-${VERS}.tar.gz"
BUILDDIR="tcc4tcl-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh