Cosmetic fix in EditorNewCharacter.
[UnsignedByte.git] / UnsignedByte / Initializer / Initializer.project
blobf4eb1dfdf79536068443870288c3760b30c235ac
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 <Dependencies>
11 <Project Name="Resource"/>
12 <Project Name="Generator"/>
13 <Project Name="DAL"/>
14 </Dependencies>
15 <Settings Type="Executable">
16 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
17 <General OutputFile="../bin/Initialize" IntermediateDirectory="Intermediate" Command="Initialize" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
18 <Compiler Required="yes" Options="-g -Wall">
19 <IncludePath Value="."/>
20 <IncludePath Value="../include"/>
21 <IncludePath Value="$(HOME)/local/include"/>
22 </Compiler>
23 <Linker Required="yes" Options="-O0">
24 <LibraryPath Value="."/>
25 <LibraryPath Value="../lib"/>
26 <LibraryPath Value="$(HOME)/local/lib"/>
27 <Library Value="ubdal"/>
28 <Library Value="ubresource"/>
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="Intermediate" Command="Initialize" CommandArguments="" WorkingDirectory="../bin" PauseExecWhenProcTerminates="yes"/>
53 <Compiler Required="yes" Options="-g -Wall">
54 <IncludePath Value="."/>
55 <IncludePath Value="../include"/>
56 <IncludePath Value="$(HOME)/local/include"/>
57 </Compiler>
58 <Linker Required="yes" Options="-O0">
59 <LibraryPath Value="."/>
60 <LibraryPath Value="../lib"/>
61 <LibraryPath Value="$(HOME)/local/lib"/>
62 <Library Value="ubdal"/>
63 <Library Value="ubresource"/>
64 <Library Value="sqlite3"/>
65 <Library Value="pthread"/>
66 <Library Value="dl"/>
67 </Linker>
68 <ResourceCompiler Required="no" Options=""/>
69 <PreBuild/>
70 <PostBuild/>
71 <CustomBuild Enabled="no">
72 <CleanCommand></CleanCommand>
73 <BuildCommand></BuildCommand>
74 <SingleFileCommand></SingleFileCommand>
75 <MakefileGenerationCommand></MakefileGenerationCommand>
76 <ThirdPartyToolName>None</ThirdPartyToolName>
77 <WorkingDirectory></WorkingDirectory>
78 </CustomBuild>
79 <AdditionalRules>
80 <CustomPostBuild></CustomPostBuild>
81 <CustomPreBuild>
83 </CustomPreBuild>
84 </AdditionalRules>
85 </Configuration>
86 <Configuration Name="Release" CompilerType="GNU g++" DebuggerType="">
87 <General OutputFile="./Release/HelloWorld" IntermediateDirectory="./Release" Command="HelloWorld" CommandArguments="" WorkingDirectory="./Release" PauseExecWhenProcTerminates="yes"/>
88 <Compiler Required="yes" Options="-O2">
89 <IncludePath Value="."/>
90 </Compiler>
91 <Linker Required="yes" Options="-O2">
92 <LibraryPath Value="."/>
93 <LibraryPath Value="./Release"/>
94 </Linker>
95 <ResourceCompiler Required="yes" Options=""/>
96 <PreBuild/>
97 <PostBuild/>
98 <CustomBuild Enabled="no">
99 <CleanCommand></CleanCommand>
100 <BuildCommand></BuildCommand>
101 <SingleFileCommand></SingleFileCommand>
102 <MakefileGenerationCommand></MakefileGenerationCommand>
103 <ThirdPartyToolName></ThirdPartyToolName>
104 <WorkingDirectory></WorkingDirectory>
105 </CustomBuild>
106 <AdditionalRules>
107 <CustomPostBuild></CustomPostBuild>
108 <CustomPreBuild></CustomPreBuild>
109 </AdditionalRules>
110 </Configuration>
111 </Settings>
112 </CodeLite_Project>