Home
last modified time | relevance | path

Searched refs:ttStaticLib (Results 1 – 21 of 21) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiletargetbase.cpp179 case ttStaticLib: suggestion = GetStaticLibFilename(); break; in SuggestOutputFilename()
289 case ttStaticLib: in GenerateTargetFilename()
432 if ( (m_TargetType == ttStaticLib) in GetStaticLibFilename()
H A Dtemplatemanager.cpp224 if (tgfpPrefix == tgfpPlatformDefault && bt->GetTargetType() == ttStaticLib) in NewProjectFromUserTemplate()
H A Dcompilercommandgenerator.cpp547 && ((params.target->GetTargetType() == ttStaticLib) in GenerateCommandLine()
550 if ((params.target->GetTargetType() == ttStaticLib) in GenerateCommandLine()
728 case ttStaticLib: in SetupOutputFilenames()
H A Dprojectloader.cpp1376 || (target->GetTargetType() == ttStaticLib) ) ) in ExportTargetAsProject()
1439 …if ((target->GetTargetType() == ttStaticLib || target->GetTargetType() == ttDynamicLib) && target-… in ExportTargetAsProject()
H A Dcbplugin.cpp634 case ttStaticLib: in GetDebuggee()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiletargetbase.h37 ttStaticLib = 2, /**< Target produces a static library */ enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/resources/fortran/lib/
H A Dwizard.script63 target.SetTargetType(ttStaticLib);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/resources/staticlib/
H A Dwizard.script69 target.SetTargetType(ttStaticLib);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp655 if (target->GetTargetType() == ttStaticLib) in GetTargetLinkCommands()
682 if (IsOpenWatcom && target->GetTargetType() != ttStaticLib) in GetTargetLinkCommands()
725 if (IsOpenWatcom && target->GetTargetType() == ttStaticLib) in GetTargetLinkCommands()
802 case ttStaticLib: in GetTargetLinkCommands()
H A DcompilerOWgenerator.cpp221 if (target_type == ttExecutable || target_type == ttStaticLib) // Win32 Executable in MapTargetType()
H A Dcompilergcc.cpp2009 || target->GetTargetType() == ttStaticLib ) in Run()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dmakefilegen.cpp232 else if (tagTyp == ttStaticLib)
392 else if (tagTyp == ttStaticLib)
H A Dbindto.cpp762 if (bTarget->GetTargetType() == ttStaticLib) in MakeBindTo()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/projectsimporter/
H A Dmsvcworkspacebase.cpp195 else if (type==ttStaticLib) fname = targetDep->GetOutputFilename(); in updateProjects()
H A Dmsvc7loader.cpp238 bt->SetTargetType(ttStaticLib); in DoImport()
282 if (bt->GetTargetType() == ttStaticLib) in DoImport()
H A Dmsvcloader.cpp142 else if (projcode.Matches(_T("0104"))) type = ttStaticLib; in ReadConfigurations()
646 if (m_Type == ttStaticLib) in ProcessLinkerOptions()
H A Dmsvc10loader.cpp866 else if (it->second.TargetType == _T("StaticLibrary")) tt = ttStaticLib; in DoCreateConfigurations()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/bindings/
H A Dsc_consts.cpp113 BIND_INT_CONSTANT(ttStaticLib); in Register_Constants()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/Valgrind/
H A DValgrind.cpp269 if (TType == ttDynamicLib || TType == ttStaticLib) in CheckRequirements()
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dprojectoptionsdlg.cpp295 case ttStaticLib: in DoTargetChange()
524 case ttStaticLib: in OnProjectTypeChanged()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ProjectOptionsManipulator/
H A DProjectOptionsManipulator.cpp1664 && (tgt->GetTargetType() != ttStaticLib) ) in IsValidTarget()