diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/util/PathEntryTranslator.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/util/PathEntryTranslator.java index 8c5f556c146..a2002344bc0 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/util/PathEntryTranslator.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/settings/model/util/PathEntryTranslator.java @@ -758,14 +758,17 @@ public class PathEntryTranslator { return result; } case ICSettingEntry.LIBRARY_PATH: + case ICSettingEntry.LIBRARY_FILE: + // Bug 100844 don't contribute library files back to the CModel as a library files, as supplied by the build system, + // aren't currently resolved return null; - case ICSettingEntry.LIBRARY_FILE:{ - IPath paths[][] = getEntryPath(fLangEntry, cfg); - result = new IPathEntry[paths[0].length]; - for (int i=0; i