Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp70 Use83Paths = false; in CompilerSwitches()
541 if (m_Mirror.Switches.Use83Paths != m_Switches.Use83Paths) in SaveSettings()
542 cfg->Write(tmp + _T("/switches/Use83Paths"), m_Switches.Use83Paths); in SaveSettings()
694 …m_Switches.Use83Paths = cfg->ReadBool(tmp + _T("/switches/Use83Paths"), … in LoadSettings()
978 m_Switches.Use83Paths = (value == wxT("true")); in LoadDefaultOptions()
H A Dcompilercommandgenerator.cpp826 if (platform::windows && compiler->GetSwitches().Use83Paths) in GetOrderedIncludeDirs()
879 if (platform::windows && compiler->GetSwitches().Use83Paths) in GetOrderedLibrariesDirs()
909 if (platform::windows && compiler->GetSwitches().Use83Paths) in GetOrderedResourceIncludeDirs()
1269 if (platform::windows && compiler->GetSwitches().Use83Paths) in GetProcessedIncludeDir()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp130 XRCCTRL(*this, "chkUse83Paths", wxCheckBox)->SetValue(switches.Use83Paths); in ReadCompilerOptions()
183 …switches.Use83Paths = XRCCTRL(*this, "chkUse83Paths", wxCheckBox)->GetValue… in WriteCompilerOptions()
H A Dcompileroptionsdlg.cpp1325 node->AddAttribute(value, (compiler->GetSwitches().Use83Paths ? wxT("true") : wxT("false"))); in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h235 …bool Use83Paths; // This is mainly a workaround for the resource compiler under Windo… member