1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"Core">
3 <VirtualDirectory Name=
"Command">
4 <File Name=
"Command/CommandBinding.h"/>
5 <File Name=
"Command/CommandInfoObject.h"/>
6 <File Name=
"Command/CommandObject.h"/>
7 <File Name=
"Command/CommandTable.h"/>
9 <VirtualDirectory Name=
"Socket">
10 <File Name=
"Socket/SQLSocket.cpp"/>
11 <File Name=
"Socket/SQLSocket.h"/>
12 <File Name=
"Socket/UBHandler.cpp"/>
13 <File Name=
"Socket/UBHandler.h"/>
14 <File Name=
"Socket/UBSocket.cpp"/>
15 <File Name=
"Socket/UBSocket.h"/>
17 <VirtualDirectory Name=
"Editor Header Files">
18 <File Name=
"Editors/ChunkImporter.h"/>
19 <File Name=
"Editors/Editor.h"/>
20 <File Name=
"Editors/EditorAccount.h"/>
21 <File Name=
"Editors/EditorAccountLogin.h"/>
22 <File Name=
"Editors/EditorArea.h"/>
23 <File Name=
"Editors/EditorBool.h"/>
24 <File Name=
"Editors/EditorChannel.h"/>
25 <File Name=
"Editors/EditorChunk.h"/>
26 <File Name=
"Editors/EditorCluster.h"/>
27 <File Name=
"Editors/EditorColour.h"/>
28 <File Name=
"Editors/EditorCommand.h"/>
29 <File Name=
"Editors/EditorDetail.h"/>
30 <File Name=
"Editors/EditorGrantGroup.h"/>
31 <File Name=
"Editors/EditorMobile.h"/>
32 <File Name=
"Editors/EditorNewAccount.h"/>
33 <File Name=
"Editors/EditorNewCharacter.h"/>
34 <File Name=
"Editors/EditorOLC.h"/>
35 <File Name=
"Editors/EditorOOC.h"/>
36 <File Name=
"Editors/EditorPermission.h"/>
37 <File Name=
"Editors/EditorPlaying.h"/>
38 <File Name=
"Editors/EditorRace.h"/>
39 <File Name=
"Editors/EditorRoom.h"/>
40 <File Name=
"Editors/EditorScript.h"/>
41 <File Name=
"Editors/EditorSector.h"/>
42 <File Name=
"Editors/EditorString.h"/>
43 <File Name=
"Editors/OLCEditor.h"/>
44 <File Name=
"Editors/EditorMovement.h"/>
45 <File Name=
"Editors/EditorMovement.cpp"/>
46 <File Name=
"Editors/DirectionParser.h"/>
47 <File Name=
"Editors/EditorSocial.h"/>
49 <VirtualDirectory Name=
"Editor Source Files">
50 <File Name=
"Editors/ChunkImporter.cpp"/>
51 <File Name=
"Editors/Editor.cpp"/>
52 <File Name=
"Editors/EditorAccount.cpp"/>
53 <File Name=
"Editors/EditorAccountLogin.cpp"/>
54 <File Name=
"Editors/EditorArea.cpp"/>
55 <File Name=
"Editors/EditorBool.cpp"/>
56 <File Name=
"Editors/EditorChannel.cpp"/>
57 <File Name=
"Editors/EditorChunk.cpp"/>
58 <File Name=
"Editors/EditorCluster.cpp"/>
59 <File Name=
"Editors/EditorColour.cpp"/>
60 <File Name=
"Editors/EditorCommand.cpp"/>
61 <File Name=
"Editors/EditorDetail.cpp"/>
62 <File Name=
"Editors/EditorGrantGroup.cpp"/>
63 <File Name=
"Editors/EditorMobile.cpp"/>
64 <File Name=
"Editors/EditorNewAccount.cpp"/>
65 <File Name=
"Editors/EditorNewCharacter.cpp"/>
66 <File Name=
"Editors/EditorOLC.cpp"/>
67 <File Name=
"Editors/EditorOOC.cpp"/>
68 <File Name=
"Editors/EditorPermission.cpp"/>
69 <File Name=
"Editors/EditorPlaying.cpp"/>
70 <File Name=
"Editors/EditorRace.cpp"/>
71 <File Name=
"Editors/EditorRoom.cpp"/>
72 <File Name=
"Editors/EditorScript.cpp"/>
73 <File Name=
"Editors/EditorSector.cpp"/>
74 <File Name=
"Editors/EditorString.cpp"/>
75 <File Name=
"Editors/OLCEditor.cpp"/>
76 <File Name=
"Editors/DirectionParser.cpp"/>
77 <File Name=
"Editors/EditorSocial.cpp"/>
79 <VirtualDirectory Name=
"PCharacter">
80 <File Name=
"PCharacter/PCharacter.cpp"/>
81 <File Name=
"PCharacter/PCharacter.h"/>
82 <File Name=
"PCharacter/PCharacterManager.cpp"/>
83 <File Name=
"PCharacter/PCharacterManager.h"/>
85 <Settings Type=
"Static Library">
86 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
87 <General OutputFile=
"../../lib/libubcore.a" IntermediateDirectory=
"./Debug" Command=
"" CommandArguments=
"" WorkingDirectory=
"UnsignedByte/Core" PauseExecWhenProcTerminates=
"yes"/>
88 <Compiler Required=
"yes" Options=
"-g -Wall">
89 <IncludePath Value=
"."/>
90 <IncludePath Value=
"../Sockets"/>
91 <IncludePath Value=
"../Resource"/>
92 <IncludePath Value=
"../DAL"/>
93 <IncludePath Value=
"../DB"/>
94 <IncludePath Value=
"../DB/Generated"/>
95 <IncludePath Value=
"../DB/Savables"/>
96 <IncludePath Value=
"../DB/Managers"/>
97 <IncludePath Value=
"./Editors"/>
98 <IncludePath Value=
"./Command"/>
99 <IncludePath Value=
"./Socket"/>
100 <IncludePath Value=
"./PCharacter"/>
102 <Linker Required=
"yes" Options=
"-O0"/>
103 <ResourceCompiler Required=
"no" Options=
""/>
106 <CustomBuild Enabled=
"no">
110 <MakefileGenerationCommand/>
111 <ThirdPartyToolName>None
</ThirdPartyToolName>
119 <Configuration Name=
"Profiling" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
120 <General OutputFile=
"../lib/libubcore.a" IntermediateDirectory=
"./Profiling" Command=
"" CommandArguments=
"" WorkingDirectory=
"UnsignedByte/Core" PauseExecWhenProcTerminates=
"yes"/>
121 <Compiler Required=
"yes" Options=
"-g -Wall -pg">
122 <IncludePath Value=
"."/>
123 <IncludePath Value=
"../include"/>
124 <IncludePath Value=
"$(HOME)/local/include"/>
126 <Linker Required=
"yes" Options=
"-O0 -pg"/>
127 <ResourceCompiler Required=
"no" Options=
""/>
130 <CustomBuild Enabled=
"no">
134 <MakefileGenerationCommand/>
135 <ThirdPartyToolName>None
</ThirdPartyToolName>
145 <Project Name=
"Resource"/>
146 <Project Name=
"DAL"/>
147 <Project Name=
"Generator"/>
149 <Project Name=
"Initializer"/>
150 <Project Name=
"Sockets"/>