blob: bee3040ac7abd46ed3bb1f3ac72c26f24c393627 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="libtextscreen" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="..\lib\libtextscreen-dbg.a" prefix_auto="0" extension_auto="0" />
<Option working_dir="" />
<Option object_output="..\obj\libtextscreen\debug" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-W" />
<Add option="-gdwarf-2" />
</Compiler>
</Target>
<Target title="Release">
<Option output="..\lib\libtextscreen.a" prefix_auto="0" extension_auto="0" />
<Option working_dir="" />
<Option object_output="..\obj\libtextscreen\release" />
<Option type="2" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="Debug;Release;" />
</VirtualTargets>
<Compiler>
<Add directory="..\src" />
</Compiler>
<Linker>
<Add option="-lmingw32 -lSDLmain -lSDL -mwindows" />
</Linker>
<Unit filename="..\textscreen\textscreen.h" />
<Unit filename="..\textscreen\txt_button.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_button.h" />
<Unit filename="..\textscreen\txt_checkbox.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_checkbox.h" />
<Unit filename="..\textscreen\txt_desktop.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_desktop.h" />
<Unit filename="..\textscreen\txt_dropdown.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_dropdown.h" />
<Unit filename="..\textscreen\txt_font.h" />
<Unit filename="..\textscreen\txt_gui.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_gui.h" />
<Unit filename="..\textscreen\txt_inputbox.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_inputbox.h" />
<Unit filename="..\textscreen\txt_io.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_io.h" />
<Unit filename="..\textscreen\txt_label.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_label.h" />
<Unit filename="..\textscreen\txt_main.h" />
<Unit filename="..\textscreen\txt_radiobutton.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_radiobutton.h" />
<Unit filename="..\textscreen\txt_sdl.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_sdl.h" />
<Unit filename="..\textscreen\txt_separator.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_separator.h" />
<Unit filename="..\textscreen\txt_spinctrl.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_spinctrl.h" />
<Unit filename="..\textscreen\txt_strut.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_strut.h" />
<Unit filename="..\textscreen\txt_table.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_table.h" />
<Unit filename="..\textscreen\txt_widget.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_widget.h" />
<Unit filename="..\textscreen\txt_window.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_window.h" />
<Unit filename="..\textscreen\txt_window_action.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\textscreen\txt_window_action.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>
|