Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectloader.cpp1385 wxString compilerLibPrefix(compiler->GetSwitches().libPrefix); in ExportTargetAsProject() local
1387 if (outputFileNameFile.StartsWith(compilerLibPrefix)) in ExportTargetAsProject()
1389 outputFileNameWOPrefix = outputFileNameFile.Mid(compilerLibPrefix.Len()); in ExportTargetAsProject()