1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="$project" InternalType="">
4 <Description></Description>
6 <Settings Type="Dynamic Library">
7 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library">
8 <General OutputFile="" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
9 <Compiler Required="yes" Options="-g">
10 <IncludePath Value="."/>
12 <Linker Required="yes" Options=""/>
13 <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
14 <PostConnectCommands></PostConnectCommands>
15 <StartupCommands></StartupCommands>
17 <ResourceCompiler Required="no" Options=""/>
20 <CustomBuild Enabled="yes">
21 <CleanCommand>make clean</CleanCommand>
22 <BuildCommand>make</BuildCommand>
23 <PreprocessFileCommand></PreprocessFileCommand>
24 <SingleFileCommand></SingleFileCommand>
25 <MakefileGenerationCommand></MakefileGenerationCommand>
26 <ThirdPartyToolName>None</ThirdPartyToolName>
27 <WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
30 <CustomPostBuild></CustomPostBuild>
31 <CustomPreBuild></CustomPreBuild>
34 <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library">
35 <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
36 <Compiler Required="yes" Options="">
37 <IncludePath Value="."/>
39 <Linker Required="yes" Options="-O2"/>
40 <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
41 <PostConnectCommands></PostConnectCommands>
42 <StartupCommands></StartupCommands>
44 <ResourceCompiler Required="no" Options=""/>
47 <CustomBuild Enabled="yes">
48 <CleanCommand>make clean</CleanCommand>
49 <BuildCommand>make</BuildCommand>
50 <PreprocessFileCommand></PreprocessFileCommand>
51 <SingleFileCommand></SingleFileCommand>
52 <MakefileGenerationCommand></MakefileGenerationCommand>
53 <ThirdPartyToolName>None</ThirdPartyToolName>
54 <WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
57 <CustomPostBuild></CustomPostBuild>
58 <CustomPreBuild></CustomPreBuild>