Used a more uniform of logging and added a commandline parser.
[UnsignedByte.git] / src / Server / Server.project
blob9956e2fa4db17264938ae478a0f5f08e030ffe55
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="Server">
3 <VirtualDirectory Name="Source Files">
4 <File Name="main.cpp"/>
5 </VirtualDirectory>
6 <VirtualDirectory Name="Header Files"/>
7 <Settings Type="Executable">
8 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
9 <General OutputFile="../../bin/UnsignedByte" IntermediateDirectory="./Debug" Command="./UnsignedByte" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
10 <Compiler Required="yes" Options="-g -Wall">
11 <IncludePath Value="."/>
12 <IncludePath Value="../Sockets"/>
13 <IncludePath Value="../Resource"/>
14 <IncludePath Value="../DAL"/>
15 <IncludePath Value="../DB/Generated"/>
16 <IncludePath Value="../DB/Savables"/>
17 <IncludePath Value="../DB/Managers"/>
18 <IncludePath Value="../Core/Socket"/>
19 </Compiler>
20 <Linker Required="yes" Options="">
21 <LibraryPath Value="."/>
22 <LibraryPath Value="../../lib"/>
23 <Library Value="ubcore"/>
24 <Library Value="ubdb"/>
25 <Library Value="ubdal"/>
26 <Library Value="ubresource"/>
27 <Library Value="ubsockets"/>
28 <Library Value="sqlite3"/>
29 <Library Value="pthread"/>
30 <Library Value="dl"/>
31 </Linker>
32 <ResourceCompiler Required="no" Options=""/>
33 <PreBuild/>
34 <PostBuild/>
35 <CustomBuild Enabled="no">
36 <CleanCommand/>
37 <BuildCommand/>
38 <SingleFileCommand/>
39 <MakefileGenerationCommand/>
40 <ThirdPartyToolName>None</ThirdPartyToolName>
41 <WorkingDirectory/>
42 </CustomBuild>
43 <AdditionalRules>
44 <CustomPostBuild/>
45 <CustomPreBuild/>
46 </AdditionalRules>
47 </Configuration>
48 <Configuration Name="MN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
49 <General OutputFile="../../bin/UnsignedByte" IntermediateDirectory="./Debug" Command="./UnsignedByte" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
50 <Compiler Required="yes" Options="-g -Wall">
51 <IncludePath Value="."/>
52 <IncludePath Value="../Sockets"/>
53 <IncludePath Value="../Resource"/>
54 <IncludePath Value="../DAL"/>
55 <IncludePath Value="../DB"/>
56 <IncludePath Value="../Core"/>
57 </Compiler>
58 <Linker Required="yes" Options="-static">
59 <LibraryPath Value="."/>
60 <LibraryPath Value="../../lib"/>
61 <Library Value="ubcore"/>
62 <Library Value="ubdb"/>
63 <Library Value="ubdal"/>
64 <Library Value="ubresource"/>
65 <Library Value="ubsockets"/>
66 <Library Value="sqlite3"/>
67 <Library Value="pthread"/>
68 <Library Value="dl"/>
69 </Linker>
70 <ResourceCompiler Required="no" Options=""/>
71 <PreBuild/>
72 <PostBuild/>
73 <CustomBuild Enabled="no">
74 <CleanCommand/>
75 <BuildCommand/>
76 <SingleFileCommand/>
77 <MakefileGenerationCommand/>
78 <ThirdPartyToolName>None</ThirdPartyToolName>
79 <WorkingDirectory/>
80 </CustomBuild>
81 <AdditionalRules>
82 <CustomPostBuild/>
83 <CustomPreBuild/>
84 </AdditionalRules>
85 </Configuration>
86 <Configuration Name="Profiling" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
87 <General OutputFile="../bin/UnsignedByte" IntermediateDirectory="./Profiling" Command="./UnsignedByte" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
88 <Compiler Required="yes" Options="-g -Wall -pg">
89 <IncludePath Value="."/>
90 <IncludePath Value="../include"/>
91 <IncludePath Value="$(HOME)/local/include"/>
92 <IncludePath Value="../Core/"/>
93 </Compiler>
94 <Linker Required="yes" Options="-pg">
95 <LibraryPath Value="."/>
96 <LibraryPath Value="../lib"/>
97 <LibraryPath Value="$(HOME)/local/lib"/>
98 <Library Value="pthread"/>
99 <Library Value="dl"/>
100 <Library Value="ubresource"/>
101 <Library Value="ubdal"/>
102 <Library Value="sqlite3"/>
103 <Library Value="ubcore"/>
104 <Library Value="ubresource"/>
105 </Linker>
106 <ResourceCompiler Required="no" Options=""/>
107 <PreBuild/>
108 <PostBuild/>
109 <CustomBuild Enabled="no">
110 <CleanCommand/>
111 <BuildCommand/>
112 <SingleFileCommand/>
113 <MakefileGenerationCommand/>
114 <ThirdPartyToolName>None</ThirdPartyToolName>
115 <WorkingDirectory/>
116 </CustomBuild>
117 <AdditionalRules>
118 <CustomPostBuild/>
119 <CustomPreBuild/>
120 </AdditionalRules>
121 </Configuration>
122 <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
123 <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
124 <Compiler Required="yes" Options="">
125 <IncludePath Value="."/>
126 </Compiler>
127 <Linker Required="yes" Options="-O2"/>
128 <ResourceCompiler Required="no" Options=""/>
129 <PreBuild/>
130 <PostBuild/>
131 <CustomBuild Enabled="no">
132 <CleanCommand/>
133 <BuildCommand/>
134 <SingleFileCommand/>
135 <MakefileGenerationCommand/>
136 <ThirdPartyToolName/>
137 <WorkingDirectory/>
138 </CustomBuild>
139 <AdditionalRules>
140 <CustomPostBuild/>
141 <CustomPreBuild/>
142 </AdditionalRules>
143 </Configuration>
144 </Settings>
145 <Dependencies>
146 <Project Name="Sockets"/>
147 <Project Name="Resource"/>
148 <Project Name="DAL"/>
149 <Project Name="Generator"/>
150 <Project Name="DB"/>
151 <Project Name="Initializer"/>
152 <Project Name="Core"/>
153 </Dependencies>
154 </CodeLite_Project>