Mercurial > minori
diff dep/pugixml/scripts/pugixml_codelite.project @ 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 |
line wrap: on
line diff
--- a/dep/pugixml/scripts/pugixml_codelite.project Sun Nov 17 19:56:01 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<CodeLite_Project Name="pugixml"> - <VirtualDirectory Name="src"> - <File Name="../src/pugixml.hpp"/> - <File Name="../src/pugiconfig.hpp"/> - <File Name="../src/pugixml.cpp"/> - </VirtualDirectory> - <Settings Type="Static Library"> - <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library"> - <General OutputFile="codelite/libpugixmld.a" IntermediateDirectory="codelite/Debug" Command="./libpugixmld.a" CommandArguments="" WorkingDirectory="codelite" PauseExecWhenProcTerminates="yes"/> - <Compiler Required="yes" Options="-g"> - <Preprocessor Value="_DEBUG"/> - </Compiler> - <Linker Required="yes" Options=""> - </Linker> - <ResourceCompiler Required="no" Options=""/> - <CustomBuild Enabled="no"> - <CleanCommand></CleanCommand> - <BuildCommand></BuildCommand> - <SingleFileCommand></SingleFileCommand> - <MakefileGenerationCommand></MakefileGenerationCommand> - <ThirdPartyToolName>None</ThirdPartyToolName> - <WorkingDirectory></WorkingDirectory> - </CustomBuild> - <AdditionalRules> - <CustomPostBuild></CustomPostBuild> - <CustomPreBuild></CustomPreBuild> - </AdditionalRules> - </Configuration> - <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library"> - <General OutputFile="codelite/libpugixml.a" IntermediateDirectory="codelite/Release" Command="./libpugixml.a" CommandArguments="" WorkingDirectory="codelite" PauseExecWhenProcTerminates="yes"/> - <Compiler Required="yes" Options="-g;-O2"> - <Preprocessor Value="NDEBUG"/> - </Compiler> - <Linker Required="yes" Options=""> - </Linker> - <ResourceCompiler Required="no" Options=""/> - <CustomBuild Enabled="no"> - <CleanCommand></CleanCommand> - <BuildCommand></BuildCommand> - <SingleFileCommand></SingleFileCommand> - <MakefileGenerationCommand></MakefileGenerationCommand> - <ThirdPartyToolName>None</ThirdPartyToolName> - <WorkingDirectory></WorkingDirectory> - </CustomBuild> - <AdditionalRules> - <CustomPostBuild></CustomPostBuild> - <CustomPreBuild></CustomPreBuild> - </AdditionalRules> - </Configuration> - </Settings> - <Dependencies name="Debug"> - </Dependencies> - <Dependencies name="Release"> - </Dependencies> -</CodeLite_Project>