summaryrefslogtreecommitdiff
path: root/scripts/pugixml_codelite.project
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-11-17 19:25:20 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-11-17 19:25:20 +0000
commit5720761685a1abc8ae0b5840a62359d35838ac3b (patch)
tree48012c6c40e2e7c611eb689b8d04bee306068a9b /scripts/pugixml_codelite.project
parent8f1a304dbfa472e03d06a8cdb3d9cd6f8ce06cc5 (diff)
scripts: Ported premake script to premake4.3, regenerated all projects
git-svn-id: http://pugixml.googlecode.com/svn/trunk@799 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'scripts/pugixml_codelite.project')
-rw-r--r--scripts/pugixml_codelite.project6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pugixml_codelite.project b/scripts/pugixml_codelite.project
index 0c242c8..637a81d 100644
--- a/scripts/pugixml_codelite.project
+++ b/scripts/pugixml_codelite.project
@@ -7,7 +7,7 @@
</VirtualDirectory>
<Settings Type="Static Library">
<Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Static Library">
- <General OutputFile="codelite/libpugixml_d.a" IntermediateDirectory="codelite/Debug" Command="./libpugixml_d.a" CommandArguments="" WorkingDirectory="codelite" PauseExecWhenProcTerminates="yes"/>
+ <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>
@@ -29,10 +29,10 @@
</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="-O2">
+ <Compiler Required="yes" Options="-g;-O2">
<Preprocessor Value="NDEBUG"/>
</Compiler>
- <Linker Required="yes" Options="-s">
+ <Linker Required="yes" Options="">
</Linker>
<ResourceCompiler Required="no" Options=""/>
<CustomBuild Enabled="no">