Mercurial > minori
comparison dep/pugixml/scripts/pugixml_codelite.project @ 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"?> | |
2 <CodeLite_Project Name="pugixml"> | |
3 <VirtualDirectory Name="src"> | |
4 <File Name="../src/pugixml.hpp"/> | |
5 <File Name="../src/pugiconfig.hpp"/> | |
6 <File Name="../src/pugixml.cpp"/> | |
7 </VirtualDirectory> | |
8 <Settings Type="Static Library"> | |
9 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library"> | |
10 <General OutputFile="codelite/libpugixmld.a" IntermediateDirectory="codelite/Debug" Command="./libpugixmld.a" CommandArguments="" WorkingDirectory="codelite" PauseExecWhenProcTerminates="yes"/> | |
11 <Compiler Required="yes" Options="-g"> | |
12 <Preprocessor Value="_DEBUG"/> | |
13 </Compiler> | |
14 <Linker Required="yes" Options=""> | |
15 </Linker> | |
16 <ResourceCompiler Required="no" Options=""/> | |
17 <CustomBuild Enabled="no"> | |
18 <CleanCommand></CleanCommand> | |
19 <BuildCommand></BuildCommand> | |
20 <SingleFileCommand></SingleFileCommand> | |
21 <MakefileGenerationCommand></MakefileGenerationCommand> | |
22 <ThirdPartyToolName>None</ThirdPartyToolName> | |
23 <WorkingDirectory></WorkingDirectory> | |
24 </CustomBuild> | |
25 <AdditionalRules> | |
26 <CustomPostBuild></CustomPostBuild> | |
27 <CustomPreBuild></CustomPreBuild> | |
28 </AdditionalRules> | |
29 </Configuration> | |
30 <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library"> | |
31 <General OutputFile="codelite/libpugixml.a" IntermediateDirectory="codelite/Release" Command="./libpugixml.a" CommandArguments="" WorkingDirectory="codelite" PauseExecWhenProcTerminates="yes"/> | |
32 <Compiler Required="yes" Options="-g;-O2"> | |
33 <Preprocessor Value="NDEBUG"/> | |
34 </Compiler> | |
35 <Linker Required="yes" Options=""> | |
36 </Linker> | |
37 <ResourceCompiler Required="no" Options=""/> | |
38 <CustomBuild Enabled="no"> | |
39 <CleanCommand></CleanCommand> | |
40 <BuildCommand></BuildCommand> | |
41 <SingleFileCommand></SingleFileCommand> | |
42 <MakefileGenerationCommand></MakefileGenerationCommand> | |
43 <ThirdPartyToolName>None</ThirdPartyToolName> | |
44 <WorkingDirectory></WorkingDirectory> | |
45 </CustomBuild> | |
46 <AdditionalRules> | |
47 <CustomPostBuild></CustomPostBuild> | |
48 <CustomPreBuild></CustomPreBuild> | |
49 </AdditionalRules> | |
50 </Configuration> | |
51 </Settings> | |
52 <Dependencies name="Debug"> | |
53 </Dependencies> | |
54 <Dependencies name="Release"> | |
55 </Dependencies> | |
56 </CodeLite_Project> |