Differences From Artifact [4d11547632]:
- File
kitsh/buildsrc/kitsh-0.0/kitInit.c
— part of check-in
[013d6b36f4]
at
2010-09-26 04:50:35
on branch trunk
— Updated to use "/proc/self/exe" rather than "/proc/<pid>/exe"
Updated to check for "/proc/curproc/file" (FreeBSD) (user: rkeene, size: 10099) [annotate] [blame] [check-ins using]
To Artifact [2ea4599da9]:
- File kitsh/buildsrc/kitsh-0.0/kitInit.c — part of check-in [d3373882b3] at 2010-10-01 20:45:02 on branch trunk — Updated to include a "package ifneeded" script for Tk on Win32 in addition to other platforms, if Tk built statically. (user: rkeene, size: 10073) [annotate] [blame] [check-ins using]
| ︙ | |||
166 167 168 169 170 171 172 | 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | - - |
"if {![info exists s]} {\n"
"set f [open setup.tcl]\n"
"set s [read $f]\n"
"close $f\n"
"}\n"
"uplevel #0 $s\n"
#if defined(KIT_INCLUDES_TK) && defined(KIT_TK_VERSION)
|
| ︙ |