📄 setup.tcl
字号:
# install mapscript/tclset tclhome [file dirname $tcl_library]set mslib $tclhome/MapscriptTcl1.0if {! [file isdirectory $mslib]} { file mkdir $mslib}file copy -force libMapscript.dll $mslibfile copy -force ../pkgIndex.tcl $mslibfile copy -force ../mapscriptsupp.tcl $mslibcatch {file copy -force ../mapscriptsupp.html $mslib}catch {file copy -force ../mapscript_wrap.html $mslib}wm title . "Mapscript/Tcl Installer"label .l -text "Mapscript/Tcl Installation is complete."button .b -text Ok -command exitpack .l .b -side top -padx 30 -pady 30
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -