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="utils_g" />
|
6
|
<Option pch_mode="2" />
|
7
|
<Option compiler="gcc" />
|
8
|
<Build>
|
9
|
<Target title="Debug">
|
10
|
<Option output="bin\Debug\libutils_g" prefix_auto="1" extension_auto="1" />
|
11
|
<Option object_output="obj\Debug\" />
|
12
|
<Option type="3" />
|
13
|
<Option compiler="gcc" />
|
14
|
<Option createDefFile="1" />
|
15
|
<Option createStaticLib="1" />
|
16
|
<Compiler>
|
17
|
<Add option="-g" />
|
18
|
</Compiler>
|
19
|
</Target>
|
20
|
<Target title="Release">
|
21
|
<Option output="bin\libutils_g" prefix_auto="1" extension_auto="1" />
|
22
|
<Option object_output="obj\" />
|
23
|
<Option type="3" />
|
24
|
<Option compiler="gcc" />
|
25
|
<Option createDefFile="1" />
|
26
|
<Option createStaticLib="1" />
|
27
|
<Compiler>
|
28
|
<Add option="-O2" />
|
29
|
</Compiler>
|
30
|
<Linker>
|
31
|
<Add option="-s" />
|
32
|
</Linker>
|
33
|
</Target>
|
34
|
</Build>
|
35
|
<Compiler>
|
36
|
<Add option="-Wall" />
|
37
|
</Compiler>
|
38
|
<Unit filename="main.c">
|
39
|
<Option compilerVar="CC" />
|
40
|
</Unit>
|
41
|
<Extensions>
|
42
|
<code_completion />
|
43
|
<debugger />
|
44
|
</Extensions>
|
45
|
</Project>
|
46
|
</CodeBlocks_project_file>
|