vcapp.t
来自「开发源代码的CPU卡的COS源程序。」· T 代码 · 共 13 行
T
13 行
#!#! This is a tmake template for building Win32 application project files.#!#! Sets a flag to indicate that we want to build an application and then#! invoke the common vcgeneric.t template.#!#! The win32app.dsp file is used as a template for building applications.#! You may specify your own .dsp template by setting the project variable#! DSP_TEMPLATE.#!#$ Project('TMAKE_APP_FLAG = 1');#$ IncludeTemplate("vcgeneric.t");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?