Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Blackburn2010-04-28 13:23:39 +0000
committerJames Blackburn2010-04-28 13:23:39 +0000
commitf6da41c4664fe391608f9397d40fe7c6937cb271 (patch)
treed89598aa166ee2cbba77b2c988404f2c6343a3f1 /build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
parentcacd81cb7ec0ec3a54588bb9179a3b344f1a92db (diff)
downloadorg.eclipse.cdt-f6da41c4664fe391608f9397d40fe7c6937cb271.tar.gz
org.eclipse.cdt-f6da41c4664fe391608f9397d40fe7c6937cb271.tar.xz
org.eclipse.cdt-f6da41c4664fe391608f9397d40fe7c6937cb271.zip
Bug 115601 Add -include option to built-in MBS GNU toolchain. Add Paths & Symbols property page for editing paths of kind ICSettingEntry#INCLUDE_FILE (hidden by default)
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
index 8d43a117b99..93a06519967 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
@@ -1011,6 +1011,14 @@
valueType="includePath"
browseType="directory">
</option>
+ <option
+ browseType="file"
+ category="gnu.c.compiler.category.dirs"
+ command="-include"
+ id="gnu.c.compiler.option.include.files"
+ name="%Option.Posix.InclFiles"
+ valueType="includeFiles">
+ </option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.c.compiler"
name="%OptionCategory.Optimize"

Back to the top