Home
last modified time | relevance | path

Searched refs:linkerNeedsPathResolved (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp65 linkerNeedsPathResolved = false; in CompilerSwitches()
521 if (m_Mirror.Switches.linkerNeedsPathResolved != m_Switches.linkerNeedsPathResolved) in SaveSettings()
522 … cfg->Write(tmp + _T("/switches/linkerNeedsPathResolved"), m_Switches.linkerNeedsPathResolved); in SaveSettings()
688 …m_Switches.linkerNeedsPathResolved = cfg->ReadBool(tmp + _T("/switches/linkerNeedsPathResolved"), … in LoadSettings()
956 m_Switches.linkerNeedsPathResolved = (value == wxT("true")); in LoadDefaultOptions()
H A Dcompilercommandgenerator.cpp983 if (compiler->GetSwitches().linkerNeedsPathResolved) in SetupLibrariesDirs()
1120 if (compiler->GetSwitches().linkerNeedsPathResolved) in SetupLinkLibraries()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp118 … XRCCTRL(*this, "chkLinkerNeedsPathRes", wxCheckBox)->SetValue(switches.linkerNeedsPathResolved); in ReadCompilerOptions()
159 …switches.linkerNeedsPathResolved = XRCCTRL(*this, "chkLinkerNeedsPathRes", wxCheckBox)->GetValue… in WriteCompilerOptions()
H A Dcompileroptionsdlg.cpp1289 …node->AddAttribute(value, (compiler->GetSwitches().linkerNeedsPathResolved ? wxT("true") : wxT("fa… in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h227 bool linkerNeedsPathResolved; // linker does not support libDirs; C::B must resolve file paths member