196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
#include "cvfs.tcl.h"
"if {![info exists s]} {\n"
"catch {\n"
"set s [::vfs::cvfs::data::getData tcl boot.tcl]\n"
"}\n"
"}\n"
#endif /* KIT_STORAGE_CVFS */
#ifndef TCLKIT_DLL
"if {![info exists s]} {\n"
"set s \"\"\n"
"}\n"
#endif /* !TCLKIT_DLL */
#ifdef TCLKIT_DLL
"set ::TCLKIT_TYPE \"kitdll\"\n"
#else
"set ::TCLKIT_TYPE \"tclkit\"\n"
#endif /* TCLKIT_DLL */
"set ::TCLKIT_MOUNTPOINT " TCLKIT_MOUNTPOINT "\n"
"set ::TCLKIT_VFSSOURCE " TCLKIT_VFSSOURCE "\n"
|
<
<
|
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|
#include "cvfs.tcl.h"
"if {![info exists s]} {\n"
"catch {\n"
"set s [::vfs::cvfs::data::getData tcl boot.tcl]\n"
"}\n"
"}\n"
#endif /* KIT_STORAGE_CVFS */
"if {![info exists s]} {\n"
"set s \"\"\n"
"}\n"
#ifdef TCLKIT_DLL
"set ::TCLKIT_TYPE \"kitdll\"\n"
#else
"set ::TCLKIT_TYPE \"tclkit\"\n"
#endif /* TCLKIT_DLL */
"set ::TCLKIT_MOUNTPOINT " TCLKIT_MOUNTPOINT "\n"
"set ::TCLKIT_VFSSOURCE " TCLKIT_VFSSOURCE "\n"
|