Import Tcl 8.6.12
This commit is contained in:
14
pkgs/tdbcodbc1.1.3/pkgIndex.tcl.in
Normal file
14
pkgs/tdbcodbc1.1.3/pkgIndex.tcl.in
Normal file
@@ -0,0 +1,14 @@
|
||||
# Index file to load the TDBC ODBC package.
|
||||
|
||||
if {![package vsatisfies [package provide Tcl] 8.6-]} {
|
||||
return
|
||||
}
|
||||
if {[package vsatisfies [package provide Tcl] 9.0-]} {
|
||||
package ifneeded tdbc::odbc @PACKAGE_VERSION@ \
|
||||
"[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
|
||||
[list load [file join $dir @PKG_LIB_FILE9@] [string totitle @PACKAGE_NAME@]]"
|
||||
} else {
|
||||
package ifneeded tdbc::odbc @PACKAGE_VERSION@ \
|
||||
"[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
|
||||
[list load [file join $dir @PKG_LIB_FILE8@] [string totitle @PACKAGE_NAME@]]"
|
||||
}
|
||||
Reference in New Issue
Block a user