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