-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibMorris.cbp
executable file
·121 lines (121 loc) · 3.75 KB
/
libMorris.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="libMorris" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Windows Debug">
<Option platforms="Windows;" />
<Option output="../_Debug/Morris" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="../_Debug/obj/" />
<Option type="2" />
<Option compiler="gcc" />
<Option projectCompilerOptionsRelation="-1" />
<Option projectLinkerOptionsRelation="-1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Windows Release">
<Option platforms="Windows;" />
<Option output="../_Build/Morris" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="../_Build/obj/" />
<Option type="2" />
<Option compiler="gcc" />
<Option projectCompilerOptionsRelation="-1" />
<Option projectLinkerOptionsRelation="-1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Target title="Linux Debug">
<Option platforms="Unix;" />
<Option output="../_Debug/Morris" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="../_Debug/obj/" />
<Option type="2" />
<Option compiler="gcc" />
<Option projectCompilerOptionsRelation="-1" />
<Option projectLinkerOptionsRelation="-1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command="" />
<CompileFile command="" />
<Clean command="" />
<DistClean command="" />
<AskRebuildNeeded command="" />
<SilentBuild command=" > $(CMD_NULL)" />
</MakeCommands>
</Target>
<Target title="Linux Release">
<Option platforms="Unix;" />
<Option output="../_Build/Morris" prefix_auto="1" extension_auto="1" />
<Option working_dir="" />
<Option object_output="../_Build/obj/" />
<Option type="2" />
<Option compiler="gcc" />
<Option projectCompilerOptionsRelation="-1" />
<Option projectLinkerOptionsRelation="-1" />
<Option projectIncludeDirsRelation="-1" />
<Option projectLibDirsRelation="-1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-pedantic" />
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-fexceptions" />
</Compiler>
<Unit filename="Game.cpp" />
<Unit filename="Game.hpp" />
<Unit filename="GameConstants.hpp" />
<Unit filename="GameState.hpp" />
<Unit filename="GameStepElement.hpp" />
<Unit filename="LearningAI.cpp" />
<Unit filename="LearningAI.hpp" />
<Unit filename="libMorris.hpp" />
<Extensions>
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general use_at_in_tags="1" />
</DoxyBlocks>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>