mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
8 lines
271 B
Tcl
8 lines
271 B
Tcl
# Index file to load the TDBC Postgres package.
|
|
|
|
if {[catch {package require Tcl 8.6}]} {
|
|
return
|
|
}
|
|
package ifneeded tdbc::postgres 1.1.1 \
|
|
"[list source [file join $dir tdbcpostgres.tcl]]\;\
|
|
[list load [file join $dir libtdbcpostgres1.1.1.dll] tdbcpostgres]"
|