Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiletargetbase.h126 virtual wxString GetDepsOutput() const; ///< Read the target's dependencies output dir
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiletargetbase.cpp219 wxString CompileTargetBase::GetDepsOutput() const in GetDepsOutput() function in CompileTargetBase
H A Dprojectfile.cpp388 wxString depsOut = target ? target->GetDepsOutput() : _T("."); in Update()
H A Dprojectloader.cpp1414 if (target->GetDepsOutput() != _T(".deps")) in ExportTargetAsProject()
1415 …AddElement(tgtnode, "Option", "deps_output", UnixFilename(target->GetDepsOutput(), wxPATH_UNIX)); in ExportTargetAsProject()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/bindings/
H A Dscriptbindings.cpp920 func(&CompileTargetBase::GetDepsOutput, "GetDepsOutput"). in RegisterBindings()