Skip to content

Commit ff6b0e1

Browse files
Fixed bugs, generated Eclipse projects with cmake
1 parent c161866 commit ff6b0e1

File tree

277 files changed

+58101
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

277 files changed

+58101
-4
lines changed

ABitmapClass/.cproject

+473
Large diffs are not rendered by default.

ABitmapClass/.project

+182
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ABitmapClass@ABitmapClass</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.make.core.makeBuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
<dictionary>
13+
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
14+
<value>clean</value>
15+
</dictionary>
16+
<dictionary>
17+
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
18+
<value>true</value>
19+
</dictionary>
20+
<dictionary>
21+
<key>org.eclipse.cdt.make.core.append_environment</key>
22+
<value>true</value>
23+
</dictionary>
24+
<dictionary>
25+
<key>org.eclipse.cdt.make.core.stopOnError</key>
26+
<value>true</value>
27+
</dictionary>
28+
<dictionary>
29+
<key>org.eclipse.cdt.make.core.enabledIncrementalBuild</key>
30+
<value>true</value>
31+
</dictionary>
32+
<dictionary>
33+
<key>org.eclipse.cdt.make.core.build.command</key>
34+
<value>/usr/bin/make</value>
35+
</dictionary>
36+
<dictionary>
37+
<key>org.eclipse.cdt.make.core.contents</key>
38+
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
39+
</dictionary>
40+
<dictionary>
41+
<key>org.eclipse.cdt.make.core.build.target.inc</key>
42+
<value>all</value>
43+
</dictionary>
44+
<dictionary>
45+
<key>org.eclipse.cdt.make.core.build.arguments</key>
46+
<value>-j4</value>
47+
</dictionary>
48+
<dictionary>
49+
<key>org.eclipse.cdt.make.core.buildLocation</key>
50+
<value>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass</value>
51+
</dictionary>
52+
<dictionary>
53+
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
54+
<value>false</value>
55+
</dictionary>
56+
<dictionary>
57+
<key>org.eclipse.cdt.make.core.environment</key>
58+
<value>VERBOSE=1|CMAKE_NO_VERBOSE=1|</value>
59+
</dictionary>
60+
<dictionary>
61+
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
62+
<value>true</value>
63+
</dictionary>
64+
<dictionary>
65+
<key>org.eclipse.cdt.make.core.build.target.auto</key>
66+
<value>all</value>
67+
</dictionary>
68+
<dictionary>
69+
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
70+
<value>false</value>
71+
</dictionary>
72+
<dictionary>
73+
<key>org.eclipse.cdt.make.core.build.target.clean</key>
74+
<value>clean</value>
75+
</dictionary>
76+
<dictionary>
77+
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
78+
<value>all</value>
79+
</dictionary>
80+
<dictionary>
81+
<key>org.eclipse.cdt.make.core.buildArguments</key>
82+
<value></value>
83+
</dictionary>
84+
<dictionary>
85+
<key>org.eclipse.cdt.make.core.build.location</key>
86+
<value>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass</value>
87+
</dictionary>
88+
<dictionary>
89+
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
90+
<value>all</value>
91+
</dictionary>
92+
<dictionary>
93+
<key>org.eclipse.cdt.core.errorOutputParser</key>
94+
<value>org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;</value>
95+
</dictionary>
96+
</arguments>
97+
</buildCommand>
98+
<buildCommand>
99+
<name>org.eclipse.cdt.make.core.ScannerConfigBuilder</name>
100+
<arguments>
101+
</arguments>
102+
</buildCommand>
103+
</buildSpec>
104+
<natures>
105+
<nature>org.eclipse.cdt.make.core.makeNature</nature>
106+
<nature>org.eclipse.cdt.make.core.ScannerConfigNature</nature>
107+
<nature>org.eclipse.cdt.core.ccnature</nature>
108+
<nature>org.eclipse.cdt.core.cnature</nature>
109+
</natures>
110+
<linkedResources>
111+
<link>
112+
<name>[Subprojects]</name>
113+
<type>2</type>
114+
<locationURI>virtual:/virtual</locationURI>
115+
</link>
116+
<link>
117+
<name>[Targets]</name>
118+
<type>2</type>
119+
<locationURI>virtual:/virtual</locationURI>
120+
</link>
121+
<link>
122+
<name>[Targets]/[exe] ABitmapClass</name>
123+
<type>2</type>
124+
<locationURI>virtual:/virtual</locationURI>
125+
</link>
126+
<link>
127+
<name>[Targets]/[exe] ABitmapClass/</name>
128+
<type>2</type>
129+
<locationURI>virtual:/virtual</locationURI>
130+
</link>
131+
<link>
132+
<name>[Targets]/[exe] ABitmapClass/Source Files</name>
133+
<type>2</type>
134+
<locationURI>virtual:/virtual</locationURI>
135+
</link>
136+
<link>
137+
<name>[Targets]/[exe] ABitmapClass/Source Files/Bitmap.cpp</name>
138+
<type>1</type>
139+
<location>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass/src/Bitmap.cpp</location>
140+
</link>
141+
<link>
142+
<name>[Targets]/[exe] ABitmapClass/Source Files/main.cpp</name>
143+
<type>1</type>
144+
<location>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass/src/main.cpp</location>
145+
</link>
146+
<link>
147+
<name>[Targets]/[exe] ABitmapClass/Header Files</name>
148+
<type>2</type>
149+
<locationURI>virtual:/virtual</locationURI>
150+
</link>
151+
<link>
152+
<name>[Targets]/[exe] ABitmapClass/Header Files/Bitmap.h</name>
153+
<type>1</type>
154+
<location>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass/src/Bitmap.h</location>
155+
</link>
156+
<link>
157+
<name>[Targets]/[exe] ABitmapClass/Header Files/BitmapFileHeader.h</name>
158+
<type>1</type>
159+
<location>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass/src/BitmapFileHeader.h</location>
160+
</link>
161+
<link>
162+
<name>[Targets]/[exe] ABitmapClass/Header Files/BitmapInfoHeader.h</name>
163+
<type>1</type>
164+
<location>/Users/johnpurcell/Documents/cpp/advanced-cplusplus/ABitmapClass/src/BitmapInfoHeader.h</location>
165+
</link>
166+
<link>
167+
<name>[Targets]/[exe] ABitmapClass/CMake Rules</name>
168+
<type>2</type>
169+
<locationURI>virtual:/virtual</locationURI>
170+
</link>
171+
<link>
172+
<name>[Targets]/[exe] ABitmapClass/Resources</name>
173+
<type>2</type>
174+
<locationURI>virtual:/virtual</locationURI>
175+
</link>
176+
<link>
177+
<name>[Targets]/[exe] ABitmapClass/Object Files</name>
178+
<type>2</type>
179+
<locationURI>virtual:/virtual</locationURI>
180+
</link>
181+
</linkedResources>
182+
</projectDescription>

ABitmapClass/bin/ABitmapClass

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)