-
Notifications
You must be signed in to change notification settings - Fork 0
/
SkylineOnLinux.cbp
147 lines (147 loc) · 4.59 KB
/
SkylineOnLinux.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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Skyline2Linux" />
<Option makefile="makefile" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="cbbuild/bin/skyline2d" prefix_auto="1" extension_auto="1" />
<Option working_dir="cbbuild/bin/" />
<Option object_output="obj/Dynamic/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DDEBUG" />
<Add option="-DEAGLE_ASSERT_EXCEPTION" />
</Compiler>
<Linker>
<Add option="-leagle_a5_debug" />
<Add option="-leagle_debug" />
<Add option="-lallegro_monolith-debug" />
</Linker>
</Target>
<Target title="Release">
<Option output="cbbuild/bin/skyline2" prefix_auto="1" extension_auto="1" />
<Option working_dir="cbbuild/bin/" />
<Option object_output="obj/Dynamic/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-DEAGLE_LOG" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-leagle_a5" />
<Add option="-leagle" />
<Add option="-lallegro_monolith" />
</Linker>
</Target>
<Target title="StaticDebug">
<Option output="cbbuild/bin/skyline2ds" prefix_auto="1" extension_auto="1" />
<Option working_dir="cbbuild/bin/" />
<Option object_output="obj/Static/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DALLEGRO_STATICLINK" />
<Add option="-DDEBUG" />
<Add option="-DEAGLE_ASSERT_EXCEPTION" />
</Compiler>
<Linker>
<Add option="-static" />
<Add option="-leagle_a5-debug-static" />
<Add option="-leagle-debug-static" />
<Add option="`pkg-config --static --libs allegro5_monolith-debug`" />
</Linker>
</Target>
<Target title="StaticRelease">
<Option output="cbbuild/bin/skyline2s" prefix_auto="1" extension_auto="1" />
<Option working_dir="cbbuild/bin/" />
<Option object_output="obj/Static/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-DALLEGRO_STATICLINK" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-static" />
<Add option="-leagle_a5-static" />
<Add option="-leagle-static" />
<Add option="`pkg-config --static --libs allegro5_monolith`" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add directory="../include" />
<Add directory="../Allegro5/include" />
</Compiler>
<Linker>
<Add option="-lGL" />
<Add option="-lGLU" />
<Add directory="../cbbuild/lib" />
<Add directory="../Allegro5/lib" />
<Add directory="../cbbuild/bin" />
</Linker>
<Unit filename="Skyline_Notes.txt" />
<Unit filename="cbbuild/bin/Data/Cities.txt" />
<Unit filename="cbbuild/bin/Data/Config.txt" />
<Unit filename="src/AI.cpp" />
<Unit filename="src/AI.hpp" />
<Unit filename="src/Blend.cpp" />
<Unit filename="src/Blend.hpp" />
<Unit filename="src/City.cpp" />
<Unit filename="src/City.hpp" />
<Unit filename="src/Config.hpp" />
<Unit filename="src/Explosion.cpp" />
<Unit filename="src/Explosion.hpp" />
<Unit filename="src/Game.cpp" />
<Unit filename="src/Game.hpp" />
<Unit filename="src/Globals.cpp" />
<Unit filename="src/Globals.hpp" />
<Unit filename="src/Intro.cpp" />
<Unit filename="src/Intro.hpp" />
<Unit filename="src/Lasers.cpp" />
<Unit filename="src/Lasers.hpp" />
<Unit filename="src/Missiles.cpp" />
<Unit filename="src/Missiles.hpp" />
<Unit filename="src/NewConfig.cpp" />
<Unit filename="src/NewConfig.hpp" />
<Unit filename="src/NewMain.cpp" />
<Unit filename="src/OldMain.cpp">
<Option compile="0" />
<Option link="0" />
</Unit>
<Unit filename="src/RNG.cpp" />
<Unit filename="src/RNG.hpp" />
<Unit filename="src/SettingsScreen.cpp">
<Option compile="0" />
<Option link="0" />
</Unit>
<Unit filename="src/SettingsScreen.hpp" />
<Unit filename="src/SettingsWidget.cpp">
<Option compile="0" />
<Option link="0" />
</Unit>
<Unit filename="src/SettingsWidget.hpp" />
<Unit filename="src/Shields.cpp" />
<Unit filename="src/Shields.hpp" />
<Unit filename="src/SoundLibrary.cpp" />
<Unit filename="src/SoundLibrary.hpp" />
<Unit filename="src/Utility.cpp" />
<Unit filename="src/Utility.hpp" />
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>