代码搜索结果

找到约 10,000 项符合 T 的代码

lib.t

#! Use the common Unix template #$ IncludeTemplate("../unix/lib.t");

subdirs.t

#! Use the common Unix template #$ IncludeTemplate("../unix/subdirs.t");

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");

generic.t

#! #! This is a tmake template for building Win32 applications or libraries. #! #${ Project('CONFIG += qt') if Config("qt_dll"); if ( Config("qt") ) { if ( !(Project("DEFINES") =~ /QT_NODLL/)

app.t

############################################################################# #! #! This is a tmake template for building Unix applications. #! #$ Project('TMAKE_APP_FLAG = 1'); #$ IncludeTemplate("ge

lib.t

############################################################################# #! #! This is a tmake template for building Unix libraries. #! #$ Project('TMAKE_LIB_FLAG = 1'); #$ IncludeTemplate("gener

subdirs.t

############################################################################# #! #! This is a tmake template for creating a makefile that invokes make in #! sub directories - for Unix. #! #${ StdI

generic.t

#! #! This is a tmake template for building UNIX applications or libraries. #! #${ Project('TMAKE_LIBS += $$LIBS'); if ( !Project("INTERFACE_DECL_PATH") ) { Project('INTERFACE_DECL_PATH = .'