File tree 6 files changed +829
-0
lines changed
6 files changed +829
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Compiled Object files
2
+ * .slo
3
+ * .lo
4
+ * .o
5
+ * .obj
6
+
7
+ # Precompiled Headers
8
+ * .gch
9
+ * .pch
10
+
11
+ # Compiled Dynamic libraries
12
+ * .so
13
+ * .dylib
14
+ * .dll
15
+
16
+ # Fortran module files
17
+ * .mod
18
+
19
+ # Compiled Static libraries
20
+ * .lai
21
+ * .la
22
+ * .a
23
+ * .lib
24
+
25
+ # Executables
26
+ * .exe
27
+ * .out
28
+ * .app
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
+ <CodeBlocks_project_file >
3
+ <FileVersion major =" 1" minor =" 6" />
4
+ <Project >
5
+ <Option title =" Change Making" />
6
+ <Option pch_mode =" 2" />
7
+ <Option compiler =" gcc" />
8
+ <Build >
9
+ <Target title =" Debug" >
10
+ <Option output =" bin/Debug/Tarea1" prefix_auto =" 1" extension_auto =" 1" />
11
+ <Option object_output =" obj/Debug/" />
12
+ <Option type =" 1" />
13
+ <Option compiler =" gcc" />
14
+ <Compiler >
15
+ <Add option =" -g" />
16
+ </Compiler >
17
+ </Target >
18
+ <Target title =" Release" >
19
+ <Option output =" bin/Release/Tarea1" prefix_auto =" 1" extension_auto =" 1" />
20
+ <Option object_output =" obj/Release/" />
21
+ <Option type =" 1" />
22
+ <Option compiler =" gcc" />
23
+ <Compiler >
24
+ <Add option =" -O2" />
25
+ </Compiler >
26
+ <Linker >
27
+ <Add option =" -s" />
28
+ </Linker >
29
+ </Target >
30
+ </Build >
31
+ <Compiler >
32
+ <Add option =" -Wall" />
33
+ <Add option =" -fexceptions" />
34
+ </Compiler >
35
+ <Unit filename =" Test.cpp" />
36
+ <Unit filename =" Test.h" />
37
+ <Unit filename =" main.cpp" />
38
+ <Extensions >
39
+ <code_completion />
40
+ <debugger />
41
+ </Extensions >
42
+ </Project >
43
+ </CodeBlocks_project_file >
You can’t perform that action at this time.
0 commit comments