Patch for Sean Evoy:
- This is a patch to allow users to add include path
and defined symbol information to a standard make
project.
- This information is required by clients like the indexer
so that a proper index can be created.
- The interface to extract that information will follow.
-
org.eclipse.cdt-core/org.eclipse.cdt.core/ChangeLog, 1.106
-
org.eclipse.cdt-core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/BuildInfoFactory.java, 1.4
-
org.eclipse.cdt-core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CProjectNature.java, 1.4
-
org.eclipse.cdt-core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/resources/IBuildInfo.java, 1.3
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/ChangeLog, 1.111
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/build/org/eclipse/cdt/ui/build/properties/BuildOptionListFieldEditor.java, 1.2
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPluginResources.properties, 1.14
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/CProjectPropertyPage.java, 1.9
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/BuildPathInfoBlock.java, 1.1
-
org.eclipse.cdt-core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/StdMakeProjectWizard.java, 1.8
|