gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
462B

  1. if {[info sharedlibextension] != ".dll"} return
  2. if {[package vsatisfies [package provide Tcl] 9.0-]} {
  3. package ifneeded dde 1.4.4 \
  4. [list load [file join $dir tcl9dde14.dll] Dde]
  5. } elseif {![package vsatisfies [package provide Tcl] 8.7]
  6. && [::tcl::pkgconfig get debug]} {
  7. package ifneeded dde 1.4.4 \
  8. [list load [file join $dir tcldde14g.dll] Dde]
  9. } else {
  10. package ifneeded dde 1.4.4 \
  11. [list load [file join $dir tcldde14.dll] Dde]
  12. }
上海开阖软件有限公司 沪ICP备12045867号-1