vclib.t

来自「很不错的makefile生成工具」· T 代码 · 共 15 行

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