custom

来自「算断裂的」· 代码 · 共 30 行

TXT
30
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?