Chunk is purely a wrapper class, any 'state variables', like 'characters in room...
[UnsignedByte.git] / src / Initializer / Initializer.project
blobe22cccd8fb34e6aaf8d5fe21b6eca402bd9b15c6
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="./Debug" Command="./Initialize" CommandArguments="" WorkingDirectory="../../bin" PauseExecWhenProcTerminates="yes"/>
13 <Compiler Required="yes" Options="-g -Wall">
14 <IncludePath Value="."/>
15 <IncludePath Value="../Sockets"/>
16 <IncludePath Value="../Resource"/>
17 <IncludePath Value="../DAL"/>
18 <IncludePath Value="../DB/Generated"/>
19 <IncludePath Value="../DB/Savables"/>
20 <IncludePath Value="../DB/Managers"/>
21 </Compiler>
22 <Linker Required="yes" Options="-O0">
23 <LibraryPath Value="."/>
24 <LibraryPath Value="../../lib"/>
25 <Library Value="ubdb"/>
26 <Library Value="ubdal"/>
27 <Library Value="ubresource"/>
28 <Library Value="ubsockets"/>
29 <Library Value="sqlite3"/>
30 <Library Value="pthread"/>
31 <Library Value="dl"/>
32 </Linker>
33 <ResourceCompiler Required="no" Options=""/>
34 <PreBuild/>
35 <PostBuild/>
36 <CustomBuild Enabled="no">
37 <CleanCommand></CleanCommand>
38 <BuildCommand></BuildCommand>
39 <SingleFileCommand></SingleFileCommand>
40 <MakefileGenerationCommand></MakefileGenerationCommand>
41 <ThirdPartyToolName>None</ThirdPartyToolName>
42 <WorkingDirectory></WorkingDirectory>
43 </CustomBuild>
44 <AdditionalRules>
45 <CustomPostBuild></CustomPostBuild>
46 <CustomPreBuild>
48 </CustomPreBuild>
49 </AdditionalRules>
50 </Configuration>
51 <Configuration Name="MN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
52 <General OutputFile="../../bin/Initialize" IntermediateDirectory="./Debug" Command="./Initialize" CommandArguments="" WorkingDirectory="../../bin" PauseExecWhenProcTerminates="yes"/>
53 <Compiler Required="yes" Options="-g -Wall">
54 <IncludePath Value="."/>
55 <IncludePath Value="../Sockets"/>
56 <IncludePath Value="../Resource"/>
57 <IncludePath Value="../DAL"/>
58 <IncludePath Value="../DB"/>
59 </Compiler>
60 <Linker Required="yes" Options="-O0 -static">
61 <LibraryPath Value="."/>
62 <LibraryPath Value="../../lib"/>
63 <Library Value="ubdb"/>
64 <Library Value="ubdal"/>
65 <Library Value="ubresource"/>
66 <Library Value="ubsockets"/>
67 <Library Value="sqlite3"/>
68 <Library Value="pthread"/>
69 <Library Value="dl"/>
70 </Linker>
71 <ResourceCompiler Required="no" Options=""/>
72 <PreBuild/>
73 <PostBuild/>
74 <CustomBuild Enabled="no">
75 <CleanCommand></CleanCommand>
76 <BuildCommand></BuildCommand>
77 <SingleFileCommand></SingleFileCommand>
78 <MakefileGenerationCommand></MakefileGenerationCommand>
79 <ThirdPartyToolName>None</ThirdPartyToolName>
80 <WorkingDirectory></WorkingDirectory>
81 </CustomBuild>
82 <AdditionalRules>
83 <CustomPostBuild></CustomPostBuild>
84 <CustomPreBuild></CustomPreBuild>
85 </AdditionalRules>
86 </Configuration>
87 <Configuration Name="Profiling" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
88 <General OutputFile="../bin/Initialize" IntermediateDirectory="./Profiling" Command="Initialize" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
89 <Compiler Required="yes" Options="-g -Wall -pg">
90 <IncludePath Value="."/>
91 <IncludePath Value="../include"/>
92 <IncludePath Value="$(HOME)/local/include"/>
93 </Compiler>
94 <Linker Required="yes" Options="-O0 -pg">
95 <LibraryPath Value="."/>
96 <LibraryPath Value="../lib"/>
97 <LibraryPath Value="$(HOME)/local/lib"/>
98 <Library Value="ubdal"/>
99 <Library Value="ubresource"/>
100 <Library Value="sqlite3"/>
101 <Library Value="pthread"/>
102 <Library Value="dl"/>
103 </Linker>
104 <ResourceCompiler Required="no" Options=""/>
105 <PreBuild/>
106 <PostBuild/>
107 <CustomBuild Enabled="no">
108 <CleanCommand></CleanCommand>
109 <BuildCommand></BuildCommand>
110 <SingleFileCommand></SingleFileCommand>
111 <MakefileGenerationCommand></MakefileGenerationCommand>
112 <ThirdPartyToolName>None</ThirdPartyToolName>
113 <WorkingDirectory></WorkingDirectory>
114 </CustomBuild>
115 <AdditionalRules>
116 <CustomPostBuild></CustomPostBuild>
117 <CustomPreBuild></CustomPreBuild>
118 </AdditionalRules>
119 </Configuration>
120 <Configuration Name="Release" CompilerType="GNU g++" DebuggerType="">
121 <General OutputFile="./Release/HelloWorld" IntermediateDirectory="./Release" Command="HelloWorld" CommandArguments="" WorkingDirectory="./Release" PauseExecWhenProcTerminates="yes"/>
122 <Compiler Required="yes" Options="-O2">
123 <IncludePath Value="."/>
124 </Compiler>
125 <Linker Required="yes" Options="-O2">
126 <LibraryPath Value="."/>
127 <LibraryPath Value="./Release"/>
128 </Linker>
129 <ResourceCompiler Required="yes" Options=""/>
130 <PreBuild/>
131 <PostBuild/>
132 <CustomBuild Enabled="no">
133 <CleanCommand></CleanCommand>
134 <BuildCommand></BuildCommand>
135 <SingleFileCommand></SingleFileCommand>
136 <MakefileGenerationCommand></MakefileGenerationCommand>
137 <ThirdPartyToolName></ThirdPartyToolName>
138 <WorkingDirectory></WorkingDirectory>
139 </CustomBuild>
140 <AdditionalRules>
141 <CustomPostBuild></CustomPostBuild>
142 <CustomPreBuild></CustomPreBuild>
143 </AdditionalRules>
144 </Configuration>
145 </Settings>
146 <Dependencies>
147 <Project Name="Sockets"/>
148 <Project Name="Resource"/>
149 <Project Name="DAL"/>
150 <Project Name="Generator"/>
151 <Project Name="DB"/>
152 </Dependencies>
153 </CodeLite_Project>