📄 custom
字号:
## Custom part of the makefile for QMG 2.0 running under
## Windows, scripting with Tcl/Tk 8.x, compiled with
## MS VC++ 5.0
# This is the directory where tcl.h is found.
TCLINCLUDE = /It:\tcl+tk\tcl8.1.1\generic
# This is the root directory for VC++ 5.0
# If using VC++ 6.0, the followings statement should be
# modified to:
# MSROOT = c:\Program Files\Microsoft Visual Studio\VC98
# or something similar, depending on where VC++ 6.0 is installed.
MSROOT = c:\Program Files\DevStudio\VC
# This is the directory where tclXX.lib is found, where XX is the
# version number.
TCLLIBDIR = t:\tcl+tk\lib
# This is the version of the Tcl/Tk in use, should be 80 or higher.
TCLTKVERSION = 81
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -