Added a direction parser.
[UnsignedByte.git] / src / Core / Core.project
blob5520e08b4fc0c1b5e47aabe10f1659bc142fe2c1
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"/>
8 </VirtualDirectory>
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"/>
16 </VirtualDirectory>
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 </VirtualDirectory>
48 <VirtualDirectory Name="Editor Source Files">
49 <File Name="Editors/ChunkImporter.cpp"/>
50 <File Name="Editors/Editor.cpp"/>
51 <File Name="Editors/EditorAccount.cpp"/>
52 <File Name="Editors/EditorAccountLogin.cpp"/>
53 <File Name="Editors/EditorArea.cpp"/>
54 <File Name="Editors/EditorBool.cpp"/>
55 <File Name="Editors/EditorChannel.cpp"/>
56 <File Name="Editors/EditorChunk.cpp"/>
57 <File Name="Editors/EditorCluster.cpp"/>
58 <File Name="Editors/EditorColour.cpp"/>
59 <File Name="Editors/EditorCommand.cpp"/>
60 <File Name="Editors/EditorDetail.cpp"/>
61 <File Name="Editors/EditorGrantGroup.cpp"/>
62 <File Name="Editors/EditorMobile.cpp"/>
63 <File Name="Editors/EditorNewAccount.cpp"/>
64 <File Name="Editors/EditorNewCharacter.cpp"/>
65 <File Name="Editors/EditorOLC.cpp"/>
66 <File Name="Editors/EditorOOC.cpp"/>
67 <File Name="Editors/EditorPermission.cpp"/>
68 <File Name="Editors/EditorPlaying.cpp"/>
69 <File Name="Editors/EditorRace.cpp"/>
70 <File Name="Editors/EditorRoom.cpp"/>
71 <File Name="Editors/EditorScript.cpp"/>
72 <File Name="Editors/EditorSector.cpp"/>
73 <File Name="Editors/EditorString.cpp"/>
74 <File Name="Editors/OLCEditor.cpp"/>
75 <File Name="Editors/DirectionParser.cpp"/>
76 </VirtualDirectory>
77 <VirtualDirectory Name="PCharacter">
78 <File Name="PCharacter/PCharacter.cpp"/>
79 <File Name="PCharacter/PCharacter.h"/>
80 <File Name="PCharacter/PCharacterManager.cpp"/>
81 <File Name="PCharacter/PCharacterManager.h"/>
82 </VirtualDirectory>
83 <Settings Type="Static Library">
84 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
85 <General OutputFile="../../lib/libubcore.a" IntermediateDirectory="./Debug" Command="" CommandArguments="" WorkingDirectory="UnsignedByte/Core" PauseExecWhenProcTerminates="yes"/>
86 <Compiler Required="yes" Options="-g -Wall">
87 <IncludePath Value="."/>
88 <IncludePath Value="../Sockets"/>
89 <IncludePath Value="../Resource"/>
90 <IncludePath Value="../DAL"/>
91 <IncludePath Value="../DB"/>
92 <IncludePath Value="../DB/Generated"/>
93 <IncludePath Value="../DB/Savables"/>
94 <IncludePath Value="../DB/Managers"/>
95 <IncludePath Value="./Editors"/>
96 <IncludePath Value="./Command"/>
97 <IncludePath Value="./Socket"/>
98 <IncludePath Value="./PCharacter"/>
99 </Compiler>
100 <Linker Required="yes" Options="-O0"/>
101 <ResourceCompiler Required="no" Options=""/>
102 <PreBuild/>
103 <PostBuild/>
104 <CustomBuild Enabled="no">
105 <CleanCommand/>
106 <BuildCommand/>
107 <SingleFileCommand/>
108 <MakefileGenerationCommand/>
109 <ThirdPartyToolName>None</ThirdPartyToolName>
110 <WorkingDirectory/>
111 </CustomBuild>
112 <AdditionalRules>
113 <CustomPostBuild/>
114 <CustomPreBuild/>
115 </AdditionalRules>
116 </Configuration>
117 <Configuration Name="Profiling" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
118 <General OutputFile="../lib/libubcore.a" IntermediateDirectory="./Profiling" Command="" CommandArguments="" WorkingDirectory="UnsignedByte/Core" PauseExecWhenProcTerminates="yes"/>
119 <Compiler Required="yes" Options="-g -Wall -pg">
120 <IncludePath Value="."/>
121 <IncludePath Value="../include"/>
122 <IncludePath Value="$(HOME)/local/include"/>
123 </Compiler>
124 <Linker Required="yes" Options="-O0 -pg"/>
125 <ResourceCompiler Required="no" Options=""/>
126 <PreBuild/>
127 <PostBuild/>
128 <CustomBuild Enabled="no">
129 <CleanCommand/>
130 <BuildCommand/>
131 <SingleFileCommand/>
132 <MakefileGenerationCommand/>
133 <ThirdPartyToolName>None</ThirdPartyToolName>
134 <WorkingDirectory/>
135 </CustomBuild>
136 <AdditionalRules>
137 <CustomPostBuild/>
138 <CustomPreBuild/>
139 </AdditionalRules>
140 </Configuration>
141 </Settings>
142 <Dependencies>
143 <Project Name="Resource"/>
144 <Project Name="DAL"/>
145 <Project Name="Generator"/>
146 <Project Name="DB"/>
147 <Project Name="Initializer"/>
148 <Project Name="Sockets"/>
149 </Dependencies>
150 </CodeLite_Project>