-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoCker.cbp
101 lines (101 loc) · 2.74 KB
/
poCker.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="poCker" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/poCker" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<ExtraCommands>
<Add after='cmd /c copy "loc.txt" "$(TARGET_OUTPUT_DIR)loc.txt"' />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="Release">
<Option output="bin/Release/poCker" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<ExtraCommands>
<Add after='cmd /c copy "loc.txt" "$(TARGET_OUTPUT_DIR)loc.txt"' />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="loc.txt" />
<Unit filename="notes.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/ai.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/ai.h" />
<Unit filename="src/dealer.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/dealer.h" />
<Unit filename="src/gamerules.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/gamerules.h" />
<Unit filename="src/gamestate.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/gamestate.h" />
<Unit filename="src/handranking.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/handranking.h" />
<Unit filename="src/main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/messages.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/messages.h" />
<Unit filename="src/player.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/player.h" />
<Unit filename="src/playerio.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/playerio.h" />
<Unit filename="src/playingcard.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/playingcard.h" />
<Unit filename="src/utils.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/utils.h" />
<Extensions>
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings warn_if_undocumented="1" />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>