-
Notifications
You must be signed in to change notification settings - Fork 28
/
.cdtproject
159 lines (158 loc) · 6.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?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.ELF"/>
<data>
<item id="org.eclipse.cdt.core.pathentry">
<pathentry kind="src" path=""/>
<pathentry kind="out" path=""/>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
</item>
<item id="cdt_indexer">
<indexEnabled indexValue="true"/>
<indexerProblemsEnabled indexProblemsValue="0"/>
</item>
<item id="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="Build gsKit" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee/gs">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean gsKit" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee/gs">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build Font" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/font">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean Font" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/font">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Test Font" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/font">
<buildCommand>gmake</buildCommand>
<buildTarget>test</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build linuz-texture" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/linuz-texture">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean linuz-texture" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/linuz-texture">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Test linuz-texture" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/linuz-texture">
<buildCommand>gmake</buildCommand>
<buildTarget>test</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build Basic" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/basic">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Test Basic" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/basic">
<buildCommand>gmake</buildCommand>
<buildTarget>test</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean Basic" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/basic">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build dmaKit" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee/dma">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean dmaKit" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee/dma">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build Textures" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/textures">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean Textures" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/textures">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Test Textures" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples/textures">
<buildCommand>gmake</buildCommand>
<buildTarget>test</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build Examples" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean Examples" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="examples">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build All" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean All" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Console Reset" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>gmake</buildCommand>
<buildTarget>reset</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Build EE" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee">
<buildCommand>gmake</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
<target name="Clean EE" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="ee">
<buildCommand>gmake</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>false</useDefaultCommand>
</target>
</buildTargets>
</item>
</data>
</cdtproject>