- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxml-parser.cbp
More file actions
Latest commit
48 lines (48 loc) · 1.2 KB
/
Copy pathxml-parser.cbp
File metadata and controls
48 lines (48 loc) · 1.2 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersionmajor="1"minor="6" />
<Project>
<Optiontitle="xml-parser" />
<Optionpch_mode="2" />
<Optioncompiler="gcc" />
<Build>
<Targettitle="Debug">
<Optionoutput="bin\Debug\xml-parser"prefix_auto="1"extension_auto="1" />
<Optionobject_output="obj\Debug\" />
<Optiontype="1" />
<Optioncompiler="gcc" />
<Compiler>
<Addoption="-g" />
</Compiler>
</Target>
<Targettitle="Release">
<Optionoutput="bin\Release\xml-parser"prefix_auto="1"extension_auto="1" />
<Optionobject_output="obj\Release\" />
<Optiontype="1" />
<Optioncompiler="gcc" />
<Compiler>
<Addoption="-O2" />
</Compiler>
<Linker>
<Addoption="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Addoption="-Wall" />
</Compiler>
<Unitfilename="main.c">
<OptioncompilerVar="CC" />
</Unit>
<Unitfilename="xmlparser.c">
<OptioncompilerVar="CC" />
</Unit>
<Unitfilename="xmlparser.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finderdisable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>