Check-in [7596e618f3]
Overview
Comment:Added internal script to build a minimal Tclkit
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7596e618f39c99349afca767e086a569abe8b508
User & Date: rkeene on 2010-09-26 04:42:16
Other Links: manifest | tags
Context
2010-09-26
04:42
Updated to implement "vfs::mkcl" using Readkit

Updated local Readkit implementation to not attempt to replace Mk4tcl check-in: 096098536d user: rkeene tags: trunk

04:42
Added internal script to build a minimal Tclkit check-in: 7596e618f3 user: rkeene tags: trunk
04:42
Updated minimalistic ARM build script check-in: 58fcde03bd user: rkeene tags: trunk
Changes

Added build/make-minkit version [fd8671763c].



















>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Build minimalistic tclkit
KITCREATOR_PKGS=" "
KITCREATOR_MINENCODINGS='true' 
KITCREATOR_MINBUILD='true' 
export KITCREATOR_PKGS KITCREATOR_MINENCODINGS KITCREATOR_MINBUILD

./kitcreator "$@"