a865056b092b8b7a84e251e70465b0f69dc14b97
[bertos.git] / wizard / cltemplates / bertos.project
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="bertos" InternalType="">
3 $filelist
4   <Description></Description>
5   <Dependencies/>
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="."/>
11       </Compiler>
12       <Linker Required="yes" Options=""/>
13       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
14         <PostConnectCommands></PostConnectCommands>
15         <StartupCommands></StartupCommands>
16       </Debugger>
17       <ResourceCompiler Required="no" Options=""/>
18       <PreBuild/>
19       <PostBuild/>
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>
28       </CustomBuild>
29       <AdditionalRules>
30         <CustomPostBuild></CustomPostBuild>
31         <CustomPreBuild></CustomPreBuild>
32       </AdditionalRules>
33     </Configuration>
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="."/>
38       </Compiler>
39       <Linker Required="yes" Options="-O2"/>
40       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
41         <PostConnectCommands></PostConnectCommands>
42         <StartupCommands></StartupCommands>
43       </Debugger>
44       <ResourceCompiler Required="no" Options=""/>
45       <PreBuild/>
46       <PostBuild/>
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>
55       </CustomBuild>
56       <AdditionalRules>
57         <CustomPostBuild></CustomPostBuild>
58         <CustomPreBuild></CustomPreBuild>
59       </AdditionalRules>
60     </Configuration>
61   </Settings>
62 </CodeLite_Project>