-
Notifications
You must be signed in to change notification settings - Fork 6
/
.cdtproject
39 lines (38 loc) · 1.26 KB
/
.cdtproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse-cdt version="2.0"?>
<cdtproject id="org.eclipse.cdt.make.core.make">
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.GNU_ELF">
<attribute key="addr2line" value="m68k-palmos-addr2line"/>
<attribute key="c++filt" value="m68k-palmos-c++filt"/>
</extension>
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.ELF"/>
<data>
<item id="org.eclipse.cdt.core.pathentry">
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
</item>
<item id="cdt_indexer">
<indexEnabled indexValue="false"/>
<indexerProblemsEnabled indexProblemsValue="0"/>
</item>
<item id="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="src">
<buildCommand>make</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="src">
<buildCommand>make</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
</buildTargets>
</item>
<item id="cdt_resolver">
<custom value="false"/>
</item>
</data>
</cdtproject>