-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTowerlooter.cbp
More file actions
87 lines (87 loc) · 2.73 KB
/
Towerlooter.cbp
File metadata and controls
87 lines (87 loc) · 2.73 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Towerlooter" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/Towerlooter" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="include" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/Towerlooter" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add directory="include" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-std=c++0x" />
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add directory="C:/CodeBlocks/pdcurs34/win32" />
<Add directory="C:/CodeBlocks/pdcurs34" />
</Compiler>
<ResourceCompiler>
<Add directory="C:/CodeBlocks/pdcurs34/win32" />
<Add directory="C:/CodeBlocks/pdcurs34" />
</ResourceCompiler>
<Linker>
<Add library="C:/CodeBlocks/pdcurs34/win32/pdcurses.a" />
<Add library="C:/CodeBlocks/pdcurs34/win32/panel.a" />
<Add directory="C:/CodeBlocks/pdcurs34/win32" />
<Add directory="C:/CodeBlocks/pdcurs34" />
</Linker>
<Unit filename="include/Cartographer.h" />
<Unit filename="include/Character.h" />
<Unit filename="include/Controller.h" />
<Unit filename="include/Entity.h" />
<Unit filename="include/Hero.h" />
<Unit filename="include/Human.h" />
<Unit filename="include/Inventory.h" />
<Unit filename="include/Map.h" />
<Unit filename="include/Object.h" />
<Unit filename="include/Random.h" />
<Unit filename="include/TerminalColors.h" />
<Unit filename="include/Tile.h" />
<Unit filename="main.cpp" />
<Unit filename="src/Cartographer.cpp" />
<Unit filename="src/Character.cpp" />
<Unit filename="src/Controller.cpp" />
<Unit filename="src/Entity.cpp" />
<Unit filename="src/Hero.cpp" />
<Unit filename="src/Human.cpp" />
<Unit filename="src/Inventory.cpp" />
<Unit filename="src/Map.cpp" />
<Unit filename="src/Object.cpp" />
<Unit filename="src/Random.cpp" />
<Unit filename="src/TerminalColors.cpp" />
<Unit filename="src/Tile.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project output_directory="doc" />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output latex="1" />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>