There Vegard, happy now? One big makefile. Also added a Relation class.
[UnsignedByte.git] / UnsignedByte / Initializer / Initializer.project
blob160db3fcf7752fa588dc8d737cbf87e8d08b4c51
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="Initializer">
3 <VirtualDirectory Name="Source Files">
4 <File Name="main.cpp"/>
5 <File Name="Initializer.cpp"/>
6 </VirtualDirectory>
7 <VirtualDirectory Name="Header Files">
8 <File Name="Initializer.h"/>
9 </VirtualDirectory>
10 <Settings Type="Executable">
11 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
12 <General OutputFile="../bin/Initialize" IntermediateDirectory="Intermediate" Command="Initialize" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
13 <Compiler Required="yes" Options="-g -Wall">
14 <IncludePath Value="."/>
15 <IncludePath Value="../include"/>
16 <IncludePath Value="$(HOME)/local/include"/>
17 </Compiler>
18 <Linker Required="yes" Options="-O0">
19 <LibraryPath Value="."/>
20 <LibraryPath Value="../lib"/>
21 <LibraryPath Value="$(HOME)/local/lib"/>
22 <Library Value="pthread"/>
23 <Library Value="dl"/>
24 <Library Value="sqlite3"/>
25 <Library Value="ubdal"/>
26 <Library Value="ubresource"/>
27 </Linker>
28 <ResourceCompiler Required="no" Options=""/>
29 <PreBuild/>
30 <PostBuild/>
31 <CustomBuild Enabled="no">
32 <CleanCommand/>
33 <BuildCommand/>
34 <MakefileGenerationCommand/>
35 <ThirdPartyToolName>None</ThirdPartyToolName>
36 <WorkingDirectory/>
37 </CustomBuild>
38 <AdditionalRules>
39 <CustomPostBuild/>
40 <CustomPreBuild/>
41 </AdditionalRules>
42 </Configuration>
43 <Configuration Name="Release" CompilerType="GNU g++" DebuggerType="">
44 <General OutputFile="./Release/HelloWorld" IntermediateDirectory="./Release" Command="HelloWorld" CommandArguments="" WorkingDirectory="./Release" PauseExecWhenProcTerminates="yes"/>
45 <Compiler Required="yes" Options="-O2">
46 <IncludePath Value="."/>
47 </Compiler>
48 <Linker Required="yes" Options="-O2">
49 <LibraryPath Value="."/>
50 <LibraryPath Value="./Release"/>
51 </Linker>
52 <ResourceCompiler Required="yes" Options=""/>
53 <PreBuild/>
54 <PostBuild/>
55 <CustomBuild Enabled="no">
56 <CleanCommand/>
57 <BuildCommand/>
58 <MakefileGenerationCommand/>
59 <ThirdPartyToolName/>
60 <WorkingDirectory/>
61 </CustomBuild>
62 <AdditionalRules>
63 <CustomPostBuild/>
64 <CustomPreBuild/>
65 </AdditionalRules>
66 </Configuration>
67 </Settings>
68 <Dependencies>
69 <Project Name="Resource"/>
70 <Project Name="Generator"/>
71 <Project Name="DAL"/>
72 </Dependencies>
73 </CodeLite_Project>