home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2002 May
/
PCWorld_2002-05_cd.bin
/
Software
/
TemaCD
/
activetcltk
/
ActiveTcl8.3.4.1-8.win32-ix86.exe
/
ActiveTcl8.3.4.1-win32-ix86
/
lib
/
img1.2
/
pkgIndex.tcl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-10-22
|
402 b
|
15 lines
# Tcl package index file, version 1.0
if {[package vcompare [info tclversion] 8.0] < 0} return
proc imgifneeded dir {
rename imgifneeded {}
if {[package vcompare [info tclversion] 8.1] < 0} {
regsub {\.} [info tclversion] {} version
} else {
set version {}
}
package ifneeded Img 1.2.4 "package require Tk\nload [list [file join $dir img12$version.dll]] Img"
}
imgifneeded $dir