home *** CD-ROM | disk | FTP | other *** search
- # _proWrapInit_.tcl
- # TclPro Wrapper initialization script
- set tcl_platform(isWrapped) 1
-
- rename load load_unsupported
- proc load {args} {
- if {[string trim [lindex $args 0]] == {}} {
- eval load_unsupported $args
- } else {
- error "\"load\" command is not supported in a statically wrapped application; use \"load_unsupported\" command"
- }
- }
-
-
- set tcl_library {lib/tcl8.0}
-
-
- set tk_library {lib/tk8.0}
-
- set tcl_pkgPath {lib/tcl8.0/http2.0 lib/tcl8.0/http1.0}
-
-