代码搜索结果
找到约 10,000 项符合
T 的代码
generic.t
#!
#! This is a tmake template for building Win32 applications or libraries.
#!
#${
Project('CONFIG += qt') if Config("qt_dll");
if ( !Project("INTERFACE_DECL_PATH") ) {
Project('INTERFACE_DE
app.t
#############################################################################
#!
#! This is a tmake template for building Win32 applications.
#!
#$ Project('TMAKE_APP_FLAG = 1');
#$ IncludeTemplate("g
lib.t
#############################################################################
#!
#! This is a tmake template for building Win32 libraries.
#!
#$ Project('TMAKE_LIB_FLAG = 1');
#$ IncludeTemplate("gene
subdirs.t
#! Use the common Win32 template
#$ IncludeTemplate("../win32/subdirs.t");
vclib.t
#!
#! <mark>T</mark>his is a <mark>t</mark>make <mark>t</mark>empla<mark>t</mark>e for building Win32 library projec<mark>t</mark> files.
#!
#! Se<mark>t</mark>s a flag <mark>t</mark>o indica<mark>t</mark>e <mark>t</mark>ha<mark>t</mark> we wan<mark>t</mark> <mark>t</mark>o build a library (ei<mark>t</mark>her
#! a s<mark>t</mark>a<mark>t</mark>ic library or a DLL) and <mark>t</mark>hen invoke <ma ...
generic.t
#!
#! This is a tmake template for building Win32 applications or libraries.
#!
#${
Project('CONFIG += qt') if Config("qt_dll");
if ( !Project("INTERFACE_DECL_PATH") ) {
Project('INTERFACE_DE
vcapp.t
#!
#! <mark>T</mark>his is a <mark>t</mark>make <mark>t</mark>empla<mark>t</mark>e for building Win32 applica<mark>t</mark>ion projec<mark>t</mark> files.
#!
#! Se<mark>t</mark>s a flag <mark>t</mark>o indica<mark>t</mark>e <mark>t</mark>ha<mark>t</mark> we wan<mark>t</mark> <mark>t</mark>o build an applica<mark>t</mark>ion and <mark>t</mark>hen
#! invoke <mark>t</mark>he common vcgeneric.<mark>t< ...
vcgeneric.t
#!
#! This is a tmake template for building MSVC++ project files (.dsp)
#!
#${
if ( Config("qt") ) {
if ( !(Project("DEFINES") =~ /QT_NODLL/) &&
((Project("DEFINES") =~ /QT_(?:MAKE)?DLL/) |
app.t
#! Use the common Unix template
#$ IncludeTemplate("../unix/app.t");
lib.t
#! Use the common Unix template
#$ IncludeTemplate("../unix/lib.t");