Home
last modified time | relevance | path

Searched refs:ttCommandsOnly (Results 1 – 13 of 13) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiletargetbase.cpp164 if (m_TargetType == ttCommandsOnly) in GetOutputFilename()
181 case ttCommandsOnly: // fall through in SuggestOutputFilename()
205 if (m_TargetType == ttCommandsOnly) in GetObjectOutput()
221 if (m_TargetType == ttCommandsOnly) in GetDepsOutput()
309 case ttCommandsOnly: // fall through in GenerateTargetFilename()
322 if (m_TargetType == ttCommandsOnly) in GetExecutableFilename()
343 if (m_TargetType == ttCommandsOnly) in GetNativeFilename()
364 if (m_TargetType == ttCommandsOnly) in GetDynamicLibFilename()
392 if (m_TargetType == ttCommandsOnly) in GetDynamicLibImportFilename()
408 if (m_TargetType == ttCommandsOnly) in GetDynamicLibDefFilename()
[all …]
H A Dcompilercommandgenerator.cpp128 … if (!compiler || target->GetTargetType() == ttCommandsOnly || !target->SupportsCurrentPlatform()) in Init()
729 case ttCommandsOnly: in SetupOutputFilenames()
H A Dcbplugin.cpp648 case ttCommandsOnly: // fall through: in GetDebuggee()
H A Dprojectloader.cpp1360 if (target->GetTargetType() != ttCommandsOnly) in ExportTargetAsProject()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/projectsimporter/
H A Dmsvcloader.cpp143 else if (projcode.Matches(_T("010a"))) type = ttCommandsOnly; in ReadConfigurations()
146 type = ttCommandsOnly; in ReadConfigurations()
174 TargetType type = ttCommandsOnly; in ReadConfigurations()
232 m_Type = ttCommandsOnly; in ParseConfiguration()
H A Dmsvc7loader.cpp242 bt->SetTargetType(ttCommandsOnly); in DoImport()
245 bt->SetTargetType(ttCommandsOnly); in DoImport()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiletargetbase.h39 ttCommandsOnly = 4, /**< Target only runs commands in pre-build and/or post-build steps */ enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp678 if (target->GetTargetType() != ttCommandsOnly) in GetTargetLinkCommands()
812 case ttCommandsOnly: in GetTargetLinkCommands()
912 if (target->GetTargetType() != ttCommandsOnly) in GetTargetCleanCommands()
H A Dcompilergcc.cpp1892 …if ( !(target && ( target->GetTargetType() == ttCommandsOnly // do not require compiler for co… in Run()
2022 else if (target->GetTargetType() != ttCommandsOnly) in Run()
2067 if ( (target->GetTargetType() != ttCommandsOnly) && !wxFileExists(f.GetFullPath()) ) in Run()
H A Dcompileroptionsdlg.cpp355 if (m_pTarget && m_pTarget->GetTargetType() == ttCommandsOnly) in CompilerOptionsDlg()
1514 const bool cmd = (m_pTarget && m_pTarget->GetTargetType() == ttCommandsOnly); in OnTreeSelectionChange()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/bindings/
H A Dsc_consts.cpp115 BIND_INT_CONSTANT(ttCommandsOnly); in Register_Constants()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dprojectoptionsdlg.cpp319 case ttCommandsOnly: // fall-through in DoTargetChange()
548 case ttCommandsOnly: // fall-through in OnProjectTypeChanged()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/debuggergdb/
H A Ddebuggergdb.cpp746 if (target && target->GetTargetType() == ttCommandsOnly) in DoDebug()