vcapp.t

来自「一个免费的SMART CARD OS系统。」· 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 + -
显示快捷键?