mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
1479 lines
60 KiB
XML
1479 lines
60 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin
|
|
id="org.eclipse.cdt.managedbuilder.ui"
|
|
name="%pluginName"
|
|
version="2.0.0"
|
|
provider-name="%providerName"
|
|
class="org.eclipse.cdt.managedbuilder.internal.ui.ManagedBuilderUIPlugin">
|
|
|
|
<runtime>
|
|
<library name="mgdbuildui.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
</runtime>
|
|
<requires>
|
|
<import plugin="org.eclipse.ui.ide"/>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<import plugin="org.eclipse.ui"/>
|
|
<import plugin="org.eclipse.cdt.core"/>
|
|
<import plugin="org.eclipse.cdt.ui"/>
|
|
<import plugin="org.eclipse.cdt.managedbuilder.core"/>
|
|
<import plugin="org.eclipse.core.runtime.compatibility"/>
|
|
</requires>
|
|
|
|
|
|
<extension
|
|
point="org.eclipse.ui.newWizards">
|
|
<!-- Managed Make Builder Projects -->
|
|
<wizard
|
|
name="%MngCCWizard.name"
|
|
icon="icons/full/wizban/newmngcc_app.gif"
|
|
category="org.eclipse.cdt.ui.newCCWizards"
|
|
class="org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedCCProjectWizard"
|
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
|
project="true"
|
|
id="org.eclipse.cdt.managedbuilder.ui.wizards.StdCCWizard">
|
|
<description>
|
|
%MngCCWizard.description
|
|
</description>
|
|
</wizard>
|
|
<wizard
|
|
name="%MngCWizard.name"
|
|
icon="icons/full/wizban/newmngc_app.gif"
|
|
category="org.eclipse.cdt.ui.newCWizards"
|
|
class="org.eclipse.cdt.managedbuilder.ui.wizards.NewManagedCProjectWizard"
|
|
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
|
project="true"
|
|
id="org.eclipse.cdt.managedbuilder.ui.wizards.StdCWizard">
|
|
<description>
|
|
%MngCWizard.description
|
|
</description>
|
|
</wizard>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.propertyPages">
|
|
<page
|
|
adaptable="true"
|
|
objectClass="org.eclipse.core.resources.IProject"
|
|
name="%MngBuildProp.name"
|
|
class="org.eclipse.cdt.managedbuilder.ui.properties.BuildPropertyPage"
|
|
id="org.eclipse.cdt.managedbuilder.ui.properties.BuildProperties">
|
|
<filter
|
|
name="nature"
|
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature">
|
|
</filter>
|
|
</page>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.propertyPages">
|
|
<page
|
|
adaptable="true"
|
|
objectClass="org.eclipse.core.resources.IProject"
|
|
name="%MngOtherProp.name"
|
|
class="org.eclipse.cdt.managedbuilder.ui.properties.ManagedBuilderPropertyPage"
|
|
id="org.eclipse.cdt.managedbuilder.ui.properties.ManagedBuilderProperties">
|
|
<filter
|
|
name="nature"
|
|
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature">
|
|
</filter>
|
|
</page>
|
|
</extension>
|
|
<extension
|
|
point="org.eclipse.ui.startup">
|
|
<startup
|
|
class="org.eclipse.cdt.managedbuilder.internal.ui.ManagedMakeStartup">
|
|
</startup>
|
|
</extension>
|
|
<!-- Managed Make Builder Tool Specifications -->
|
|
<extension
|
|
id="cdt.managed.build.info"
|
|
name="Managed Build Tools Description"
|
|
point="org.eclipse.cdt.managedbuilder.core.ManagedBuildInfo">
|
|
<managedBuildRevision
|
|
fileVersion="2.0.0">
|
|
</managedBuildRevision>
|
|
<tool
|
|
natureFilter="cnature"
|
|
name="%ToolName.linker.gnu.c"
|
|
sources="o"
|
|
outputFlag="-o"
|
|
command="gcc"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.linker"
|
|
name="%OptionCategory.General"
|
|
id="gnu.c.link.category.general">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoStartFiles"
|
|
category="gnu.c.link.category.general"
|
|
command="-nostartfiles"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.nostart">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoDefLibs"
|
|
category="gnu.c.link.category.general"
|
|
command="-nodefaultlibs"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.nodeflibs">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoStdLibs"
|
|
category="gnu.c.link.category.general"
|
|
command="-nostdlib"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.nostdlibs">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.Strip"
|
|
category="gnu.c.link.category.general"
|
|
command="-s"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.strip">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.Static"
|
|
category="gnu.c.link.category.general"
|
|
command="-static"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.noshared">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.linker"
|
|
name="%OptionCategory.Libs"
|
|
id="gnu.c.link.category.libs">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.Libs"
|
|
category="gnu.c.link.category.libs"
|
|
command="-l"
|
|
valueType="libs"
|
|
browseType="file"
|
|
id="gnu.c.link.option.libs">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Libsearch"
|
|
category="gnu.c.link.category.libs"
|
|
command="-L"
|
|
valueType="stringList"
|
|
browseType="directory"
|
|
id="gnu.c.link.option.paths">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.linker"
|
|
name="%OptionCategory.Misc"
|
|
id="gnu.c.link.category.other">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.Linker.Flags"
|
|
category="gnu.c.link.category.other"
|
|
id="gnu.c.link.option.ldflags"
|
|
valueType="string">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.XLinker"
|
|
category="gnu.c.link.category.other"
|
|
command="-Xlinker"
|
|
id="gnu.c.link.option.other"
|
|
valueType="stringList">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.UserObjs"
|
|
category="gnu.c.link.category.other"
|
|
id="gnu.c.link.option.userobjs"
|
|
valueType="userObjs"
|
|
browseType="file">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.linker"
|
|
name="%OptionCategory.Shared.Settings"
|
|
id="gnu.c.link.category.shared">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.Shared"
|
|
category="gnu.c.link.category.shared"
|
|
command="-shared"
|
|
valueType="boolean"
|
|
id="gnu.c.link.option.shared">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.SOName"
|
|
category="gnu.c.link.category.shared"
|
|
command="-Wl,-soname,"
|
|
valueType="string"
|
|
id="gnu.c.link.option.soname">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.Implib"
|
|
category="gnu.c.link.category.shared"
|
|
command="-Wl,--out-implib,"
|
|
valueType="string"
|
|
id="gnu.c.link.option.implname">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.Defname"
|
|
category="gnu.c.link.category.shared"
|
|
command="-Wl,--output-def,"
|
|
valueType="string"
|
|
id="gnu.c.link.option.defname">
|
|
</option>
|
|
</tool>
|
|
<tool
|
|
natureFilter="ccnature"
|
|
name="%ToolName.linker.gnu.cpp"
|
|
sources="o"
|
|
outputFlag="-o"
|
|
command="g++"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.linker"
|
|
name="%OptionCategory.General"
|
|
id="gnu.cpp.link.category.options">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoStartFiles"
|
|
category="gnu.cpp.link.category.options"
|
|
command="-nostartfiles"
|
|
valueType="boolean"
|
|
id="gnu.cpp.link.option.nostart">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoDefLibs"
|
|
category="gnu.cpp.link.category.options"
|
|
command="-nodefaultlibs"
|
|
valueType="boolean"
|
|
id="gnu.cpp.link.option.nodeflibs">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.NoStdLibs"
|
|
category="gnu.cpp.link.category.options"
|
|
command="-nostdlib"
|
|
valueType="boolean"
|
|
id="gnu.cpp.link.option.nostdlibs">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.Strip"
|
|
category="gnu.cpp.link.category.options"
|
|
command="-s"
|
|
valueType="boolean"
|
|
id="gnu.cpp.link.option.strip">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.linker"
|
|
name="%OptionCategory.Libs"
|
|
id="gnu.cpp.link.category.libs">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.Libs"
|
|
category="gnu.cpp.link.category.libs"
|
|
command="-l"
|
|
valueType="libs"
|
|
browseType="file"
|
|
id="gnu.cpp.link.option.libs">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Libsearch"
|
|
category="gnu.cpp.link.category.libs"
|
|
command="-L"
|
|
valueType="stringList"
|
|
browseType="directory"
|
|
id="gnu.cpp.link.option.paths">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.linker"
|
|
name="%OptionCategory.Misc"
|
|
id="gnu.cpp.link.category.other">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.Linker.Flags"
|
|
category="gnu.cpp.link.category.other"
|
|
id="gnu.cpp.link.option.flags"
|
|
valueType="string">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.XLinker"
|
|
category="gnu.cpp.link.category.other"
|
|
command="-Xlinker"
|
|
id="gnu.cpp.link.option.other"
|
|
valueType="stringList">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.UserObjs"
|
|
category="gnu.cpp.link.category.other"
|
|
id="gnu.cpp.link.option.userobjs"
|
|
valueType="userObjs"
|
|
browseType="file">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.linker"
|
|
name="%OptionCategory.Shared.Settings"
|
|
id="gnu.cpp.link.category.shared">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Linker.Shared"
|
|
category="gnu.cpp.link.category.shared"
|
|
command="-shared"
|
|
id="gnu.cpp.link.option.shared"
|
|
valueType="boolean">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.SOName"
|
|
category="gnu.cpp.link.category.shared"
|
|
command="-Wl,-soname,"
|
|
id="gnu.cpp.link.option.soname"
|
|
valueType="string">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.Implib"
|
|
category="gnu.cpp.link.category.shared"
|
|
command="-Wl,--out-implib,"
|
|
id="gnu.cpp.link.option.implname"
|
|
valueType="string">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Linker.Defname"
|
|
category="gnu.cpp.link.category.shared"
|
|
command="-Wl,--output-def,"
|
|
id="gnu.cpp.link.option.defname"
|
|
valueType="string">
|
|
</option>
|
|
</tool>
|
|
<tool
|
|
natureFilter="both"
|
|
name="%ToolName.archiver.gnu"
|
|
sources="o"
|
|
outputPrefix="lib"
|
|
command="ar"
|
|
outputs="a"
|
|
id="cdt.managedbuild.tool.gnu.archiver">
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.archiver"
|
|
name="%OptionCategory.General"
|
|
id="gnu.lib.category.general">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="-r"
|
|
name="%Option.Posix.Archiver.Flags"
|
|
category="gnu.lib.category.general"
|
|
id="gnu.both.lib.option.flags"
|
|
valueType="string">
|
|
</option>
|
|
</tool>
|
|
<target
|
|
name="%TargetName.gnu"
|
|
id="cdt.managedbuild.target.gnu"
|
|
cleanCommand="rm -rf"
|
|
isTest="false"
|
|
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
|
|
isAbstract="true"
|
|
makeCommand="make"
|
|
binaryParser="org.eclipse.cdt.core.ELF"
|
|
makeArguments="-k">
|
|
<tool
|
|
natureFilter="cnature"
|
|
name="%ToolName.compiler.gnu.c"
|
|
sources="c"
|
|
headerExtensions="h"
|
|
outputFlag="-o"
|
|
command="gcc"
|
|
outputs="o"
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Preproc"
|
|
id="gnu.c.compiler.category.preprocessor">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Nostdinc"
|
|
category="gnu.c.compiler.category.preprocessor"
|
|
command="-nostdinc"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.preprocessor.nostdinc">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.PreprocOnly"
|
|
category="gnu.c.compiler.category.preprocessor"
|
|
command="-E"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.preprocessor.preprocess">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Symbols"
|
|
id="gnu.c.compiler.category.symbols">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.DefSym"
|
|
category="gnu.c.compiler.category.symbols"
|
|
command="-D"
|
|
valueType="definedSymbols"
|
|
id="gnu.c.compiler.option.preprocessor.def.symbols">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.UndefSym"
|
|
category="gnu.c.compiler.category.symbols"
|
|
command="-U"
|
|
valueType="stringList"
|
|
id="gnu.c.compiler.option.preprocessor.undef.symbol">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Dirs"
|
|
id="gnu.c.compiler.category.dirs">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.InclPaths"
|
|
category="gnu.c.compiler.category.dirs"
|
|
command="-I"
|
|
browseType="directory"
|
|
valueType="includePath"
|
|
id="gnu.c.compiler.option.include.paths">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Optimize"
|
|
id="gnu.c.compiler.category.optimization">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.OptLevel"
|
|
category="gnu.c.compiler.category.optimization"
|
|
valueType="enumerated"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.None"
|
|
isDefault="false"
|
|
command="-O0"
|
|
id="gnu.c.optimization.level.none">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.Optimize"
|
|
command="-O1"
|
|
id="gnu.c.optimization.level.optimize">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.More"
|
|
isDefault="true"
|
|
command="-O2"
|
|
id="gnu.c.optimization.level.more">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.Most"
|
|
command="-O3"
|
|
id="gnu.c.optimization.level.most">
|
|
</enumeratedOptionValue>
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Optimize.Flags"
|
|
category="gnu.c.compiler.category.optimization"
|
|
valueType="string"
|
|
id="gnu.c.compiler.option.optimization.flags">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Debug"
|
|
id="gnu.c.compiler.category.debug">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.DebugLevel"
|
|
category="gnu.c.compiler.category.debug"
|
|
valueType="enumerated"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.None"
|
|
isDefault="false"
|
|
id="gnu.c.debugging.level.none">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Min"
|
|
command="-g1"
|
|
id="gnu.c.debugging.level.minimal">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Def"
|
|
isDefault="true"
|
|
command="-g"
|
|
id="gnu.c.debugging.level.default">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Max"
|
|
isDefault="false"
|
|
command="-g3"
|
|
id="gnu.c.debugging.level.max">
|
|
</enumeratedOptionValue>
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Debug.Other"
|
|
category="gnu.c.compiler.category.debug"
|
|
valueType="string"
|
|
id="gnu.c.compiler.option.debugging.other">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Debug.gprof"
|
|
category="gnu.c.compiler.category.debug"
|
|
command="-pg"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.debugging.gprof">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Debug.prof"
|
|
category="gnu.c.compiler.category.debug"
|
|
command="-p"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.debugging.prof">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Warn"
|
|
id="gnu.c.compiler.category.warnings">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.Syntax"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-fsyntax-only"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.syntax">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.Pedandic"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-pedantic"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.pedantic">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.PedErrors"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-pedantic-errors"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.pedantic.error">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.nowarn"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-w"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.nowarn">
|
|
</option>
|
|
<option
|
|
defaultValue="true"
|
|
name="%Option.Posix.Warn.allwarn"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-Wall"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.allwarn">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.toerrs"
|
|
category="gnu.c.compiler.category.warnings"
|
|
command="-Werror"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.warnings.toerrors">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
|
name="%OptionCategory.Misc"
|
|
id="gnu.c.compiler.category.other">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="-c -fmessage-length=0"
|
|
name="%Option.OtherFlags"
|
|
category="gnu.c.compiler.category.other"
|
|
valueType="string"
|
|
id="gnu.c.compiler.option.misc.other">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Verbose"
|
|
category="gnu.c.compiler.category.other"
|
|
command="-v"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.misc.verbose">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Ansi"
|
|
category="gnu.c.compiler.category.other"
|
|
command="-ansi"
|
|
valueType="boolean"
|
|
id="gnu.c.compiler.option.misc.ansi">
|
|
</option>
|
|
</tool>
|
|
<tool
|
|
natureFilter="ccnature"
|
|
name="%ToolName.compiler.gnu.cpp"
|
|
sources="c,C,cc,cxx,cpp"
|
|
headerExtensions="h,H,hpp"
|
|
outputFlag="-o"
|
|
command="g++"
|
|
outputs="o"
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Preproc"
|
|
id="gnu.cpp.compiler.category.preprocessor">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Nostdinc"
|
|
category="gnu.cpp.compiler.category.preprocessor"
|
|
command="-nostdinc"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.preprocessor.nostdinc">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.PreprocOnly"
|
|
category="gnu.cpp.compiler.category.preprocessor"
|
|
command="-E"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.preprocessor.preprocess">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.DefSym"
|
|
category="gnu.cpp.compiler.category.preprocessor"
|
|
command="-D"
|
|
valueType="definedSymbols"
|
|
id="gnu.cpp.compiler.option.preprocessor.def">
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.UndefSym"
|
|
category="gnu.cpp.compiler.category.preprocessor"
|
|
command="-U"
|
|
valueType="stringList"
|
|
id="gnu.cpp.compiler.option.preprocessor.undef">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Dirs"
|
|
id="gnu.cpp.compiler.category.dirs">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.InclPaths"
|
|
category="gnu.cpp.compiler.category.dirs"
|
|
command="-I"
|
|
browseType="directory"
|
|
valueType="includePath"
|
|
id="gnu.cpp.compiler.option.include.paths">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Optimize"
|
|
id="gnu.cpp.compiler.category.optimization">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.OptLevel"
|
|
category="gnu.cpp.compiler.category.optimization"
|
|
valueType="enumerated"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.None"
|
|
command="-O0"
|
|
id="gnu.cpp.compiler.optimization.level.none">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.Optimize"
|
|
command="-O1"
|
|
id="gnu.cpp.compiler.optimization.level.optimize">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.More"
|
|
isDefault="true"
|
|
command="-O2"
|
|
id="gnu.cpp.compiler.optimization.level.more">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Optimize.Most"
|
|
command="-O3"
|
|
id="gnu.cpp.compiler.optimization.level.most">
|
|
</enumeratedOptionValue>
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Optimize.Flags"
|
|
category="gnu.cpp.compiler.category.optimization"
|
|
valueType="string"
|
|
id="gnu.cpp.compiler.option.optimization.flags">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Debug"
|
|
id="gnu.cpp.compiler.category.debug">
|
|
</optionCategory>
|
|
<option
|
|
name="%Option.Posix.DebugLevel"
|
|
category="gnu.cpp.compiler.category.debug"
|
|
valueType="enumerated"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.None"
|
|
isDefault="false"
|
|
id="gnu.cpp.compiler.debugging.level.none">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Min"
|
|
command="-g1"
|
|
id="gnu.cpp.compiler.debugging.level.minimal">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Def"
|
|
isDefault="true"
|
|
command="-g"
|
|
id="gnu.cpp.compiler.debugging.level.default">
|
|
</enumeratedOptionValue>
|
|
<enumeratedOptionValue
|
|
name="%Option.Posix.Debug.Max"
|
|
isDefault="false"
|
|
command="-g3"
|
|
id="gnu.cpp.compiler.debugging.level.max">
|
|
</enumeratedOptionValue>
|
|
</option>
|
|
<option
|
|
name="%Option.Posix.Debug.Other"
|
|
category="gnu.cpp.compiler.category.debug"
|
|
valueType="string"
|
|
id="gnu.cpp.compiler.option.debugging.other">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Debug.prof"
|
|
category="gnu.cpp.compiler.category.debug"
|
|
command="-p"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.debugging.prof">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Debug.gprof"
|
|
category="gnu.cpp.compiler.category.debug"
|
|
command="-pg"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.debugging.gprof">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Warn"
|
|
id="gnu.cpp.compiler.category.warnings">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.Syntax"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-fsyntax-only"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.syntax">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.Pedandic"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-pedantic"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.pedantic">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.PedErrors"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-pedantic-errors"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.pedantic.error">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.nowarn"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-w"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.nowarn">
|
|
</option>
|
|
<option
|
|
defaultValue="true"
|
|
name="%Option.Posix.Warn.allwarn"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-Wall"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.allwarn">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Warn.toerrs"
|
|
category="gnu.cpp.compiler.category.warnings"
|
|
command="-Werror"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.warnings.toerrors">
|
|
</option>
|
|
<optionCategory
|
|
owner="cdt.managedbuild.tool.gnu.cpp.compiler"
|
|
name="%OptionCategory.Misc"
|
|
id="gnu.cpp.compiler.category.other">
|
|
</optionCategory>
|
|
<option
|
|
defaultValue="-c -fmessage-length=0"
|
|
name="%Option.OtherFlags"
|
|
category="gnu.cpp.compiler.category.other"
|
|
valueType="string"
|
|
id="gnu.cpp.compiler.option.other.other">
|
|
</option>
|
|
<option
|
|
defaultValue="false"
|
|
name="%Option.Posix.Verbose"
|
|
category="gnu.cpp.compiler.category.other"
|
|
command="-v"
|
|
valueType="boolean"
|
|
id="gnu.cpp.compiler.option.other.verbose">
|
|
</option>
|
|
</tool>
|
|
</target>
|
|
<target
|
|
isTest="false"
|
|
osList="solaris,linux,hpux,aix,macosx,qnx"
|
|
name="%TargetName.gnu.exe"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultGCCScannerInfoCollector"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
isAbstract="false"
|
|
id="cdt.managedbuild.target.gnu.exe">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.exe.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.exe.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
isTest="false"
|
|
osList="solaris,linux,hpux,aix,macosx,qnx"
|
|
name="%TargetName.gnu.so"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultGCCScannerInfoCollector"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
defaultExtension="so"
|
|
isAbstract="false"
|
|
id="cdt.managedbuild.target.gnu.so">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.so.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.so.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputPrefix="lib"
|
|
outputs="so"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
outputPrefix="lib"
|
|
outputs="so"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
isTest="false"
|
|
osList="solaris,linux,hpux,aix,macosx,qnx"
|
|
name="%TargetName.gnu.lib"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultGCCScannerInfoCollector"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
defaultExtension="a"
|
|
isAbstract="false"
|
|
id="cdt.managedbuild.target.gnu.lib">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.lib.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.lib.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputPrefix="lib"
|
|
outputs="a"
|
|
id="cdt.managedbuild.tool.gnu.archiver">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.cygw.exe"
|
|
id="cdt.managedbuild.target.gnu.cygwin.exe"
|
|
isTest="false"
|
|
defaultExtension="exe"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultCygwinScannerInfoCollector"
|
|
isAbstract="false"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.cygwin.exe.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.cygwin.exe.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="exe"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
outputs="exe"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.cygw.so"
|
|
id="cdt.managedbuild.target.gnu.cygwin.so"
|
|
isTest="false"
|
|
defaultExtension="a.dll"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultCygwinScannerInfoCollector"
|
|
isAbstract="false"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.cygwin.so.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.cygwin.so.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="a.dll"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
outputs="a.dll"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.cygw.lib"
|
|
id="cdt.managedbuild.target.gnu.cygwin.lib"
|
|
isTest="false"
|
|
defaultExtension="a"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultCygwinScannerInfoCollector"
|
|
isAbstract="false"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.cygwin.lib.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.cygwin.lib.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="a"
|
|
outputPrefix="lib"
|
|
id="cdt.managedbuild.tool.gnu.archiver">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.mingw.exe"
|
|
id="cdt.managedbuild.target.gnu.mingw.exe"
|
|
isTest="false"
|
|
defaultExtension="exe"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultMinGWScannerInfoCollector"
|
|
isAbstract="false"
|
|
makeCommand="mingw32-make"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.mingw.exe.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.mingw.exe.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="exe"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
outputs="exe"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.mingw.so"
|
|
id="cdt.managedbuild.target.gnu.mingw.so"
|
|
isTest="false"
|
|
defaultExtension="dll"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultMinGWScannerInfoCollector"
|
|
isAbstract="false"
|
|
makeCommand="mingw32-make"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.mingw.so.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.mingw.so.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="dll"
|
|
id="cdt.managedbuild.tool.gnu.c.linker">
|
|
</toolReference>
|
|
<toolReference
|
|
outputs="dll"
|
|
id="cdt.managedbuild.tool.gnu.cpp.linker">
|
|
</toolReference>
|
|
</target>
|
|
<target
|
|
name="%TargetName.mingw.lib"
|
|
id="cdt.managedbuild.target.gnu.mingw.lib"
|
|
isTest="false"
|
|
defaultExtension="lib"
|
|
scannerInfoCollector="org.eclipse.cdt.managedbuilder.internal.scannerconfig.DefaultMinGWScannerInfoCollector"
|
|
isAbstract="false"
|
|
makeCommand="mingw32-make"
|
|
binaryParser="org.eclipse.cdt.core.PE"
|
|
parent="cdt.managedbuild.target.gnu"
|
|
osList="win32">
|
|
<configuration
|
|
name="%ConfigName.Dbg"
|
|
id="cdt.managedbuild.config.gnu.mingw.lib.debug">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.none"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.max"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.none"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.max"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<configuration
|
|
name="%ConfigName.Rel"
|
|
id="cdt.managedbuild.config.gnu.mingw.lib.release">
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.c.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.c.optimization.level.most"
|
|
id="gnu.c.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.c.debugging.level.none"
|
|
id="gnu.c.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
<toolReference
|
|
id="cdt.managedbuild.tool.gnu.cpp.compiler">
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.optimization.level.most"
|
|
id="gnu.cpp.compiler.option.optimization.level">
|
|
</optionReference>
|
|
<optionReference
|
|
defaultValue="gnu.cpp.compiler.debugging.level.none"
|
|
id="gnu.cpp.compiler.option.debugging.level">
|
|
</optionReference>
|
|
</toolReference>
|
|
</configuration>
|
|
<toolReference
|
|
outputs="lib"
|
|
outputPrefix="lib"
|
|
id="cdt.managedbuild.tool.gnu.archiver">
|
|
</toolReference>
|
|
</target>
|
|
</extension>
|
|
|
|
</plugin>
|