rollback last commit on CarbideLanguageData.java. Those changes not needed.
--- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideLanguageData.java Mon Dec 14 10:26:24 2009 -0600
+++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/internal/builder/CarbideLanguageData.java Mon Dec 14 10:28:53 2009 -0600
@@ -229,12 +229,6 @@
includeEntries.add(new CIncludePathEntry(new Path(oemDir.getAbsolutePath()), 0));
}
- // add the compiler include
- IPath compilerPrefixPath = carbideBuildConfig.getCompilerPrefixFile();
- if (compilerPrefixPath != null){
- includeEntries.add(new CIncludePathEntry(new Path(compilerPrefixPath.removeLastSegments(1).toOSString()), 0));
- }
-
// cache the macros
macroEntries = new ArrayList<ICLanguageSettingEntry>(0);