2007-11-19 20:36:49 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<?eclipse-cdt version="2.0"?>
|
|
|
|
|
|
|
|
<cdtproject id="org.eclipse.cdt.make.core.make">
|
|
|
|
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
|
|
|
|
<data>
|
|
|
|
<item id="scannerConfiguration">
|
|
|
|
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
|
|
|
|
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
|
|
<buildOutputProvider>
|
|
|
|
<openAction enabled="true" filePath=""/>
|
|
|
|
<parser enabled="true"/>
|
|
|
|
</buildOutputProvider>
|
|
|
|
<scannerInfoProvider id="specsFile">
|
|
|
|
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
|
|
<parser enabled="true"/>
|
|
|
|
</scannerInfoProvider>
|
|
|
|
</profile>
|
|
|
|
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
|
|
<buildOutputProvider>
|
|
|
|
<openAction enabled="false" filePath=""/>
|
|
|
|
<parser enabled="true"/>
|
|
|
|
</buildOutputProvider>
|
|
|
|
<scannerInfoProvider id="makefileGenerator">
|
|
|
|
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
|
|
<parser enabled="false"/>
|
|
|
|
</scannerInfoProvider>
|
|
|
|
</profile>
|
|
|
|
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
|
|
<buildOutputProvider>
|
|
|
|
<openAction enabled="false" filePath=""/>
|
|
|
|
<parser enabled="true"/>
|
|
|
|
</buildOutputProvider>
|
|
|
|
<scannerInfoProvider id="specsFile">
|
|
|
|
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
|
|
<parser enabled="false"/>
|
|
|
|
</scannerInfoProvider>
|
|
|
|
</profile>
|
|
|
|
<profile id="org.eclipse.cdt.managedbuilder.core.GCCWinManagedMakePerProjectProfile">
|
|
|
|
<buildOutputProvider>
|
|
|
|
<openAction enabled="false" filePath=""/>
|
|
|
|
<parser enabled="true"/>
|
|
|
|
</buildOutputProvider>
|
|
|
|
<scannerInfoProvider id="specsFile">
|
|
|
|
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
|
|
<parser enabled="false"/>
|
|
|
|
</scannerInfoProvider>
|
|
|
|
</profile>
|
|
|
|
</item>
|
|
|
|
<item id="org.eclipse.cdt.core.pathentry">
|
2008-01-26 21:18:07 +00:00
|
|
|
<pathentry kind="src" path="libisofs"/>
|
2007-11-29 21:06:56 +00:00
|
|
|
<pathentry kind="src" path="test"/>
|
|
|
|
<pathentry kind="src" path="demo"/>
|
2007-11-19 20:36:49 +00:00
|
|
|
<pathentry kind="out" path=""/>
|
|
|
|
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
|
|
|
|
</item>
|
2007-12-01 00:42:21 +00:00
|
|
|
<item id="org.eclipse.cdt.make.core.buildtargets">
|
|
|
|
<buildTargets>
|
|
|
|
<target name="check" path="" targetID="org.eclipse.cdt.make.MakeTargetBuilder">
|
|
|
|
<buildCommand>make</buildCommand>
|
|
|
|
<buildArguments/>
|
|
|
|
<buildTarget>check</buildTarget>
|
|
|
|
<stopOnError>false</stopOnError>
|
|
|
|
<useDefaultCommand>true</useDefaultCommand>
|
|
|
|
</target>
|
|
|
|
</buildTargets>
|
|
|
|
</item>
|
2007-11-19 20:36:49 +00:00
|
|
|
</data>
|
|
|
|
</cdtproject>
|