Home
last modified time | relevance | path

Searched refs:mcSilentBuild (Results 1 – 6 of 6) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiletargetbase.h50 mcSilentBuild, enumerator
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/bindings/
H A Dsc_consts.cpp124 BIND_INT_CONSTANT(mcSilentBuild); in Register_Constants()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiletargetbase.cpp42 m_MakeCommands[mcSilentBuild] = m_MakeCommands[mcBuild] + _T(" > $(CMD_NULL)"); in CompileTargetBase()
H A Dprojectloader.cpp356 target->SetMakeCommandFor(mcSilentBuild, cbC2U(node->Attribute("command"))); in DoMakeCommands()
1331 … AddElement(makenode, "SilentBuild", "command", m_pProject->GetMakeCommandFor(mcSilentBuild)); in ExportTargetAsProject()
1498 … AddElement(makenode, "SilentBuild", "command", target->GetMakeCommandFor(mcSilentBuild)); in ExportTargetAsProject()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompileroptionsdlg.cpp872 …"txtMakeCmd_SilentBuild", wxTextCtrl)->SetValue(m_pProject->GetMakeCommandFor(mcSilentBuild)); in DoLoadOptions()
899 … "txtMakeCmd_SilentBuild", wxTextCtrl)->SetValue(m_pTarget->GetMakeCommandFor(mcSilentBuild)); in DoLoadOptions()
1070 …m_pProject->SetMakeCommandFor(mcSilentBuild, XRCCTRL(*this, "txtMakeCmd_Build", wxTextCtrl)->GetVa… in DoSaveOptions()
1108 …m_pTarget->SetMakeCommandFor(mcSilentBuild, XRCCTRL(*this, "txtMakeCmd_Build", wxTextCtrl)->GetVal… in DoSaveOptions()
H A Dcompilergcc.cpp2516 … const wxString &cmd = GetMakeCommandFor(mcSilentBuild, m_pBuildingProject, bt); in BuildStateManagement()