project.pbxproj
19.9 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXFileReference section */
C225FE6413A99F7F003E84A6 /* telnet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = telnet.c; path = src/lib/telnet.c; sourceTree = "<group>"; };
C23C131212CD317F003ACBD6 /* gtkrc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = gtkrc; path = mac/gtkrc; sourceTree = "<group>"; };
C23C133212CD5A85003ACBD6 /* launcher.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = launcher.sh; path = mac/launcher.sh; sourceTree = "<group>"; };
C23C138412CD6C3F003ACBD6 /* mkdmg.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = mkdmg.sh; path = mac/mkdmg.sh; sourceTree = "<group>"; };
C23E29551428037400B39BC5 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.in; path = src/lib/Makefile.in; sourceTree = "<group>"; };
C23E2957142803AE00B39BC5 /* mkfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mkfb.c; path = src/lib/mkfb.c; sourceTree = "<group>"; };
C2512A23139A31D200B59BCA /* action_calls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = action_calls.c; path = src/gtk2/action_calls.c; sourceTree = "<group>"; };
C2512A24139A31D200B59BCA /* action_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = action_table.h; path = src/gtk2/action_table.h; sourceTree = "<group>"; };
C2512A25139A31D200B59BCA /* actions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actions.c; path = src/gtk2/actions.c; sourceTree = "<group>"; };
C2512A26139A31D200B59BCA /* actions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actions.h; path = src/gtk2/actions.h; sourceTree = "<group>"; };
C2512A27139A31D200B59BCA /* actions.win */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = actions.win; path = src/gtk2/actions.win; sourceTree = "<group>"; };
C2512A28139A31D200B59BCA /* actions1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actions1.c; path = src/gtk2/actions1.c; sourceTree = "<group>"; };
C2512A29139A31D200B59BCA /* clipboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = clipboard.c; path = src/gtk2/clipboard.c; sourceTree = "<group>"; };
C2512A2A139A31D200B59BCA /* colors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = colors.c; path = src/gtk2/colors.c; sourceTree = "<group>"; };
C2512A2B139A31D200B59BCA /* commands.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = commands.c; path = src/gtk2/commands.c; sourceTree = "<group>"; };
C2512A2C139A31D200B59BCA /* config.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = config.c; path = src/gtk2/config.c; sourceTree = "<group>"; };
C2512A2D139A31D200B59BCA /* cursor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cursor.c; path = src/gtk2/cursor.c; sourceTree = "<group>"; };
C2512A2E139A31D200B59BCA /* draw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = draw.c; path = src/gtk2/draw.c; sourceTree = "<group>"; };
C2512A2F139A31D200B59BCA /* filetransfer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = filetransfer.c; path = src/gtk2/filetransfer.c; sourceTree = "<group>"; };
C2512A30139A31D200B59BCA /* fonts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fonts.c; path = src/gtk2/fonts.c; sourceTree = "<group>"; };
C2512A31139A31D200B59BCA /* fonts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fonts.h; path = src/gtk2/fonts.h; sourceTree = "<group>"; };
C2512A32139A31D200B59BCA /* four.bm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = four.bm; path = src/gtk2/four.bm; sourceTree = "<group>"; };
C2512A33139A31D200B59BCA /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gui.h; path = src/gtk2/gui.h; sourceTree = "<group>"; };
C2512A34139A31D200B59BCA /* iocallback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = iocallback.c; path = src/gtk2/iocallback.c; sourceTree = "<group>"; };
C2512A35139A31D200B59BCA /* locked.bm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = locked.bm; path = src/gtk2/locked.bm; sourceTree = "<group>"; };
C2512A36139A31D200B59BCA /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = src/gtk2/main.c; sourceTree = "<group>"; };
C2512A37139A31D200B59BCA /* mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mouse.c; path = src/gtk2/mouse.c; sourceTree = "<group>"; };
C2512A38139A31D200B59BCA /* oia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = oia.c; path = src/gtk2/oia.c; sourceTree = "<group>"; };
C2512A39139A31D200B59BCA /* oia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = oia.h; path = src/gtk2/oia.h; sourceTree = "<group>"; };
C2512A3A139A31D200B59BCA /* plugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = plugin.c; path = src/gtk2/plugin.c; sourceTree = "<group>"; };
C2512A3B139A31D200B59BCA /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = print.c; path = src/gtk2/print.c; sourceTree = "<group>"; };
C2512A3C139A31D200B59BCA /* resources.rc.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = resources.rc.in; path = src/gtk2/resources.rc.in; sourceTree = "<group>"; };
C2512A3D139A31D200B59BCA /* screen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen.c; path = src/gtk2/screen.c; sourceTree = "<group>"; };
C2512A3E139A31D200B59BCA /* script.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = script.c; path = src/gtk2/script.c; sourceTree = "<group>"; };
C2512A3F139A31D200B59BCA /* shift.bm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = shift.bm; path = src/gtk2/shift.bm; sourceTree = "<group>"; };
C2512A40139A31D200B59BCA /* terminal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = terminal.c; path = src/gtk2/terminal.c; sourceTree = "<group>"; };
C2512A41139A31D200B59BCA /* toggle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = toggle.c; path = src/gtk2/toggle.c; sourceTree = "<group>"; };
C2512A42139A31D200B59BCA /* topwindow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = topwindow.c; path = src/gtk2/topwindow.c; sourceTree = "<group>"; };
C2512A43139A31D200B59BCA /* topwindow1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = topwindow1.c; path = src/gtk2/topwindow1.c; sourceTree = "<group>"; };
C2512A44139A31D200B59BCA /* tracewindow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tracewindow.c; path = src/gtk2/tracewindow.c; sourceTree = "<group>"; };
C2512A45139A31D200B59BCA /* ui_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ui_parse.c; path = src/gtk2/ui_parse.c; sourceTree = "<group>"; };
C2512A46139A31D200B59BCA /* ui_parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui_parse.h; path = src/gtk2/ui_parse.h; sourceTree = "<group>"; };
C2512A47139A31D200B59BCA /* uiparser1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uiparser1.c; path = src/gtk2/uiparser1.c; sourceTree = "<group>"; };
C2512A48139A31D200B59BCA /* uiparser1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uiparser1.h; path = src/gtk2/uiparser1.h; sourceTree = "<group>"; };
C2512A49139A31D200B59BCA /* unlocked.bm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = unlocked.bm; path = src/gtk2/unlocked.bm; sourceTree = "<group>"; };
C2512A4A139A31D200B59BCA /* version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = version.c; path = src/gtk2/version.c; sourceTree = "<group>"; };
C2512A4B139A31D200B59BCA /* version.c.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = version.c.in; path = src/gtk2/version.c.in; sourceTree = "<group>"; };
C2512A57139A334A00B59BCA /* action_table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = action_table.h; path = src/include/lib3270/action_table.h; sourceTree = "<group>"; };
C2515A3013B18795004DCBE1 /* ctlr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ctlr.c; path = src/lib/ctlr.c; sourceTree = "<group>"; };
C25D56A813AAE73500BD6343 /* appres.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = appres.h; path = src/lib/appres.h; sourceTree = "<group>"; };
C25D56C413AAEB4600BD6343 /* actions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = actions.c; path = src/lib/actions.c; sourceTree = "<group>"; };
C25D56E813AAF1F400BD6343 /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = print.c; path = src/lib/print.c; sourceTree = "<group>"; };
C25E355313B347890001C942 /* api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = api.h; path = src/include/lib3270/api.h; sourceTree = "<group>"; };
C2883D1B13B2BD0300A5F470 /* ft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ft.c; path = src/lib/ft.c; sourceTree = "<group>"; };
C2883D2413B2BDCC00A5F470 /* xio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = xio.c; path = src/lib/xio.c; sourceTree = "<group>"; };
E710CF6D1255168F00D2D080 /* plugins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = plugins.h; path = src/include/lib3270/plugins.h; sourceTree = "<group>"; };
E732942E1283AB5E0040F2AC /* actions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = actions.h; path = src/include/lib3270/actions.h; sourceTree = "<group>"; };
E75642FF124CB0C80027B68D /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = configure.ac; sourceTree = "<group>"; };
E7564303124CB10E0027B68D /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
E773028712823836008E6088 /* Info.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist.in; sourceTree = "<group>"; };
E773028912823A9B008E6088 /* pw3270.bundle.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = pw3270.bundle.in; sourceTree = "<group>"; };
E773D21F1254D4B600D554F7 /* toggle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = toggle.h; path = src/include/lib3270/toggle.h; sourceTree = "<group>"; };
E773D2211254D5F900D554F7 /* toggles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = toggles.c; path = src/lib/toggles.c; sourceTree = "<group>"; };
E773D2221254D75100D554F7 /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = globals.h; path = src/lib/globals.h; sourceTree = "<group>"; };
E773D2231254D79400D554F7 /* glue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = glue.c; path = src/lib/glue.c; sourceTree = "<group>"; };
E773D2251254DCA100D554F7 /* screen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = screen.c; path = src/lib/screen.c; sourceTree = "<group>"; };
E79A79BE128FBC2400E58FFF /* bootstrap.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = bootstrap.sh; sourceTree = "<group>"; };
E7DC2DDC12515B5C00B7BBCE /* config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = config.h.in; path = src/include/lib3270/config.h.in; sourceTree = "<group>"; };
E7E883C112AF16B20011B7F0 /* charset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = charset.c; path = src/lib/charset.c; sourceTree = "<group>"; };
E7E883C912AF172A0011B7F0 /* ft_dft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ft_dft.c; path = src/lib/ft_dft.c; sourceTree = "<group>"; };
E7E883DE12AF18A60011B7F0 /* kybd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = kybd.c; path = src/lib/kybd.c; sourceTree = "<group>"; };
E7F59E581251890200210D5B /* default.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = default.xml; path = ui/default.xml; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXGroup section */
E710CF1D12550AEE00D2D080 /* lib */ = {
isa = PBXGroup;
children = (
C25E355313B347890001C942 /* api.h */,
C25D56A813AAE73500BD6343 /* appres.h */,
C2512A57139A334A00B59BCA /* action_table.h */,
E732942E1283AB5E0040F2AC /* actions.h */,
E773D2221254D75100D554F7 /* globals.h */,
E710CF6D1255168F00D2D080 /* plugins.h */,
E773D21F1254D4B600D554F7 /* toggle.h */,
);
name = lib;
sourceTree = "<group>";
};
E710CF2E12550B2800D2D080 /* gtk-ui */ = {
isa = PBXGroup;
children = (
);
name = "gtk-ui";
sourceTree = "<group>";
};
E75642EC124CAFF40027B68D = {
isa = PBXGroup;
children = (
E773028612823816008E6088 /* bundle */,
E773D2201254D5D600D554F7 /* lib3270 */,
E773D1E81254C67B00D554F7 /* configuration */,
E7F59E57125188EC00210D5B /* ui */,
E7DC2DDB12515B2400B7BBCE /* include */,
E7564310124CB2CE0027B68D /* gui */,
);
sourceTree = "<group>";
};
E7564310124CB2CE0027B68D /* gui */ = {
isa = PBXGroup;
children = (
C2512A23139A31D200B59BCA /* action_calls.c */,
C2512A24139A31D200B59BCA /* action_table.h */,
C2512A25139A31D200B59BCA /* actions.c */,
C2512A26139A31D200B59BCA /* actions.h */,
C2512A27139A31D200B59BCA /* actions.win */,
C2512A28139A31D200B59BCA /* actions1.c */,
C2512A29139A31D200B59BCA /* clipboard.c */,
C2512A2A139A31D200B59BCA /* colors.c */,
C2512A2B139A31D200B59BCA /* commands.c */,
C2512A2C139A31D200B59BCA /* config.c */,
C2512A2D139A31D200B59BCA /* cursor.c */,
C2512A2E139A31D200B59BCA /* draw.c */,
C2512A2F139A31D200B59BCA /* filetransfer.c */,
C2512A30139A31D200B59BCA /* fonts.c */,
C2512A31139A31D200B59BCA /* fonts.h */,
C2512A32139A31D200B59BCA /* four.bm */,
C2512A33139A31D200B59BCA /* gui.h */,
C2512A34139A31D200B59BCA /* iocallback.c */,
C2512A35139A31D200B59BCA /* locked.bm */,
C2512A36139A31D200B59BCA /* main.c */,
C2512A37139A31D200B59BCA /* mouse.c */,
C2512A38139A31D200B59BCA /* oia.c */,
C2512A39139A31D200B59BCA /* oia.h */,
C2512A3A139A31D200B59BCA /* plugin.c */,
C2512A3B139A31D200B59BCA /* print.c */,
C2512A3C139A31D200B59BCA /* resources.rc.in */,
C2512A3D139A31D200B59BCA /* screen.c */,
C2512A3E139A31D200B59BCA /* script.c */,
C2512A3F139A31D200B59BCA /* shift.bm */,
C2512A40139A31D200B59BCA /* terminal.c */,
C2512A41139A31D200B59BCA /* toggle.c */,
C2512A42139A31D200B59BCA /* topwindow.c */,
C2512A43139A31D200B59BCA /* topwindow1.c */,
C2512A44139A31D200B59BCA /* tracewindow.c */,
C2512A45139A31D200B59BCA /* ui_parse.c */,
C2512A46139A31D200B59BCA /* ui_parse.h */,
C2512A47139A31D200B59BCA /* uiparser1.c */,
C2512A48139A31D200B59BCA /* uiparser1.h */,
C2512A49139A31D200B59BCA /* unlocked.bm */,
C2512A4A139A31D200B59BCA /* version.c */,
C2512A4B139A31D200B59BCA /* version.c.in */,
);
name = gui;
sourceTree = "<group>";
};
E773028612823816008E6088 /* bundle */ = {
isa = PBXGroup;
children = (
C23C138412CD6C3F003ACBD6 /* mkdmg.sh */,
C23C133212CD5A85003ACBD6 /* launcher.sh */,
C23C131212CD317F003ACBD6 /* gtkrc */,
E773028912823A9B008E6088 /* pw3270.bundle.in */,
E773028712823836008E6088 /* Info.plist.in */,
);
name = bundle;
sourceTree = "<group>";
};
E773D1E81254C67B00D554F7 /* configuration */ = {
isa = PBXGroup;
children = (
E79A79BE128FBC2400E58FFF /* bootstrap.sh */,
E7564303124CB10E0027B68D /* Makefile.in */,
E7DC2DDC12515B5C00B7BBCE /* config.h.in */,
E75642FF124CB0C80027B68D /* configure.ac */,
);
name = configuration;
sourceTree = "<group>";
};
E773D2201254D5D600D554F7 /* lib3270 */ = {
isa = PBXGroup;
children = (
C23E2957142803AE00B39BC5 /* mkfb.c */,
C23E29551428037400B39BC5 /* Makefile.in */,
C2883D2413B2BDCC00A5F470 /* xio.c */,
C2883D1B13B2BD0300A5F470 /* ft.c */,
C2515A3013B18795004DCBE1 /* ctlr.c */,
C25D56E813AAF1F400BD6343 /* print.c */,
C25D56C413AAEB4600BD6343 /* actions.c */,
C225FE6413A99F7F003E84A6 /* telnet.c */,
E7E883C112AF16B20011B7F0 /* charset.c */,
E7E883C912AF172A0011B7F0 /* ft_dft.c */,
E773D2231254D79400D554F7 /* glue.c */,
E7E883DE12AF18A60011B7F0 /* kybd.c */,
E773D2251254DCA100D554F7 /* screen.c */,
E773D2211254D5F900D554F7 /* toggles.c */,
);
name = lib3270;
sourceTree = "<group>";
};
E7DC2DDB12515B2400B7BBCE /* include */ = {
isa = PBXGroup;
children = (
E710CF2E12550B2800D2D080 /* gtk-ui */,
E710CF1D12550AEE00D2D080 /* lib */,
);
name = include;
sourceTree = "<group>";
};
E7F59E57125188EC00210D5B /* ui */ = {
isa = PBXGroup;
children = (
E7F59E581251890200210D5B /* default.xml */,
);
name = ui;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
E75642EE124CAFF40027B68D /* Project object */ = {
isa = PBXProject;
buildConfigurationList = E75642F1124CAFF40027B68D /* Build configuration list for PBXProject "pw3270" */;
compatibilityVersion = "Xcode 2.4";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = E75642EC124CAFF40027B68D;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
E75642EF124CAFF40027B68D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
E75642F0124CAFF40027B68D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E75642F1124CAFF40027B68D /* Build configuration list for PBXProject "pw3270" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E75642EF124CAFF40027B68D /* Debug */,
E75642F0124CAFF40027B68D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E75642EE124CAFF40027B68D /* Project object */;
}