Overview
Comment: | Built-in SDX and removed references to starkit2exe |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5defb7723ecc090ce600a41b73cad522 |
User & Date: | rkeene on 2009-04-18 03:25:38 |
Other Links: | manifest | tags |
Context
2009-04-18
| ||
03:33 | Added buildinfo script and Makefile check-in: a21de3133a user: rkeene tags: trunk | |
03:25 | Built-in SDX and removed references to starkit2exe check-in: 5defb7723e user: rkeene tags: trunk | |
03:21 | Added the ability to change the cache dir Set the default cache dir to be in the current user's home directory check-in: 935196ec59 user: rkeene tags: trunk | |
Changes
Modified client/Makefile from [3e756cea1a] to [262cfed075].
1 2 3 4 5 6 7 8 9 10 | all: teapot-client.kit teapot-client.kit: teapot-client.tcl lib/teapotclient0.1/pkgIndex.tcl lib/teapotclient0.1/teapotclient.tcl rm -rf teapot-client-tmp.vfs mkdir teapot-client-tmp.vfs cp -r lib teapot-client.tcl teapot-client-tmp.vfs/ echo 'package require starkit' > teapot-client-tmp.vfs/main.tcl echo 'starkit::startup' >> teapot-client-tmp.vfs/main.tcl echo 'source $$starkit::topdir/teapot-client.tcl' >> teapot-client-tmp.vfs/main.tcl ./teapot-client.tcl get teapot-client-tmp.vfs/ tcl tcl md5 fileutil | > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | TCLKIT = tclkit all: teapot-client.kit teapot-client.kit: teapot-client.tcl lib/teapotclient0.1/pkgIndex.tcl lib/teapotclient0.1/teapotclient.tcl rm -rf teapot-client-tmp.vfs mkdir teapot-client-tmp.vfs cp -r lib teapot-client.tcl teapot-client-tmp.vfs/ echo 'package require starkit' > teapot-client-tmp.vfs/main.tcl echo 'starkit::startup' >> teapot-client-tmp.vfs/main.tcl echo 'source $$starkit::topdir/teapot-client.tcl' >> teapot-client-tmp.vfs/main.tcl ./teapot-client.tcl get teapot-client-tmp.vfs/ tcl tcl md5 fileutil $(TCLKIT) support/sdx.kit wrap teapot-client-tmp.kit rm -rf teapot-client-tmp.vfs mv teapot-client-tmp.kit teapot-client.kit clean: rm -f teapot-client.kit rm -rf teapot-client-tmp.vfs |
︙ | ︙ |
Added client/support/sdx.kit version [11d2ce7f1a].
cannot compute difference between binary files