Import Tcl 8.6.11
This commit is contained in:
8
pkgs/tdbcmysql1.1.2/pkgIndex.tcl.in
Normal file
8
pkgs/tdbcmysql1.1.2/pkgIndex.tcl.in
Normal file
@@ -0,0 +1,8 @@
|
||||
# Index file to load the TDBC MySQL package.
|
||||
|
||||
if {[catch {package require Tcl @TCL_VERSION_REQ@}]} {
|
||||
return
|
||||
}
|
||||
package ifneeded tdbc::mysql @PACKAGE_VERSION@ \
|
||||
"[list source [file join $dir @PACKAGE_NAME@.tcl]]\;\
|
||||
[list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]"
|
||||
Reference in New Issue
Block a user