Check-in [276fccc140]
Overview
Comment:tcc4tcl 0.21
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 276fccc1400eeeb54ad8f509ac227600487f9e7b
User & Date: rkeene on 2014-06-23 20:18:36
Other Links: manifest | tags
Context
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
2014-06-22
00:51
Updated to not support multiarch Mac OS X builds in tcc4tcl (which won't actually work with it) check-in: b9edcbd4d2 user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tcc4tcl/build.sh from [bd86b0ccb4] to [753492a0f5].

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

# Define parameters
VERS=0.20
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.21
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