📄 vclib.t
字号:
#!#! This is a tmake template for building Win32 library project files.#!#! Sets a flag to indicate that we want to build a library (either#! a static library or a DLL) and then invoke the common vcgeneric.t#! template.#!#! The win32lib.dsp file is used as a template for building static#! libraries and win32dll.dsp is used as a template for building DLLs.#! You may specify your own .dsp template by setting the project variable#! DSP_TEMPLATE.#!#$ Project('TMAKE_LIB_FLAG = 1');#$ IncludeTemplate("vcgeneric.t");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -