pkgIndex.tcl 279 B

12345
  1. if {[package vsatisfies [package provide Tcl] 9.0-]} {
  2. package ifneeded sqlite3 3.40.0 [list load [file join $dir tcl9sqlite3400t.dll] [string totitle sqlite3]]
  3. } else {
  4. package ifneeded sqlite3 3.40.0 [list load [file join $dir sqlite3400t.dll] [string totitle sqlite3]]
  5. }