Home
last modified time | relevance | path

Searched refs:COMPILER_WAIT_LINK (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.h13 extern const wxString COMPILER_WAIT_LINK;
H A Ddirectcommands.cpp39 const wxString COMPILER_WAIT_LINK(_T("LINK")); variable
122 array.Add(COMPILER_WAIT_LINK); in AddCommandsToArray()
H A Dcompilergcc.cpp1148 else if (cmd.StartsWith(COMPILER_WAIT_LINK)) in AddToCommandQueue()