jpayne@68: # Index file to load the TDBC MySQL package. jpayne@68: jpayne@68: if {![package vsatisfies [package provide Tcl] 8.6-]} { jpayne@68: return jpayne@68: } jpayne@68: if {[package vsatisfies [package provide Tcl] 9.0-]} { jpayne@68: package ifneeded tdbc::mysql 1.1.5 \ jpayne@68: "[list source [file join $dir tdbcmysql.tcl]]\;\ jpayne@68: [list load [file join $dir libtcl9tdbcmysql1.1.5.so] [string totitle tdbcmysql]]" jpayne@68: } else { jpayne@68: package ifneeded tdbc::mysql 1.1.5 \ jpayne@68: "[list source [file join $dir tdbcmysql.tcl]]\;\ jpayne@68: [list load [file join $dir libtdbcmysql1.1.5.so] [string totitle tdbcmysql]]" jpayne@68: }