Home
last modified time | relevance | path

Searched refs:ctLinkStaticCmd (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h174ctLinkStaticCmd, ///< Link static lib command, e.g. "ar -r $output $link_objects\n\tranlib … enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp668 … wxString compilerCmd = compiler ? compiler->GetCommand(ctLinkStaticCmd) : wxString(wxEmptyString); in GetTargetLinkCommands()
803 ct = ctLinkStaticCmd; in GetTargetLinkCommands()
H A Dcompileroptionsdlg.cpp1372 else if (i == ctLinkStaticCmd) in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp1031 cmdTp = ctLinkStaticCmd; in LoadDefaultOptions()