1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"Generator">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"main.cpp"/>
5 <File Name=
"ClassHeaderGenerator.cpp"/>
6 <File Name=
"ClassSourceGenerator.cpp"/>
7 <File Name=
"Generator.cpp"/>
9 <VirtualDirectory Name=
"Header Files">
10 <File Name=
"ClassHeaderGenerator.h"/>
11 <File Name=
"ClassSourceGenerator.h"/>
12 <File Name=
"Generator.h"/>
14 <Settings Type=
"Executable">
15 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
16 <General OutputFile=
"../../bin/Generator" IntermediateDirectory=
"./Debug" Command=
"./Generator" CommandArguments=
"" WorkingDirectory=
"../../bin/" PauseExecWhenProcTerminates=
"yes"/>
17 <Compiler Required=
"yes" Options=
"-g -Wall">
18 <IncludePath Value=
"."/>
19 <IncludePath Value=
"../Resource"/>
20 <IncludePath Value=
"../DAL"/>
21 <IncludePath Value=
"../Sockets"/>
23 <Linker Required=
"yes" Options=
"-O0">
24 <LibraryPath Value=
"."/>
25 <LibraryPath Value=
"../../lib"/>
26 <Library Value=
"ubdal"/>
27 <Library Value=
"ubresource"/>
28 <Library Value=
"ubsockets"/>
29 <Library Value=
"pthread"/>
31 <Library Value=
"sqlite3"/>
33 <ResourceCompiler Required=
"no" Options=
""/>
36 <Command Enabled=
"no">../bin/Generator
</Command>
37 <Command Enabled=
"no">mv db.cpp ../DAL
</Command>
38 <Command Enabled=
"no">mv db.h ../include
</Command>
40 <CustomBuild Enabled=
"no">
44 <MakefileGenerationCommand/>
45 <ThirdPartyToolName>None
</ThirdPartyToolName>
53 <Configuration Name=
"Profiling" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
54 <General OutputFile=
"../bin/Generator" IntermediateDirectory=
"./Profiling" Command=
"./Generator" CommandArguments=
"" WorkingDirectory=
"../bin/" PauseExecWhenProcTerminates=
"yes"/>
55 <Compiler Required=
"yes" Options=
"-g -Wall -pg">
56 <IncludePath Value=
"."/>
57 <IncludePath Value=
"../include"/>
58 <IncludePath Value=
"$(HOME)/local/include"/>
60 <Linker Required=
"yes" Options=
"-O0 -pg">
61 <LibraryPath Value=
"."/>
62 <LibraryPath Value=
"../lib"/>
63 <LibraryPath Value=
"$(HOME)/local/lib"/>
64 <Library Value=
"ubresource"/>
65 <Library Value=
"pthread"/>
67 <Library Value=
"sqlite3"/>
69 <ResourceCompiler Required=
"no" Options=
""/>
72 <Command Enabled=
"no">../bin/Generator
</Command>
73 <Command Enabled=
"no">mv db.cpp ../DAL
</Command>
74 <Command Enabled=
"no">mv db.h ../include
</Command>
76 <CustomBuild Enabled=
"no">
80 <MakefileGenerationCommand/>
81 <ThirdPartyToolName>None
</ThirdPartyToolName>
91 <Project Name=
"Sockets"/>
92 <Project Name=
"Resource"/>