Add support for file passed as sources for gdb
[bertos.git] / wizard / cltemplates / bertos.project
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="$project" 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="./images/$project.elf" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
9       <Compiler Required="yes" Options="-g">
10         <IncludePath Value="."/>
11       </Compiler>
12       <Linker Required="yes" Options=""/>
13       <Debugger IsRemote="yes" RemoteHostName="localhost" RemoteHostPort="3333" DebuggerPath="$debuggerpath">
14         <PostConnectCommands>
15 source $initscript
16         </PostConnectCommands>
17         <StartupCommands></StartupCommands>
18       </Debugger>      
19       <ResourceCompiler Required="no" Options=""/>
20       <PreBuild/>
21       <PostBuild/>
22       <CustomBuild Enabled="yes">
23         <CleanCommand>make clean</CleanCommand>
24         <BuildCommand>make</BuildCommand>
25         <PreprocessFileCommand></PreprocessFileCommand>
26         <SingleFileCommand></SingleFileCommand>
27         <MakefileGenerationCommand></MakefileGenerationCommand>
28         <ThirdPartyToolName>None</ThirdPartyToolName>
29         <WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
30       </CustomBuild>
31       <AdditionalRules>
32         <CustomPostBuild></CustomPostBuild>
33         <CustomPreBuild></CustomPreBuild>
34       </AdditionalRules>
35     </Configuration>
36     <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library">
37       <General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
38       <Compiler Required="yes" Options="">
39         <IncludePath Value="."/>
40       </Compiler>
41       <Linker Required="yes" Options="-O2"/>
42       <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
43         <PostConnectCommands></PostConnectCommands>
44         <StartupCommands></StartupCommands>
45       </Debugger>
46       <ResourceCompiler Required="no" Options=""/>
47       <PreBuild/>
48       <PostBuild/>
49       <CustomBuild Enabled="yes">
50         <CleanCommand>make clean</CleanCommand>
51         <BuildCommand>make</BuildCommand>
52         <PreprocessFileCommand></PreprocessFileCommand>
53         <SingleFileCommand></SingleFileCommand>
54         <MakefileGenerationCommand></MakefileGenerationCommand>
55         <ThirdPartyToolName>None</ThirdPartyToolName>
56         <WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
57       </CustomBuild>
58       <AdditionalRules>
59         <CustomPostBuild></CustomPostBuild>
60         <CustomPreBuild></CustomPreBuild>
61       </AdditionalRules>
62     </Configuration>
63   </Settings>
64 </CodeLite_Project>