Mercurial > minori
comparison dep/pugixml/scripts/pugixml_codeblocks.cbp @ 367:8d45d892be88 default tip
*: instead of pugixml, use Qt XML features
this means we have one extra Qt dependency though...
author | Paper <paper@tflc.us> |
---|---|
date | Sun, 17 Nov 2024 22:55:47 -0500 |
parents | 886f66775f31 |
children |
comparison
equal
deleted
inserted
replaced
366:886f66775f31 | 367:8d45d892be88 |
---|---|
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 |