|
0
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
2 |
<CodeBlocks_project_file>
|
|
|
3 |
<FileVersion major="1" minor="6" />
|
|
|
4 |
<Project>
|
|
|
5 |
<Option title="ISOL" />
|
|
|
6 |
<Option pch_mode="2" />
|
|
|
7 |
<Option compiler="gcc" />
|
|
|
8 |
<Build>
|
|
|
9 |
<Target title="Debug">
|
|
|
10 |
<Option output="bin/Debug/ISOL" prefix_auto="1" extension_auto="1" />
|
|
|
11 |
<Option object_output="obj/Debug/" />
|
|
|
12 |
<Option type="1" />
|
|
|
13 |
<Option compiler="gcc" />
|
|
|
14 |
<Compiler>
|
|
|
15 |
<Add option="-g" />
|
|
|
16 |
</Compiler>
|
|
|
17 |
</Target>
|
|
|
18 |
<Target title="Release">
|
|
|
19 |
<Option output="bin/Release/ISOL" prefix_auto="1" extension_auto="1" />
|
|
|
20 |
<Option object_output="obj/Release/" />
|
|
|
21 |
<Option type="1" />
|
|
|
22 |
<Option compiler="gcc" />
|
|
|
23 |
<Compiler>
|
|
|
24 |
<Add option="-O2" />
|
|
|
25 |
</Compiler>
|
|
|
26 |
<Linker>
|
|
|
27 |
<Add option="-s" />
|
|
|
28 |
</Linker>
|
|
|
29 |
</Target>
|
|
|
30 |
</Build>
|
|
|
31 |
<Compiler>
|
|
|
32 |
<Add option="-Wall" />
|
|
|
33 |
<Add option="-std=c99" />
|
|
|
34 |
</Compiler>
|
|
|
35 |
<Linker>
|
|
|
36 |
<Add option="-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf" />
|
|
|
37 |
</Linker>
|
|
|
38 |
<Unit filename="src/common.c">
|
|
|
39 |
<Option compilerVar="CC" />
|
|
|
40 |
</Unit>
|
|
|
41 |
<Unit filename="src/common.h" />
|
|
|
42 |
<Unit filename="src/devlicks.c">
|
|
|
43 |
<Option compilerVar="CC" />
|
|
|
44 |
</Unit>
|
|
|
45 |
<Unit filename="src/draw.c">
|
|
|
46 |
<Option compilerVar="CC" />
|
|
|
47 |
</Unit>
|
|
|
48 |
<Unit filename="src/draw.h" />
|
|
|
49 |
<Unit filename="src/effects.c">
|
|
|
50 |
<Option compilerVar="CC" />
|
|
|
51 |
</Unit>
|
|
|
52 |
<Unit filename="src/effects.h" />
|
|
|
53 |
<Unit filename="src/fade.c">
|
|
|
54 |
<Option compilerVar="CC" />
|
|
|
55 |
</Unit>
|
|
|
56 |
<Unit filename="src/fade.h" />
|
|
|
57 |
<Unit filename="src/firealrm.c">
|
|
|
58 |
<Option compilerVar="CC" />
|
|
|
59 |
</Unit>
|
|
|
60 |
<Unit filename="src/firealrm.h" />
|
|
|
61 |
<Unit filename="src/fontcche.c">
|
|
|
62 |
<Option compilerVar="CC" />
|
|
|
63 |
</Unit>
|
|
|
64 |
<Unit filename="src/fontcche.h" />
|
|
|
65 |
<Unit filename="src/icon.rc">
|
|
|
66 |
<Option compilerVar="WINDRES" />
|
|
|
67 |
</Unit>
|
|
|
68 |
<Unit filename="src/intro.c">
|
|
|
69 |
<Option compilerVar="CC" />
|
|
|
70 |
</Unit>
|
|
|
71 |
<Unit filename="src/intro.h" />
|
|
|
72 |
<Unit filename="src/kbdinput.c">
|
|
|
73 |
<Option compilerVar="CC" />
|
|
|
74 |
</Unit>
|
|
|
75 |
<Unit filename="src/kbdinput.h" />
|
|
|
76 |
<Unit filename="src/level.c">
|
|
|
77 |
<Option compilerVar="CC" />
|
|
|
78 |
</Unit>
|
|
|
79 |
<Unit filename="src/level.h" />
|
|
|
80 |
<Unit filename="src/localztn.h" />
|
|
|
81 |
<Unit filename="src/missions.c">
|
|
|
82 |
<Option compilerVar="CC" />
|
|
|
83 |
</Unit>
|
|
|
84 |
<Unit filename="src/missions.h" />
|
|
|
85 |
<Unit filename="src/store.c">
|
|
|
86 |
<Option compilerVar="CC" />
|
|
|
87 |
</Unit>
|
|
|
88 |
<Unit filename="src/texture.c">
|
|
|
89 |
<Option compilerVar="CC" />
|
|
|
90 |
</Unit>
|
|
|
91 |
<Unit filename="src/texture.h" />
|
|
|
92 |
<Unit filename="src/theft.c">
|
|
|
93 |
<Option compilerVar="CC" />
|
|
|
94 |
</Unit>
|
|
|
95 |
<Unit filename="src/theft.h" />
|
|
|
96 |
<Unit filename="src/title.c">
|
|
|
97 |
<Option compilerVar="CC" />
|
|
|
98 |
</Unit>
|
|
|
99 |
<Extensions>
|
|
|
100 |
<lib_finder disable_auto="1" />
|
|
|
101 |
</Extensions>
|
|
|
102 |
</Project>
|
|
|
103 |
</CodeBlocks_project_file>
|