Differences From Artifact [1c8e83d483]:
- File
kitsh/buildsrc/kitsh-0.0/boot.tcl
— part of check-in
[f8234649a5]
at
2011-07-18 03:02:23
on branch trunk
— Updated to set "starkit::topdir" so that it is always correct, even with KitDLL
Updated mk4vfs zlib compressed seek test to use starkit::topdir (user: rkeene, size: 5608) [annotate] [blame] [check-ins using]
To Artifact [63e41b84b9]:
- File
kitsh/buildsrc/kitsh-0.0/boot.tcl
— part of check-in
[49d6a04e90]
at
2011-07-19 19:08:27
on branch trunk
— Updated to not force setting of starkit::topdir, this would break starkits
Updated zipseek test to use $tcl_library to find Tclkit root (user: rkeene, size: 5610) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
140 141 142 143 144 145 146 | catch { clock scan } } # load config settings file if present namespace eval ::vfs { variable tclkit_version 1 } catch { uplevel #0 [list source [file join $mountpoint config.tcl]] } | | | | | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | catch { clock scan } } # load config settings file if present namespace eval ::vfs { variable tclkit_version 1 } catch { uplevel #0 [list source [file join $mountpoint config.tcl]] } # Set-up starkit::tclkitroot namespace eval ::starkit { variable tclkitroot } set ::starkit::tclkitroot $mountpoint # Perform expected initialization uplevel #0 [list source [file join $tcl_library init.tcl]] # reset auto_path, so that init.tcl's search outside of tclkit is cancelled set auto_path $tcl_libPath |
︙ | ︙ |