Mercurial > minori
comparison dep/pugixml/scripts/pugixml_codeblocks.cbp @ 55:d10b6c6b432e
add xml lib, we will need to use it eventually
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 26 Sep 2023 12:37:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
54:466ac9870df9 | 55:d10b6c6b432e |
---|---|
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="pugixml" /> | |
6 <Option pch_mode="2" /> | |
7 <Option compiler="gcc" /> | |
8 <Build> | |
9 <Target title="Debug"> | |
10 <Option output="codeblocks/libpugixmld.a" prefix_auto="0" extension_auto="0" /> | |
11 <Option object_output="codeblocks/Debug" /> | |
12 <Option type="2" /> | |
13 <Option compiler="gcc" /> | |
14 <Compiler> | |
15 <Add option="-g" /> | |
16 <Add option="-D_DEBUG" /> | |
17 </Compiler> | |
18 <Linker> | |
19 </Linker> | |
20 </Target> | |
21 <Target title="Release"> | |
22 <Option output="codeblocks/libpugixml.a" prefix_auto="0" extension_auto="0" /> | |
23 <Option object_output="codeblocks/Release" /> | |
24 <Option type="2" /> | |
25 <Option compiler="gcc" /> | |
26 <Compiler> | |
27 <Add option="-g" /> | |
28 <Add option="-O2" /> | |
29 <Add option="-DNDEBUG" /> | |
30 </Compiler> | |
31 <Linker> | |
32 </Linker> | |
33 </Target> | |
34 </Build> | |
35 <Unit filename="../src/pugixml.hpp"> | |
36 </Unit> | |
37 <Unit filename="../src/pugiconfig.hpp"> | |
38 </Unit> | |
39 <Unit filename="../src/pugixml.cpp"> | |
40 </Unit> | |
41 <Extensions /> | |
42 </Project> | |
43 </CodeBlocks_project_file> | |
44 |