Home
last modified time | relevance | path

Searched refs:AreExternalDepsOutdated (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.h57 …bool AreExternalDepsOutdated(ProjectBuildTarget* target, const wxString& buildOutput, wxAr…
H A Ddirectcommands.cpp634 if ( AreExternalDepsOutdated(target, out.GetFullPath(), &fileMissing) ) in GetTargetLinkCommands()
935 bool DirectCommands::AreExternalDepsOutdated(ProjectBuildTarget* target, in AreExternalDepsOutdated() function in DirectCommands