]>
Commit | Line | Data |
---|---|---|
ddf98968 VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | <makefile> | |
4 | ||
5 | <!-- ====================================================================== | |
6 | FILES | |
7 | ||
8 | Files are listed in variables according to this scheme: | |
9 | * each group has _SRC and _HDR variable, for sources and headers | |
10 | respectively | |
11 | * file groups are: | |
12 | ||
e86e1522 VS |
13 | BASE_CMN common base files (all platforms) |
14 | GUI_CMN common GUI files (all platforms) | |
15 | BASE_AND_GUI_CMN_SRC files that must be compiled both into GUI | |
16 | and base library (all platforms) | |
ddf98968 | 17 | |
e86e1522 VS |
18 | BASE_$(platform) base files used on platform |
19 | BASE_AND_GUI_$(platform)_SRC base & gui files used on platform | |
20 | ||
21 | $(port)LOWLEVEL low-level GUI classes | |
22 | $(port) high-level files for a port | |
23 | XWIN_LOWLEVEL low-level classes for X Window System port | |
ddf98968 | 24 | |
e86e1522 | 25 | HTML wxHTML files |
ddf98968 VS |
26 | |
27 | * one file may be listed in several groups | |
28 | ||
29 | ====================================================================== --> | |
30 | ||
31 | ||
32 | ||
33 | ||
34 | <!-- ====================================================================== --> | |
35 | <!-- wxBase --> | |
36 | <!-- ====================================================================== --> | |
37 | ||
38 | <set var="BASE_UNIX_SRC"> | |
9a90985d | 39 | src/unix/baseunix.cpp |
ddf98968 VS |
40 | src/unix/dir.cpp |
41 | src/unix/gsocket.c | |
42 | src/unix/mimetype.cpp | |
43 | src/unix/snglinst.cpp | |
44 | src/unix/threadpsx.cpp | |
e86e1522 VS |
45 | </set> |
46 | <set var="BASE_AND_GUI_UNIX_SRC"> | |
ddf98968 VS |
47 | src/unix/utilsunx.cpp |
48 | </set> | |
49 | <set var="BASE_UNIX_HDR"> | |
ddf98968 VS |
50 | wx/unix/gsockunx.h |
51 | wx/unix/mimetype.h | |
52 | </set> | |
e86e1522 | 53 | |
ddf98968 VS |
54 | <set var="BASE_WIN32_SRC"> |
55 | src/msw/gsocket.c | |
56 | src/msw/gsockmsw.c | |
9a90985d | 57 | src/msw/basemsw.cpp |
ddf98968 VS |
58 | src/msw/dde.cpp |
59 | src/msw/dir.cpp | |
60 | src/msw/main.cpp | |
61 | src/msw/mimetype.cpp | |
62 | src/msw/regconf.cpp | |
63 | src/msw/registry.cpp | |
64 | src/msw/snglinst.cpp | |
65 | src/msw/thread.cpp | |
66 | src/msw/utils.cpp | |
67 | src/msw/utilsexc.cpp | |
e86e1522 VS |
68 | </set> |
69 | <set var="BASE_AND_GUI_WIN32_SRC"> | |
70 | src/msw/mslu.cpp | |
ddf98968 VS |
71 | src/msw/volume.cpp |
72 | </set> | |
73 | <set var="BASE_WIN32_HDR"> | |
74 | wx/msw/dde.h | |
75 | wx/msw/gccpriv.h | |
76 | wx/msw/mimetype.h | |
77 | wx/msw/winundef.h | |
78 | </set> | |
e86e1522 | 79 | |
ddf98968 VS |
80 | <set var="BASE_MAC_SRC"> |
81 | </set> | |
e86e1522 VS |
82 | <set var="BASE_AND_GUI_MAC_SRC"> |
83 | </set> | |
ddf98968 VS |
84 | <set var="BASE_MAC_HDR"> |
85 | </set> | |
e86e1522 | 86 | |
ddf98968 VS |
87 | <set var="BASE_OS2_SRC"> |
88 | src/os2/dir.cpp | |
89 | src/os2/utils.cpp | |
90 | src/os2/utilsexc.cpp | |
91 | </set> | |
e86e1522 VS |
92 | <set var="BASE_AND_GUI_OS2_SRC"> |
93 | </set> | |
ddf98968 VS |
94 | <set var="BASE_OS2_HDR"> |
95 | </set> | |
e86e1522 | 96 | |
ddf98968 | 97 | <set var="BASE_CMN_SRC"> |
9a90985d | 98 | src/common/appbase.cpp |
ddf98968 VS |
99 | src/common/clntdata.cpp |
100 | src/common/cmdline.cpp | |
101 | src/common/config.cpp | |
ddf98968 VS |
102 | src/common/datetime.cpp |
103 | src/common/datstrm.cpp | |
104 | src/common/db.cpp | |
105 | src/common/dbtable.cpp | |
106 | src/common/dircmn.cpp | |
107 | src/common/dynarray.cpp | |
108 | src/common/dynlib.cpp | |
109 | src/common/dynload.cpp | |
110 | src/common/encconv.cpp | |
ddf98968 VS |
111 | src/common/extended.c |
112 | src/common/ffile.cpp | |
113 | src/common/file.cpp | |
114 | src/common/fileconf.cpp | |
115 | src/common/filefn.cpp | |
116 | src/common/filename.cpp | |
117 | src/common/filesys.cpp | |
9a90985d | 118 | src/common/fmapbase.cpp |
ddf98968 | 119 | src/common/fs_inet.cpp |
ddf98968 VS |
120 | src/common/fs_zip.cpp |
121 | src/common/ftp.cpp | |
122 | src/common/hash.cpp | |
123 | src/common/hashmap.cpp | |
124 | src/common/http.cpp | |
125 | src/common/intl.cpp | |
126 | src/common/ipcbase.cpp | |
127 | src/common/list.cpp | |
128 | src/common/log.cpp | |
129 | src/common/longlong.cpp | |
130 | src/common/memory.cpp | |
131 | src/common/mimecmn.cpp | |
132 | src/common/module.cpp | |
ddf98968 VS |
133 | src/common/mstream.cpp |
134 | src/common/object.cpp | |
135 | src/common/process.cpp | |
136 | src/common/protocol.cpp | |
137 | src/common/regex.cpp | |
138 | src/common/sckaddr.cpp | |
139 | src/common/sckfile.cpp | |
140 | src/common/sckipc.cpp | |
141 | src/common/sckstrm.cpp | |
142 | src/common/socket.cpp | |
9a90985d | 143 | src/common/stopwatch.cpp |
ddf98968 VS |
144 | src/common/strconv.cpp |
145 | src/common/stream.cpp | |
146 | src/common/string.cpp | |
147 | src/common/sysopt.cpp | |
148 | src/common/textbuf.cpp | |
149 | src/common/textfile.cpp | |
ddf98968 VS |
150 | src/common/tokenzr.cpp |
151 | src/common/txtstrm.cpp | |
152 | src/common/unzip.c | |
153 | src/common/url.cpp | |
ddf98968 VS |
154 | src/common/variant.cpp |
155 | src/common/wfstream.cpp | |
156 | src/common/wxchar.cpp | |
157 | src/common/zipstrm.cpp | |
158 | src/common/zstream.cpp | |
159 | </set> | |
e86e1522 VS |
160 | <set var="BASE_AND_GUI_CMN_SRC"> |
161 | src/common/fs_mem.cpp | |
162 | src/common/msgout.cpp | |
163 | src/common/utilscmn.cpp | |
164 | </set> | |
ddf98968 VS |
165 | <set var="BASE_CMN_HDR"> |
166 | wx/arrimpl.cpp | |
167 | wx/listimpl.cpp | |
168 | wx/app.h | |
169 | wx/buffer.h | |
170 | wx/build.h | |
171 | wx/chkconf.h | |
172 | wx/clntdata.h | |
173 | wx/cmdline.h | |
174 | wx/confbase.h | |
175 | wx/config.h | |
176 | wx/datetime.h | |
177 | wx/datetime.inl | |
178 | wx/datstrm.h | |
179 | wx/db.h | |
180 | wx/dbtable.h | |
181 | wx/dde.h | |
182 | wx/debug.h | |
183 | wx/defs.h | |
184 | wx/dir.h | |
185 | wx/dynarray.h | |
186 | wx/dynlib.h | |
187 | wx/dynload.h | |
188 | wx/encconv.h | |
189 | wx/event.h | |
190 | wx/features.h | |
191 | wx/ffile.h | |
192 | wx/file.h | |
193 | wx/fileconf.h | |
194 | wx/filefn.h | |
195 | wx/filename.h | |
196 | wx/filesys.h | |
197 | wx/fontenc.h | |
198 | wx/fontmap.h | |
199 | wx/fs_inet.h | |
200 | wx/fs_zip.h | |
201 | wx/fs_mem.h | |
202 | wx/dbkeyg.h | |
203 | wx/gsocket.h | |
204 | wx/hash.h | |
205 | wx/hashmap.h | |
206 | wx/intl.h | |
207 | wx/iosfwrap.h | |
208 | wx/ioswrap.h | |
209 | wx/ipc.h | |
210 | wx/ipcbase.h | |
211 | wx/isql.h | |
212 | wx/isqlext.h | |
213 | wx/list.h | |
214 | wx/log.h | |
215 | wx/longlong.h | |
216 | wx/math.h | |
217 | wx/memory.h | |
218 | wx/memconf.h | |
219 | wx/memtext.h | |
220 | wx/mimetype.h | |
221 | wx/module.h | |
222 | wx/msgout.h | |
223 | wx/mstream.h | |
224 | wx/object.h | |
225 | wx/platform.h | |
226 | wx/process.h | |
227 | wx/regex.h | |
228 | wx/sckaddr.h | |
229 | wx/sckipc.h | |
230 | wx/sckstrm.h | |
231 | wx/socket.h | |
232 | wx/snglinst.h | |
233 | wx/strconv.h | |
234 | wx/stream.h | |
235 | wx/string.h | |
236 | wx/sysopt.h | |
237 | wx/textbuf.h | |
238 | wx/textfile.h | |
239 | wx/thread.h | |
240 | wx/thrimpl.cpp | |
241 | wx/timer.h | |
242 | wx/tokenzr.h | |
243 | wx/txtstrm.h | |
244 | wx/url.h | |
245 | wx/utils.h | |
246 | wx/variant.h | |
247 | wx/vector.h | |
248 | wx/version.h | |
249 | wx/volume.h | |
250 | wx/wfstream.h | |
251 | wx/wx.h | |
252 | wx/wxchar.h | |
253 | wx/wxprec.h | |
254 | wx/zipstrm.h | |
255 | wx/zstream.h | |
256 | </set> | |
257 | ||
258 | ||
259 | ||
260 | <!-- ====================================================================== --> | |
261 | <!-- Common GUI files --> | |
262 | <!-- ====================================================================== --> | |
263 | ||
e86e1522 | 264 | <set var="GUI_CMN_SRC"> |
bce8fed6 | 265 | src/generic/selstore.cpp |
ddf98968 VS |
266 | src/generic/busyinfo.cpp |
267 | src/generic/calctrl.cpp | |
268 | src/generic/choicdgg.cpp | |
269 | src/generic/dcbuffer.cpp | |
270 | src/generic/dcpsg.cpp | |
271 | src/generic/dirctrlg.cpp | |
272 | src/generic/grid.cpp | |
273 | src/generic/gridctrl.cpp | |
274 | src/generic/gridsel.cpp | |
275 | src/generic/laywin.cpp | |
276 | src/generic/logg.cpp | |
277 | src/generic/numdlgg.cpp | |
278 | src/generic/panelg.cpp | |
279 | src/generic/progdlgg.cpp | |
280 | src/generic/sashwin.cpp | |
281 | src/generic/scrlwing.cpp | |
282 | src/generic/spinctlg.cpp | |
283 | src/generic/splash.cpp | |
284 | src/generic/splitter.cpp | |
285 | src/generic/tbarsmpl.cpp | |
286 | src/generic/textdlgg.cpp | |
287 | src/generic/tipdlg.cpp | |
288 | src/generic/tipwin.cpp | |
289 | src/generic/treectlg.cpp | |
290 | src/generic/wizard.cpp | |
6d7d8f3b | 291 | src/common/appcmn.cpp |
e86e1522 | 292 | src/common/event.cpp |
6d7d8f3b | 293 | src/common/fontmap.cpp |
ddf98968 VS |
294 | src/common/accesscmn.cpp |
295 | src/common/artprov.cpp | |
296 | src/common/artstd.cpp | |
297 | src/common/bmpbase.cpp | |
298 | src/common/choiccmn.cpp | |
299 | src/common/clipcmn.cpp | |
300 | src/common/cmdproc.cpp | |
301 | src/common/cmndata.cpp | |
302 | src/common/containr.cpp | |
303 | src/common/cshelp.cpp | |
304 | src/common/ctrlcmn.cpp | |
305 | src/common/ctrlsub.cpp | |
6d7d8f3b | 306 | src/common/datacmn.cpp |
ddf98968 VS |
307 | src/common/dbgrid.cpp |
308 | src/common/dcbase.cpp | |
309 | src/common/dlgcmn.cpp | |
310 | src/common/dndcmn.cpp | |
311 | src/common/dobjcmn.cpp | |
312 | src/common/docmdi.cpp | |
313 | src/common/docview.cpp | |
314 | src/common/dpycmn.cpp | |
315 | src/common/dseldlg.cpp | |
316 | src/common/effects.cpp | |
317 | src/common/fddlgcmn.cpp | |
7e7336a7 | 318 | src/common/fldlgcmn.cpp |
ddf98968 VS |
319 | src/common/fontcmn.cpp |
320 | src/common/framecmn.cpp | |
6d7d8f3b | 321 | src/common/timercmn.cpp |
ddf98968 VS |
322 | src/common/toplvcmn.cpp |
323 | src/common/gaugecmn.cpp | |
324 | src/common/gdicmn.cpp | |
325 | src/common/geometry.cpp | |
326 | src/common/gifdecod.cpp | |
327 | src/common/helpbase.cpp | |
328 | src/common/iconbndl.cpp | |
329 | src/common/imagall.cpp | |
330 | src/common/imagbmp.cpp | |
331 | src/common/image.cpp | |
ddf98968 VS |
332 | src/common/imaggif.cpp |
333 | src/common/imagiff.cpp | |
334 | src/common/imagjpeg.cpp | |
335 | src/common/imagpcx.cpp | |
336 | src/common/imagpng.cpp | |
337 | src/common/imagpnm.cpp | |
338 | src/common/imagtiff.cpp | |
339 | src/common/imagxpm.cpp | |
e86e1522 | 340 | src/common/imagfill.cpp |
ddf98968 VS |
341 | src/common/layout.cpp |
342 | src/common/lboxcmn.cpp | |
343 | src/common/matrix.cpp | |
344 | src/common/menucmn.cpp | |
345 | src/common/nbkbase.cpp | |
346 | src/common/paper.cpp | |
347 | src/common/popupcmn.cpp | |
348 | src/common/prntbase.cpp | |
349 | src/common/quantize.cpp | |
350 | src/common/radiocmn.cpp | |
351 | src/common/rgncmn.cpp | |
352 | src/common/settcmn.cpp | |
353 | src/common/sizer.cpp | |
354 | src/common/statbar.cpp | |
355 | src/common/tbarbase.cpp | |
356 | src/common/textcmn.cpp | |
357 | src/common/treebase.cpp | |
358 | src/common/valgen.cpp | |
359 | src/common/validate.cpp | |
360 | src/common/valtext.cpp | |
361 | src/common/wincmn.cpp | |
362 | src/common/xpmdecod.cpp | |
363 | </set> | |
e86e1522 | 364 | <set var="GUI_CMN_HDR"> |
bce8fed6 | 365 | wx/selstore.h |
ddf98968 VS |
366 | wx/generic/accel.h |
367 | wx/generic/calctrl.h | |
368 | wx/generic/caret.h | |
369 | wx/generic/choicdgg.h | |
370 | wx/generic/colrdlgg.h | |
371 | wx/generic/dcpsg.h | |
372 | wx/generic/dirctrlg.h | |
373 | wx/generic/fontdlgg.h | |
374 | wx/generic/filedlgg.h | |
375 | wx/generic/grid.h | |
376 | wx/generic/gridctrl.h | |
377 | wx/generic/grid.h | |
378 | wx/generic/helpext.h | |
e86e1522 | 379 | wx/generic/logg.h |
ddf98968 VS |
380 | wx/helphtml.h |
381 | wx/generic/imaglist.h | |
382 | wx/generic/laywin.h | |
383 | wx/generic/msgdlgg.h | |
384 | wx/generic/notebook.h | |
385 | wx/generic/panelg.h | |
386 | wx/generic/prntdlgg.h | |
387 | wx/generic/progdlgg.h | |
388 | wx/generic/sashwin.h | |
389 | wx/generic/scrolwin.h | |
390 | wx/generic/spinctlg.h | |
391 | wx/generic/splash.h | |
392 | wx/generic/splitter.h | |
393 | wx/generic/textdlgg.h | |
394 | wx/generic/timer.h | |
395 | wx/generic/wizard.h | |
396 | wx/generic/treectlg.h | |
397 | </set> | |
398 | ||
399 | ||
400 | <!-- ====================================================================== --> | |
401 | <!-- Common X11 code: --> | |
402 | <!-- ====================================================================== --> | |
403 | ||
404 | <set var="XWIN_LOWLEVEL_SRC"> | |
405 | src/unix/fontenum.cpp | |
406 | src/unix/fontutil.cpp | |
407 | src/unix/utilsx11.cpp | |
408 | src/common/taskbarcmn.cpp | |
409 | src/unix/taskbarx11.cpp | |
410 | src/generic/printps.cpp | |
e86e1522 | 411 | src/unix/dialup.cpp |
ddf98968 VS |
412 | </set> |
413 | <set var="XWIN_LOWLEVEL_HDR"> | |
414 | wx/unix/fontutil.h | |
415 | wx/unix/utilsx11.h | |
416 | wx/unix/taskbarx11.h | |
417 | wx/generic/printps.h | |
418 | </set> | |
419 | ||
420 | ||
421 | <!-- ====================================================================== --> | |
422 | <!-- wxGTK --> | |
423 | <!-- ====================================================================== --> | |
424 | ||
425 | <set var="GTK_LOWLEVEL_SRC"> | |
426 | $(XWIN_LOWLEVEL_SRC) | |
427 | src/gtk/gsockgtk.c | |
428 | src/gtk/win_gtk.c | |
429 | src/gtk/app.cpp | |
430 | src/gtk/bitmap.cpp | |
431 | src/gtk/brush.cpp | |
432 | src/gtk/clipbrd.cpp | |
433 | src/gtk/colour.cpp | |
434 | src/gtk/cursor.cpp | |
435 | src/gtk/data.cpp | |
436 | src/gtk/dataobj.cpp | |
437 | src/gtk/dc.cpp | |
438 | src/gtk/dcclient.cpp | |
439 | src/gtk/dcmemory.cpp | |
440 | src/gtk/dcscreen.cpp | |
441 | src/gtk/dnd.cpp | |
442 | src/gtk/evtloop.cpp | |
443 | src/gtk/font.cpp | |
444 | src/gtk/toplevel.cpp | |
445 | src/gtk/gdiobj.cpp | |
446 | src/gtk/icon.cpp | |
447 | src/gtk/main.cpp | |
448 | src/gtk/pen.cpp | |
449 | src/gtk/popupwin.cpp | |
450 | src/gtk/region.cpp | |
451 | src/gtk/settings.cpp | |
452 | src/gtk/timer.cpp | |
453 | src/gtk/tooltip.cpp | |
454 | src/gtk/utilsgtk.cpp | |
455 | src/gtk/window.cpp | |
456 | src/generic/paletteg.cpp | |
457 | </set> | |
458 | <set var="GTK_LOWLEVEL_HDR"> | |
459 | $(XWIN_LOWLEVEL_HDR) | |
460 | </set> | |
461 | <set var="GTK_SRC"> | |
462 | <!-- Generic implementations used by wxGTK: --> | |
463 | src/generic/imaglist.cpp | |
464 | src/generic/colrdlgg.cpp | |
465 | src/generic/listctrl.cpp | |
466 | src/generic/filedlgg.cpp | |
467 | src/generic/dirdlgg.cpp | |
468 | src/generic/prntdlgg.cpp | |
469 | src/generic/accel.cpp | |
470 | src/generic/msgdlgg.cpp | |
471 | src/generic/fdrepdlg.cpp | |
472 | src/generic/tabg.cpp | |
473 | src/generic/statusbr.cpp | |
474 | <!-- GTK+ specific files: --> | |
475 | src/gtk/bmpbuttn.cpp | |
476 | src/gtk/button.cpp | |
477 | src/gtk/checkbox.cpp | |
478 | src/gtk/checklst.cpp | |
479 | src/gtk/choice.cpp | |
480 | src/gtk/combobox.cpp | |
481 | src/gtk/control.cpp | |
482 | src/gtk/dialog.cpp | |
483 | src/gtk/fontdlg.cpp | |
484 | src/gtk/frame.cpp | |
485 | src/gtk/gauge.cpp | |
486 | src/gtk/joystick.cpp | |
487 | src/gtk/listbox.cpp | |
488 | src/gtk/mdi.cpp | |
489 | src/gtk/menu.cpp | |
490 | src/gtk/minifram.cpp | |
491 | src/gtk/msgdlg.cpp | |
492 | src/gtk/notebook.cpp | |
493 | src/gtk/radiobox.cpp | |
494 | src/gtk/radiobut.cpp | |
495 | src/gtk/scrolbar.cpp | |
496 | src/gtk/scrolwin.cpp | |
497 | src/gtk/slider.cpp | |
498 | src/gtk/spinbutt.cpp | |
499 | src/gtk/spinctrl.cpp | |
500 | src/gtk/statbmp.cpp | |
501 | src/gtk/statbox.cpp | |
502 | src/gtk/statline.cpp | |
503 | src/gtk/stattext.cpp | |
504 | src/gtk/tbargtk.cpp | |
505 | src/gtk/textctrl.cpp | |
506 | src/gtk/tglbtn.cpp | |
507 | src/gtk/utilsres.cpp | |
508 | src/gtk/wave.cpp | |
509 | </set> | |
510 | <set var="GTK_HDR"> | |
511 | wx/gtk/accel.h | |
512 | wx/gtk/app.h | |
513 | wx/gtk/bitmap.h | |
514 | wx/gtk/bmpbuttn.h | |
515 | wx/gtk/brush.h | |
516 | wx/gtk/button.h | |
517 | wx/gtk/checkbox.h | |
518 | wx/gtk/checklst.h | |
519 | wx/gtk/choice.h | |
520 | wx/gtk/clipbrd.h | |
521 | wx/gtk/colour.h | |
522 | wx/gtk/combobox.h | |
523 | wx/gtk/control.h | |
524 | wx/gtk/cursor.h | |
525 | wx/gtk/dataform.h | |
526 | wx/gtk/dataobj.h | |
527 | wx/gtk/dataobj2.h | |
528 | wx/gtk/dc.h | |
529 | wx/gtk/dcclient.h | |
530 | wx/gtk/dcmemory.h | |
531 | wx/gtk/dcscreen.h | |
532 | wx/gtk/dialog.h | |
533 | wx/gtk/dnd.h | |
534 | wx/gtk/filedlg.h | |
535 | wx/gtk/font.h | |
536 | wx/gtk/fontdlg.h | |
537 | wx/gtk/frame.h | |
538 | wx/gtk/toplevel.h | |
539 | wx/gtk/gauge.h | |
540 | wx/gtk/gdiobj.h | |
541 | wx/gtk/glcanvas.h | |
542 | wx/gtk/icon.h | |
543 | wx/gtk/joystick.h | |
544 | wx/gtk/listbox.h | |
545 | wx/gtk/mdi.h | |
546 | wx/gtk/menu.h | |
547 | wx/gtk/menuitem.h | |
548 | wx/gtk/minifram.h | |
549 | wx/gtk/msgdlg.h | |
550 | wx/gtk/notebook.h | |
551 | wx/gtk/pen.h | |
552 | wx/gtk/popupwin.h | |
553 | wx/gtk/radiobox.h | |
554 | wx/gtk/radiobut.h | |
555 | wx/gtk/region.h | |
556 | wx/gtk/scrolbar.h | |
557 | wx/gtk/scrolwin.h | |
558 | wx/gtk/slider.h | |
559 | wx/gtk/spinbutt.h | |
560 | wx/gtk/spinctrl.h | |
561 | wx/gtk/statbmp.h | |
562 | wx/gtk/statbox.h | |
563 | wx/gtk/statline.h | |
564 | wx/gtk/stattext.h | |
565 | wx/gtk/tbargtk.h | |
566 | wx/gtk/textctrl.h | |
567 | wx/gtk/tglbtn.h | |
568 | wx/gtk/timer.h | |
569 | wx/gtk/tooltip.h | |
570 | wx/gtk/treectrl.h | |
571 | wx/gtk/wave.h | |
572 | wx/gtk/win_gtk.h | |
573 | wx/gtk/window.h | |
574 | wx/generic/fdrepdlg.h | |
575 | wx/generic/tabg.h | |
576 | wx/generic/dirdlgg.h | |
577 | wx/generic/statusbr.h | |
578 | </set> | |
579 | ||
580 | ||
581 | <!-- ====================================================================== --> | |
582 | <!-- wxMotif --> | |
583 | <!-- ====================================================================== --> | |
584 | ||
585 | <set var="MOTIF_LOWLEVEL_SRC"> | |
586 | $(XWIN_LOWLEVEL_SRC) | |
587 | src/x11/region.cpp | |
588 | src/x11/pen.cpp | |
589 | src/x11/brush.cpp | |
590 | src/x11/bitmap.cpp | |
591 | src/x11/utilsx.cpp | |
592 | </set> | |
593 | <set var="MOTIF_LOWLEVEL_HDR"> | |
594 | $(XWIN_LOWLEVEL_HDR) | |
595 | </set> | |
596 | <set var="MOTIF_SRC"> | |
597 | src/motif/gsockmot.c | |
598 | src/motif/accel.cpp | |
599 | src/motif/app.cpp | |
600 | src/motif/bmpbuttn.cpp | |
601 | src/motif/bmpmotif.cpp | |
602 | src/motif/button.cpp | |
603 | src/motif/checkbox.cpp | |
604 | src/motif/checklst.cpp | |
605 | src/motif/choice.cpp | |
606 | src/motif/clipbrd.cpp | |
607 | src/motif/colour.cpp | |
608 | src/motif/combobox.cpp | |
609 | src/motif/combobox_native.cpp | |
610 | src/motif/control.cpp | |
611 | src/motif/cursor.cpp | |
612 | src/motif/data.cpp | |
613 | src/motif/dataobj.cpp | |
614 | src/motif/dc.cpp | |
615 | src/motif/dcclient.cpp | |
616 | src/motif/dcmemory.cpp | |
617 | src/motif/dcscreen.cpp | |
618 | src/motif/dialog.cpp | |
619 | src/motif/evtloop.cpp | |
620 | src/motif/filedlg.cpp | |
621 | src/motif/font.cpp | |
622 | src/motif/frame.cpp | |
623 | src/motif/gauge.cpp | |
624 | src/motif/gdiobj.cpp | |
625 | src/motif/glcanvas.cpp | |
626 | src/motif/icon.cpp | |
627 | src/motif/listbox.cpp | |
628 | src/motif/main.cpp | |
629 | src/motif/mdi.cpp | |
630 | src/motif/menu.cpp | |
631 | src/motif/menuitem.cpp | |
632 | src/motif/minifram.cpp | |
633 | src/motif/msgdlg.cpp | |
634 | src/motif/palette.cpp | |
635 | src/motif/radiobox.cpp | |
636 | src/motif/radiobut.cpp | |
637 | src/motif/scrolbar.cpp | |
638 | src/motif/settings.cpp | |
639 | src/motif/slider.cpp | |
640 | src/motif/spinbutt.cpp | |
641 | src/motif/statbmp.cpp | |
642 | src/motif/statbox.cpp | |
643 | src/motif/stattext.cpp | |
644 | src/motif/toolbar.cpp | |
645 | src/motif/textctrl.cpp | |
646 | src/motif/timer.cpp | |
647 | src/motif/toplevel.cpp | |
648 | src/motif/utils.cpp | |
649 | src/motif/window.cpp | |
650 | <!-- Generic files used by wxMotif: --> | |
651 | src/generic/fdrepdlg.cpp | |
652 | src/generic/listctrl.cpp | |
653 | src/generic/imaglist.cpp | |
654 | src/generic/notebook.cpp | |
655 | src/generic/fontdlgg.cpp | |
656 | src/generic/colrdlgg.cpp | |
657 | src/generic/statline.cpp | |
658 | src/generic/tabg.cpp | |
659 | src/generic/dirdlgg.cpp | |
660 | src/generic/prntdlgg.cpp | |
661 | src/generic/statusbr.cpp | |
662 | </set> | |
663 | <set var="MOTIF_HDR"> | |
664 | wx/motif/accel.h | |
665 | wx/motif/app.h | |
666 | wx/motif/bmpbuttn.h | |
667 | wx/motif/bmpmotif.h | |
668 | wx/motif/button.h | |
669 | wx/motif/checkbox.h | |
670 | wx/motif/checklst.h | |
671 | wx/motif/choice.h | |
672 | wx/motif/clipbrd.h | |
673 | wx/motif/colour.h | |
674 | wx/motif/combobox.h | |
675 | wx/motif/control.h | |
676 | wx/motif/cursor.h | |
677 | wx/motif/dataform.h | |
678 | wx/motif/dataobj.h | |
679 | wx/motif/dc.h | |
680 | wx/motif/dcclient.h | |
681 | wx/motif/dcmemory.h | |
682 | wx/motif/dcprint.h | |
683 | wx/motif/dcscreen.h | |
684 | wx/motif/dialog.h | |
685 | wx/motif/dnd.h | |
686 | wx/motif/filedlg.h | |
687 | wx/motif/font.h | |
688 | wx/motif/frame.h | |
689 | wx/motif/gauge.h | |
690 | wx/motif/gdiobj.h | |
691 | wx/motif/glcanvas.h | |
692 | wx/motif/icon.h | |
693 | wx/motif/listbox.h | |
694 | wx/motif/mdi.h | |
695 | wx/motif/menu.h | |
696 | wx/motif/menuitem.h | |
697 | wx/motif/minifram.h | |
698 | wx/motif/msgdlg.h | |
699 | wx/motif/palette.h | |
700 | wx/motif/print.h | |
701 | wx/motif/private.h | |
702 | wx/motif/radiobox.h | |
703 | wx/motif/radiobut.h | |
704 | wx/motif/region.h | |
705 | wx/motif/scrolbar.h | |
706 | wx/motif/settings.h | |
707 | wx/motif/slider.h | |
708 | wx/motif/spinbutt.h | |
709 | wx/motif/statbmp.h | |
710 | wx/motif/statbox.h | |
711 | wx/motif/stattext.h | |
712 | wx/motif/textctrl.h | |
713 | wx/motif/tglbtn.h | |
714 | wx/motif/timer.h | |
715 | wx/motif/toolbar.h | |
716 | wx/motif/toplevel.h | |
717 | wx/motif/window.h | |
718 | wx/generic/fdrepdlg.h | |
719 | wx/generic/listctrl.h | |
720 | wx/generic/imaglist.h | |
721 | wx/generic/notebook.h | |
722 | wx/generic/fontdlgg.h | |
723 | wx/generic/colrdlgg.h | |
724 | wx/generic/statline.h | |
725 | wx/generic/tabg.h | |
726 | wx/generic/dirdlgg.h | |
727 | wx/generic/prntdlgg.h | |
728 | wx/generic/statusbr.h | |
729 | </set> | |
730 | ||
731 | ||
732 | <!-- ====================================================================== --> | |
733 | <!-- wxX11 --> | |
734 | <!-- ====================================================================== --> | |
735 | ||
736 | ||
737 | <set var="X11_LOWLEVEL_SRC"> | |
738 | $(XWIN_LOWLEVEL_SRC) | |
739 | src/x11/gsockx11.c | |
740 | src/x11/nanox.c | |
741 | src/x11/app.cpp | |
742 | src/x11/bitmap.cpp | |
743 | src/x11/brush.cpp | |
744 | src/x11/clipbrd.cpp | |
745 | src/x11/colour.cpp | |
746 | src/x11/cursor.cpp | |
747 | src/x11/data.cpp | |
748 | src/x11/dataobj.cpp | |
749 | src/x11/dc.cpp | |
750 | src/x11/dcclient.cpp | |
751 | src/x11/dcmemory.cpp | |
752 | src/x11/dcscreen.cpp | |
753 | src/x11/evtloop.cpp | |
754 | src/x11/font.cpp | |
755 | src/x11/gdiobj.cpp | |
756 | src/x11/glcanvas.cpp | |
757 | src/x11/icon.cpp | |
758 | src/x11/joystick.cpp | |
759 | src/x11/main.cpp | |
760 | src/x11/minifram.cpp | |
761 | src/x11/palette.cpp | |
762 | src/x11/pen.cpp | |
763 | src/x11/popupwin.cpp | |
764 | src/x11/region.cpp | |
765 | src/x11/reparent.cpp | |
766 | src/x11/settings.cpp | |
767 | src/x11/toplevel.cpp | |
768 | src/x11/utils.cpp | |
769 | src/x11/utilsx.cpp | |
770 | src/x11/window.cpp | |
771 | src/generic/timer.cpp | |
772 | </set> | |
773 | <set var="X11_LOWLEVEL_HDR"> | |
774 | $(XWIN_LOWLEVEL_HDR) | |
775 | wx/x11/app.h | |
776 | wx/x11/bitmap.h | |
777 | wx/x11/brush.h | |
778 | wx/x11/clipbrd.h | |
779 | wx/x11/colour.h | |
780 | wx/x11/cursor.h | |
781 | wx/x11/dataform.h | |
782 | wx/x11/dataobj.h | |
783 | wx/x11/dataobj2.h | |
784 | wx/x11/dc.h | |
785 | wx/x11/dcclient.h | |
786 | wx/x11/dcmemory.h | |
787 | wx/x11/dcprint.h | |
788 | wx/x11/dcscreen.h | |
789 | wx/x11/dnd.h | |
790 | wx/x11/font.h | |
791 | wx/x11/gdiobj.h | |
792 | wx/x11/glcanvas.h | |
793 | wx/x11/icon.h | |
794 | wx/x11/joystick.h | |
795 | wx/x11/minifram.h | |
796 | wx/x11/palette.h | |
797 | wx/x11/pen.h | |
798 | wx/x11/print.h | |
799 | wx/x11/private.h | |
800 | wx/x11/privx.h | |
801 | wx/x11/region.h | |
802 | wx/x11/reparent.h | |
803 | wx/x11/textctrl.h | |
804 | wx/x11/toplevel.h | |
805 | wx/x11/window.h | |
806 | src/generic/timer.h | |
807 | </set> | |
808 | ||
809 | ||
810 | ||
811 | <!-- ====================================================================== --> | |
812 | <!-- wxMSW --> | |
813 | <!-- ====================================================================== --> | |
814 | ||
815 | <set var="MSW_LOWLEVEL_SRC"> | |
816 | src/msw/app.cpp | |
817 | src/msw/bitmap.cpp | |
818 | src/msw/brush.cpp | |
819 | src/msw/caret.cpp | |
820 | src/msw/clipbrd.cpp | |
821 | src/msw/colour.cpp | |
822 | src/msw/cursor.cpp | |
823 | src/msw/data.cpp | |
824 | src/msw/dc.cpp | |
825 | src/msw/dcclient.cpp | |
826 | src/msw/dcmemory.cpp | |
827 | src/msw/dcprint.cpp | |
828 | src/msw/dcscreen.cpp | |
829 | src/msw/dialup.cpp | |
830 | src/msw/dib.cpp | |
831 | src/msw/dirdlg.cpp | |
832 | src/msw/display.cpp | |
833 | src/msw/enhmeta.cpp | |
834 | src/msw/helpbest.cpp | |
835 | src/msw/evtloop.cpp | |
836 | src/msw/font.cpp | |
837 | src/msw/fontenum.cpp | |
838 | src/msw/fontutil.cpp | |
839 | src/msw/gdiimage.cpp | |
840 | src/msw/gdiobj.cpp | |
841 | src/msw/glcanvas.cpp | |
842 | src/msw/helpchm.cpp | |
843 | src/msw/helpwin.cpp | |
844 | src/msw/icon.cpp | |
845 | src/msw/joystick.cpp | |
846 | src/msw/minifram.cpp | |
847 | src/msw/palette.cpp | |
848 | src/msw/pen.cpp | |
849 | src/msw/popupwin.cpp | |
850 | src/msw/region.cpp | |
851 | src/msw/settings.cpp | |
852 | src/common/taskbarcmn.cpp | |
853 | src/msw/taskbar.cpp | |
854 | src/msw/timer.cpp | |
855 | src/msw/tooltip.cpp | |
856 | src/msw/toplevel.cpp | |
9a90985d | 857 | src/msw/utilsgui.cpp |
ddf98968 VS |
858 | src/msw/wave.cpp |
859 | src/msw/window.cpp | |
860 | src/msw/ole/automtn.cpp | |
861 | src/msw/ole/dataobj.cpp | |
862 | src/msw/ole/dropsrc.cpp | |
863 | src/msw/ole/droptgt.cpp | |
864 | src/msw/ole/oleutils.cpp | |
865 | src/msw/ole/uuid.cpp | |
866 | </set> | |
867 | <set var="MSW_LOWLEVEL_HDR"> | |
868 | </set> | |
869 | <set var="MSW_SRC"> | |
870 | src/msw/ole/access.cpp | |
871 | src/msw/accel.cpp | |
872 | src/msw/bmpbuttn.cpp | |
873 | src/msw/button.cpp | |
874 | src/msw/checkbox.cpp | |
875 | src/msw/checklst.cpp | |
876 | src/msw/choice.cpp | |
877 | src/msw/colordlg.cpp | |
878 | src/msw/combobox.cpp | |
879 | src/msw/control.cpp | |
880 | src/msw/dialog.cpp | |
881 | src/msw/dragimag.cpp | |
882 | src/msw/fdrepdlg.cpp | |
883 | src/msw/filedlg.cpp | |
884 | src/msw/fontdlg.cpp | |
885 | src/msw/frame.cpp | |
886 | src/msw/gauge95.cpp | |
887 | src/msw/imaglist.cpp | |
888 | src/msw/iniconf.cpp | |
889 | src/msw/listbox.cpp | |
890 | src/msw/listctrl.cpp | |
891 | src/msw/mdi.cpp | |
892 | src/msw/menu.cpp | |
893 | src/msw/menuitem.cpp | |
894 | src/msw/metafile.cpp | |
895 | src/msw/msgdlg.cpp | |
ddf98968 VS |
896 | src/msw/nativdlg.cpp |
897 | src/msw/notebook.cpp | |
898 | src/msw/ownerdrw.cpp | |
899 | src/msw/penwin.cpp | |
900 | src/msw/printdlg.cpp | |
901 | src/msw/printwin.cpp | |
902 | src/msw/radiobox.cpp | |
903 | src/msw/radiobut.cpp | |
904 | src/msw/scrolbar.cpp | |
905 | src/msw/slider95.cpp | |
906 | src/msw/spinbutt.cpp | |
907 | src/msw/spinctrl.cpp | |
908 | src/msw/statbmp.cpp | |
909 | src/msw/statbox.cpp | |
910 | src/msw/statbr95.cpp | |
911 | src/msw/statline.cpp | |
912 | src/msw/stattext.cpp | |
913 | src/msw/tabctrl.cpp | |
914 | src/msw/tbar95.cpp | |
915 | src/msw/textctrl.cpp | |
916 | src/msw/tglbtn.cpp | |
917 | src/msw/treectrl.cpp | |
918 | src/msw/mslu.cpp | |
919 | </set> | |
920 | <set var="MSW_HDR"> | |
921 | wx/msw/access.h | |
922 | wx/msw/accel.h | |
923 | wx/msw/app.h | |
924 | wx/msw/bitmap.h | |
925 | wx/msw/bmpbuttn.h | |
926 | wx/msw/brush.h | |
927 | wx/msw/button.h | |
928 | wx/msw/caret.h | |
929 | wx/msw/checkbox.h | |
930 | wx/msw/checklst.h | |
931 | wx/msw/choice.h | |
932 | wx/msw/clipbrd.h | |
933 | wx/msw/colordlg.h | |
934 | wx/msw/colour.h | |
935 | wx/msw/combobox.h | |
936 | wx/msw/control.h | |
937 | wx/msw/cursor.h | |
938 | wx/msw/dc.h | |
939 | wx/msw/dcclient.h | |
940 | wx/msw/dcmemory.h | |
941 | wx/msw/dcprint.h | |
942 | wx/msw/dcscreen.h | |
943 | wx/msw/dialog.h | |
944 | wx/msw/dib.h | |
945 | wx/msw/dirdlg.h | |
946 | wx/msw/dragimag.h | |
947 | wx/msw/enhmeta.h | |
948 | wx/msw/fdrepdlg.h | |
949 | wx/msw/filedlg.h | |
950 | wx/msw/font.h | |
951 | wx/msw/fontdlg.h | |
952 | wx/msw/frame.h | |
953 | wx/msw/gauge95.h | |
954 | wx/msw/gdiimage.h | |
955 | wx/msw/gdiobj.h | |
956 | wx/msw/glcanvas.h | |
957 | wx/msw/helpbest.h | |
958 | wx/msw/helpchm.h | |
959 | wx/msw/helpwin.h | |
960 | wx/msw/icon.h | |
961 | wx/msw/imaglist.h | |
962 | wx/msw/iniconf.h | |
963 | wx/msw/joystick.h | |
964 | wx/msw/listbox.h | |
965 | wx/msw/listctrl.h | |
966 | wx/msw/mdi.h | |
967 | wx/msw/menu.h | |
968 | wx/msw/menuitem.h | |
969 | wx/msw/metafile.h | |
970 | wx/msw/minifram.h | |
971 | wx/msw/missing.h | |
972 | wx/msw/msgdlg.h | |
973 | wx/msw/mslu.h | |
974 | wx/msw/msvcrt.h | |
975 | wx/msw/notebook.h | |
976 | wx/msw/palette.h | |
977 | wx/msw/pen.h | |
978 | wx/msw/printdlg.h | |
979 | wx/msw/printwin.h | |
980 | wx/msw/private.h | |
981 | wx/msw/radiobox.h | |
982 | wx/msw/radiobut.h | |
983 | wx/msw/regconf.h | |
984 | wx/msw/region.h | |
985 | wx/msw/registry.h | |
986 | wx/msw/scrolbar.h | |
987 | wx/msw/setup0.h | |
988 | wx/msw/slider95.h | |
989 | wx/msw/slidrmsw.h | |
990 | wx/msw/spinctrl.h | |
991 | wx/msw/spinbutt.h | |
992 | wx/msw/statbmp.h | |
993 | wx/msw/statbox.h | |
994 | wx/msw/statbr95.h | |
995 | wx/msw/statline.h | |
996 | wx/msw/stattext.h | |
997 | wx/msw/tabctrl.h | |
998 | wx/msw/taskbar.h | |
999 | wx/msw/tbar95.h | |
1000 | wx/msw/tbarmsw.h | |
1001 | wx/msw/textctrl.h | |
1002 | wx/msw/tglbtn.h | |
1003 | wx/msw/timer.h | |
1004 | wx/msw/tooltip.h | |
1005 | wx/msw/toplevel.h | |
1006 | wx/msw/treectrl.h | |
1007 | wx/msw/wave.h | |
1008 | wx/msw/window.h | |
1009 | wx/msw/access.h | |
1010 | wx/msw/automtn.h | |
1011 | wx/msw/dataform.h | |
1012 | wx/msw/dataobj.h | |
1013 | wx/msw/dataobj2.h | |
1014 | wx/msw/dropsrc.h | |
1015 | wx/msw/droptgt.h | |
1016 | wx/msw/oleutils.h | |
1017 | wx/msw/uuid.h | |
1018 | </set> | |
1019 | ||
1020 | ||
1021 | <!-- ====================================================================== --> | |
1022 | <!-- wxMGL --> | |
1023 | <!-- ====================================================================== --> | |
1024 | ||
1025 | <set var="MGL_LOWLEVEL_SRC"> | |
1026 | src/mgl/colour.cpp | |
1027 | src/mgl/dc.cpp | |
1028 | src/mgl/gdiobj.cpp | |
1029 | src/mgl/palette.cpp | |
1030 | src/mgl/region.cpp | |
1031 | src/mgl/brush.cpp | |
1032 | src/mgl/pen.cpp | |
1033 | src/mgl/font.cpp | |
1034 | src/mgl/data.cpp | |
1035 | src/mgl/fontenum.cpp | |
1036 | src/mgl/fontutil.cpp | |
1037 | src/mgl/evtloop.cpp | |
1038 | src/mgl/app.cpp | |
1039 | src/mgl/bitmap.cpp | |
1040 | src/mgl/dirmgl.cpp | |
1041 | src/mgl/clipbrd.cpp | |
1042 | src/mgl/cursor.cpp | |
1043 | src/mgl/dcclient.cpp | |
1044 | src/mgl/dcmemory.cpp | |
1045 | src/mgl/dcscreen.cpp | |
1046 | src/mgl/toplevel.cpp | |
1047 | src/mgl/icon.cpp | |
1048 | src/mgl/settings.cpp | |
1049 | src/mgl/window.cpp | |
1050 | src/mgl/utils.cpp | |
1051 | src/generic/timer.cpp | |
1052 | </set> | |
1053 | <set var="MGL_LOWLEVEL_HDR"> | |
1054 | wx/mgl/app.h | |
1055 | wx/mgl/bitmap.h | |
1056 | wx/mgl/brush.h | |
1057 | wx/mgl/clipbrd.h | |
1058 | wx/mgl/colour.h | |
1059 | wx/mgl/cursor.h | |
1060 | wx/mgl/dc.h | |
1061 | wx/mgl/dcclient.h | |
1062 | wx/mgl/dcmemory.h | |
1063 | wx/mgl/dcscreen.h | |
1064 | wx/mgl/font.h | |
1065 | wx/mgl/fontutil.h | |
1066 | wx/mgl/gdiobj.h | |
1067 | wx/mgl/icon.h | |
1068 | wx/mgl/palette.h | |
1069 | wx/mgl/pen.h | |
1070 | wx/mgl/popupwin.h | |
1071 | wx/mgl/private.h | |
1072 | wx/mgl/region.h | |
1073 | wx/mgl/toplevel.h | |
1074 | wx/mgl/window.h | |
1075 | wx/generic/timer.h | |
1076 | </set> | |
1077 | ||
1078 | ||
1079 | <!-- ====================================================================== --> | |
1080 | <!-- wxOS/2 --> | |
1081 | <!-- ====================================================================== --> | |
1082 | ||
1083 | <set var="OS2_LOWLEVEL_SRC"> | |
1084 | </set> | |
1085 | <set var="OS2_LOWLEVEL_HDR"> | |
1086 | </set> | |
1087 | <set var="OS2_SRC"> | |
1088 | src/os2/accel.cpp | |
1089 | src/os2/app.cpp | |
1090 | src/os2/bitmap.cpp | |
1091 | src/os2/bmpbuttn.cpp | |
1092 | src/os2/brush.cpp | |
1093 | src/os2/button.cpp | |
1094 | src/os2/checkbox.cpp | |
1095 | src/os2/checklst.cpp | |
1096 | src/os2/choice.cpp | |
1097 | src/os2/clipbrd.cpp | |
1098 | src/os2/colour.cpp | |
1099 | src/os2/combobox.cpp | |
1100 | src/os2/control.cpp | |
1101 | src/os2/cursor.cpp | |
1102 | src/os2/data.cpp | |
1103 | src/os2/dataobj.cpp | |
1104 | src/os2/dc.cpp | |
1105 | src/os2/dcclient.cpp | |
1106 | src/os2/dcmemory.cpp | |
1107 | src/os2/dcprint.cpp | |
1108 | src/os2/dcscreen.cpp | |
1109 | src/os2/dialog.cpp | |
1110 | src/os2/dnd.cpp | |
1111 | src/os2/filedlg.cpp | |
1112 | src/os2/font.cpp | |
1113 | src/os2/fontdlg.cpp | |
1114 | src/os2/fontenum.cpp | |
1115 | src/os2/fontutil.cpp | |
1116 | src/os2/frame.cpp | |
1117 | src/os2/gauge.cpp | |
1118 | src/os2/gdiimage.cpp | |
1119 | src/os2/gdiobj.cpp | |
1120 | src/os2/helpwin.cpp | |
1121 | src/os2/icon.cpp | |
1122 | src/os2/iniconf.cpp | |
1123 | src/os2/joystick.cpp | |
1124 | src/os2/listbox.cpp | |
1125 | src/os2/main.cpp | |
1126 | src/os2/menu.cpp | |
1127 | src/os2/menuitem.cpp | |
1128 | src/os2/metafile.cpp | |
1129 | src/os2/mimetype.cpp | |
1130 | src/os2/msgdlg.cpp | |
1131 | src/os2/nativdlg.cpp | |
1132 | src/os2/notebook.cpp | |
1133 | src/os2/ownerdrw.cpp | |
1134 | src/os2/palette.cpp | |
1135 | src/os2/pen.cpp | |
1136 | src/os2/print.cpp | |
1137 | src/os2/radiobox.cpp | |
1138 | src/os2/radiobut.cpp | |
1139 | src/os2/region.cpp | |
1140 | src/os2/scrolbar.cpp | |
1141 | src/os2/settings.cpp | |
1142 | src/os2/slider.cpp | |
1143 | src/os2/spinbutt.cpp | |
1144 | src/os2/spinctrl.cpp | |
1145 | src/os2/statbmp.cpp | |
1146 | src/os2/statbox.cpp | |
1147 | src/os2/statline.cpp | |
1148 | src/os2/stattext.cpp | |
1149 | src/os2/tabctrl.cpp | |
1150 | src/os2/textctrl.cpp | |
1151 | src/os2/timer.cpp | |
1152 | src/os2/thread.cpp | |
1153 | src/os2/toolbar.cpp | |
1154 | src/os2/tooltip.cpp | |
1155 | src/os2/toplevel.cpp | |
1156 | src/os2/wave.cpp | |
1157 | src/os2/window.cpp | |
1158 | src/os2/gsocket.c | |
1159 | src/os2/gsockpm.c | |
1160 | </set> | |
1161 | <set var="OS2_HDR"> | |
1162 | wx/os2/accel.h | |
1163 | wx/os2/dataobj.h | |
1164 | wx/os2/helpwin.h | |
1165 | wx/os2/pngread.h | |
1166 | wx/os2/statline.h | |
1167 | wx/os2/app.h | |
1168 | wx/os2/dataobj2.h | |
1169 | wx/os2/icon.h | |
1170 | wx/os2/stattext.h | |
1171 | wx/os2/bitmap.h | |
1172 | wx/os2/dc.h | |
1173 | wx/os2/tabctrl.h | |
1174 | wx/os2/dcclient.h | |
1175 | wx/os2/print.h | |
1176 | wx/os2/bmpbuttn.h | |
1177 | wx/os2/dcmemory.h | |
1178 | wx/os2/iniconf.h | |
1179 | wx/os2/private.h | |
1180 | wx/os2/textctrl.h | |
1181 | wx/os2/brush.h | |
1182 | wx/os2/dcprint.h | |
1183 | wx/os2/joystick.h | |
1184 | wx/os2/timer.h | |
1185 | wx/os2/dcscreen.h | |
1186 | wx/os2/listbox.h | |
1187 | wx/os2/button.h | |
1188 | wx/os2/dialog.h | |
1189 | wx/os2/radiobox.h | |
1190 | wx/os2/toolbar.h | |
1191 | wx/os2/checkbox.h | |
1192 | wx/os2/radiobut.h | |
1193 | wx/os2/tooltip.h | |
1194 | wx/os2/checklst.h | |
1195 | wx/os2/dnd.h | |
1196 | wx/os2/menu.h | |
1197 | wx/os2/region.h | |
1198 | wx/os2/menuitem.h | |
1199 | wx/os2/choice.h | |
1200 | wx/os2/filedlg.h | |
1201 | wx/os2/metafile.h | |
1202 | wx/os2/scrolbar.h | |
1203 | wx/os2/wave.h | |
1204 | wx/os2/clipbrd.h | |
1205 | wx/os2/font.h | |
1206 | wx/os2/minifram.h | |
1207 | wx/os2/settings.h | |
1208 | wx/os2/window.h | |
1209 | wx/os2/fontdlg.h | |
1210 | wx/os2/msgdlg.h | |
1211 | wx/os2/colour.h | |
1212 | wx/os2/frame.h | |
1213 | wx/os2/setup0.h | |
1214 | wx/os2/combobox.h | |
1215 | wx/os2/gauge.h | |
1216 | wx/os2/notebook.h | |
1217 | wx/os2/control.h | |
1218 | wx/os2/gdiimage.h | |
1219 | wx/os2/palette.h | |
1220 | wx/os2/slider.h | |
1221 | wx/os2/cursor.h | |
1222 | wx/os2/gdiobj.h | |
1223 | wx/os2/spinbutt.h | |
1224 | wx/os2/gsockos2.h | |
1225 | wx/os2/pen.h | |
1226 | wx/os2/spinctrl.h | |
1227 | wx/os2/statbmp.h | |
1228 | wx/os2/dataform.h | |
1229 | wx/os2/pnghand.h | |
1230 | wx/os2/statbox.h | |
1231 | wx/os2/toplevel.h | |
1232 | </set> | |
1233 | ||
1234 | ||
1235 | ||
1236 | <!-- ====================================================================== --> | |
1237 | <!-- wxMac --> | |
1238 | <!-- ====================================================================== --> | |
1239 | ||
1240 | <set var="MAC_LOWLEVEL_SRC"> | |
1241 | </set> | |
1242 | <set var="MAC_LOWLEVEL_HDR"> | |
1243 | </set> | |
1244 | <set var="MAC_SRC"> | |
1245 | src/mac/gsocket.c | |
1246 | src/mac/accel.cpp | |
1247 | src/mac/aga.cpp | |
1248 | src/mac/app.cpp | |
1249 | src/mac/bitmap.cpp | |
1250 | src/mac/bmpbuttn.cpp | |
1251 | src/mac/brush.cpp | |
1252 | src/mac/button.cpp | |
1253 | src/mac/checkbox.cpp | |
1254 | src/mac/checklst.cpp | |
1255 | src/mac/choice.cpp | |
1256 | src/mac/clipbrd.cpp | |
1257 | src/mac/colordlg.cpp | |
1258 | src/mac/colour.cpp | |
1259 | src/mac/combobox.cpp | |
1260 | src/mac/control.cpp | |
1261 | src/mac/cursor.cpp | |
1262 | src/mac/data.cpp | |
1263 | src/mac/dataobj.cpp | |
1264 | src/mac/dc.cpp | |
1265 | src/mac/dcclient.cpp | |
1266 | src/mac/dcmemory.cpp | |
1267 | src/mac/dcprint.cpp | |
1268 | src/mac/dcscreen.cpp | |
1269 | src/mac/dialog.cpp | |
1270 | src/mac/dirdlg.cpp | |
1271 | src/mac/dirmac.cpp | |
1272 | src/mac/dnd.cpp | |
1273 | src/mac/filedlg.cpp | |
1274 | src/mac/font.cpp | |
1275 | src/mac/fontdlg.cpp | |
1276 | src/mac/fontenum.cpp | |
1277 | src/mac/fontutil.cpp | |
1278 | src/mac/frame.cpp | |
1279 | src/mac/gauge.cpp | |
1280 | src/mac/gdiobj.cpp | |
1281 | src/mac/icon.cpp | |
1282 | src/mac/joystick.cpp | |
1283 | src/mac/listbox.cpp | |
1284 | src/mac/macnotfy.cpp | |
1285 | src/mac/mdi.cpp | |
1286 | src/mac/menu.cpp | |
1287 | src/mac/menuitem.cpp | |
1288 | src/mac/metafile.cpp | |
1289 | src/mac/mimetmac.cpp | |
1290 | src/mac/minifram.cpp | |
1291 | src/mac/msgdlg.cpp | |
1292 | src/mac/notebmac.cpp | |
1293 | src/mac/palette.cpp | |
1294 | src/mac/pen.cpp | |
1295 | src/mac/pnghand.cpp | |
1296 | src/mac/printdlg.cpp | |
1297 | src/mac/printmac.cpp | |
1298 | src/mac/radiobox.cpp | |
1299 | src/mac/radiobut.cpp | |
1300 | src/mac/region.cpp | |
1301 | src/mac/scrolbar.cpp | |
1302 | src/mac/settings.cpp | |
1303 | src/mac/slider.cpp | |
1304 | src/mac/spinbutt.cpp | |
1305 | src/mac/statbmp.cpp | |
1306 | src/mac/statbox.cpp | |
1307 | src/mac/statbrma.cpp | |
1308 | src/mac/statlmac.cpp | |
1309 | src/mac/stattext.cpp | |
1310 | src/mac/tabctrl.cpp | |
1311 | src/mac/textctrl.cpp | |
1312 | src/mac/thread.cpp | |
1313 | src/mac/timer.cpp | |
1314 | src/mac/toplevel.cpp | |
1315 | src/mac/toolbar.cpp | |
1316 | src/mac/tooltip.cpp | |
1317 | src/mac/uma.cpp | |
1318 | src/mac/utils.cpp | |
1319 | src/mac/utilsexc.cpp | |
1320 | src/mac/wave.cpp | |
1321 | src/mac/window.cpp | |
1322 | src/mac/morefilex/MoreFilesX.c | |
1323 | <!-- Generic implementations used by wxMac: --> | |
1324 | src/generic/statusbr.cpp | |
1325 | src/generic/imaglist.cpp | |
1326 | src/generic/listctrl.cpp | |
1327 | src/generic/fdrepdlg.cpp | |
1328 | src/generic/tabg.cpp | |
1329 | src/generic/fontdlgg.cpp | |
1330 | <!-- Unix files used by wxMac: --> | |
1331 | src/unix/snglinst.cpp | |
1332 | src/unix/utilsunx.cpp | |
1333 | </set> | |
1334 | <set var="MAC_HDR"> | |
1335 | wx/mac/accel.h | |
1336 | wx/mac/aga.h | |
1337 | wx/mac/app.h | |
1338 | wx/mac/bitmap.h | |
1339 | wx/mac/bmpbuttn.h | |
1340 | wx/mac/brush.h | |
1341 | wx/mac/button.h | |
1342 | wx/mac/checkbox.h | |
1343 | wx/mac/checklst.h | |
1344 | wx/mac/choice.h | |
1345 | wx/mac/clipbrd.h | |
1346 | wx/mac/colordlg.h | |
1347 | wx/mac/colour.h | |
1348 | wx/mac/combobox.h | |
1349 | wx/mac/control.h | |
1350 | wx/mac/cursor.h | |
1351 | wx/mac/dataform.h | |
1352 | wx/mac/dataobj.h | |
1353 | wx/mac/dataobj2.h | |
1354 | wx/mac/dc.h | |
1355 | wx/mac/dcclient.h | |
1356 | wx/mac/dcmemory.h | |
1357 | wx/mac/dcprint.h | |
1358 | wx/mac/dcscreen.h | |
1359 | wx/mac/dialog.h | |
1360 | wx/mac/dirdlg.h | |
1361 | wx/mac/dnd.h | |
1362 | wx/mac/filedlg.h | |
1363 | wx/mac/font.h | |
1364 | wx/mac/fontdlg.h | |
1365 | wx/mac/frame.h | |
1366 | wx/mac/gauge.h | |
1367 | wx/mac/gdiobj.h | |
1368 | wx/mac/glcanvas.h | |
1369 | wx/mac/gsockmac.h | |
1370 | wx/mac/helpxxxx.h | |
1371 | wx/mac/icon.h | |
1372 | wx/mac/imaglist.h | |
1373 | wx/mac/joystick.h | |
1374 | wx/mac/listbox.h | |
1375 | wx/mac/listctrl.h | |
1376 | wx/mac/macnotfy.h | |
1377 | wx/mac/macsock.h | |
1378 | wx/mac/mdi.h | |
1379 | wx/mac/menu.h | |
1380 | wx/mac/menuitem.h | |
1381 | wx/mac/metafile.h | |
1382 | wx/mac/mimetype.h | |
1383 | wx/mac/minifram.h | |
1384 | wx/mac/msgdlg.h | |
1385 | wx/mac/notebook.h | |
1386 | wx/mac/palette.h | |
1387 | wx/mac/pen.h | |
1388 | wx/mac/pnghand.h | |
1389 | wx/mac/pngread.h | |
1390 | wx/mac/printdlg.h | |
1391 | wx/mac/printmac.h | |
1392 | wx/mac/private.h | |
1393 | wx/mac/radiobox.h | |
1394 | wx/mac/radiobut.h | |
1395 | wx/mac/region.h | |
1396 | wx/mac/scrolbar.h | |
1397 | wx/mac/slider.h | |
1398 | wx/mac/spinbutt.h | |
1399 | wx/mac/spinctrl.h | |
1400 | wx/mac/statbmp.h | |
1401 | wx/mac/statbox.h | |
1402 | wx/mac/statline.h | |
1403 | wx/mac/stattext.h | |
1404 | wx/mac/statusbr.h | |
1405 | wx/mac/tabctrl.h | |
1406 | wx/mac/textctrl.h | |
1407 | wx/mac/timer.h | |
1408 | wx/mac/toolbar.h | |
1409 | wx/mac/tooltip.h | |
1410 | wx/mac/toplevel.h | |
1411 | wx/mac/treectrl.h | |
1412 | wx/mac/uma.h | |
1413 | wx/mac/wave.h | |
1414 | wx/mac/window.h | |
1415 | <!-- Generic implementations used by wxMac: --> | |
1416 | wx/generic/statusbr.h | |
1417 | wx/generic/fontdlgg.h | |
1418 | wx/generic/imaglist.h | |
1419 | wx/generic/listctrl.h | |
1420 | wx/generic/fdrepdlg.h | |
1421 | wx/generic/tabg.h | |
1422 | </set> | |
1423 | ||
1424 | ||
1425 | <!-- ====================================================================== --> | |
1426 | <!-- wxCocoa --> | |
1427 | <!-- ====================================================================== --> | |
1428 | ||
1429 | <set var="COCOA_LOWLEVEL_SRC"> | |
1430 | </set> | |
1431 | <set var="COCOA_LOWLEVEL_HDR"> | |
1432 | </set> | |
1433 | <set var="COCOA_SRC"> | |
1434 | src/cocoa/NSBox.mm | |
1435 | src/cocoa/NSButton.mm | |
1436 | src/cocoa/NSControl.mm | |
1437 | src/cocoa/NSMenu.mm | |
1438 | src/cocoa/NSPanel.mm | |
1439 | src/cocoa/NSTextField.mm | |
1440 | src/cocoa/NSView.mm | |
1441 | src/cocoa/NSWindow.mm | |
1442 | src/cocoa/app.mm | |
1443 | src/cocoa/bmpbuttn.mm | |
1444 | src/cocoa/bitmap.mm | |
1445 | src/cocoa/brush.cpp | |
1446 | src/cocoa/button.mm | |
1447 | src/cocoa/checkbox.mm | |
1448 | src/cocoa/checklst.mm | |
1449 | src/cocoa/choice.mm | |
af515aad | 1450 | src/cocoa/colour.mm |
ddf98968 VS |
1451 | src/cocoa/control.mm |
1452 | src/cocoa/cursor.mm | |
1453 | src/cocoa/data.cpp | |
1454 | src/cocoa/dc.mm | |
1455 | src/cocoa/dcclient.mm | |
1456 | src/cocoa/dcmemory.cpp | |
1457 | src/cocoa/dcscreen.cpp | |
1458 | src/cocoa/dialog.mm | |
1459 | src/cocoa/font.cpp | |
1460 | src/cocoa/fontutil.cpp | |
1461 | src/cocoa/frame.mm | |
1462 | src/cocoa/gdiobj.cpp | |
1463 | src/cocoa/icon.cpp | |
1464 | src/cocoa/listbox.mm | |
1465 | src/cocoa/main.cpp | |
1466 | src/cocoa/menu.mm | |
1467 | src/cocoa/menuitem.mm | |
1468 | src/cocoa/pen.cpp | |
1469 | src/cocoa/radiobox.mm | |
1470 | src/cocoa/radiobut.mm | |
1471 | src/cocoa/region.cpp | |
1472 | src/cocoa/settings.cpp | |
af515aad | 1473 | src/cocoa/slider.mm |
ddf98968 VS |
1474 | src/cocoa/statbmp.mm |
1475 | src/cocoa/statbox.mm | |
1476 | src/cocoa/statline2.mm | |
1477 | src/cocoa/stattext.mm | |
1478 | src/cocoa/textctrl.mm | |
1479 | src/cocoa/toplevel.mm | |
1480 | src/cocoa/utils.cpp | |
1481 | src/cocoa/utilsexc.cpp | |
1482 | src/cocoa/window.mm | |
1936dc8b | 1483 | <!-- Generic implementations used by wxCocoa: --> |
d1d83c9b VS |
1484 | src/generic/statusbr.cpp |
1485 | src/generic/imaglist.cpp | |
1486 | src/generic/listctrl.cpp | |
1487 | src/generic/fdrepdlg.cpp | |
1488 | src/generic/tabg.cpp | |
1489 | src/generic/fontdlgg.cpp | |
1936dc8b | 1490 | <!-- Unix files used by wxCocoa: --> |
d1d83c9b | 1491 | src/unix/snglinst.cpp |
ddf98968 VS |
1492 | </set> |
1493 | <set var="COCOA_HDR"> | |
1494 | wx/cocoa/NSBox.h | |
1495 | wx/cocoa/NSButton.h | |
1496 | wx/cocoa/NSControl.h | |
1497 | wx/cocoa/NSMenu.h | |
1498 | wx/cocoa/NSPanel.h | |
1499 | wx/cocoa/NSTextField.h | |
1500 | wx/cocoa/NSView.h | |
1501 | wx/cocoa/NSWindow.h | |
1502 | wx/cocoa/ObjcAssociate.h | |
1503 | wx/cocoa/ObjcPose.h | |
1504 | wx/cocoa/app.h | |
1505 | wx/cocoa/bitmap.h | |
1506 | wx/cocoa/bmpbuttn.h | |
1507 | wx/cocoa/brush.h | |
1508 | wx/cocoa/button.h | |
1509 | wx/cocoa/checkbox.h | |
1510 | wx/cocoa/checklst.h | |
1511 | wx/cocoa/choice.h | |
1512 | wx/cocoa/colour.h | |
1513 | wx/cocoa/control.h | |
1514 | wx/cocoa/cursor.h | |
1515 | wx/cocoa/dc.h | |
1516 | wx/cocoa/dcclient.h | |
1517 | wx/cocoa/dcmemory.h | |
1518 | wx/cocoa/dcscreen.h | |
1519 | wx/cocoa/dialog.h | |
1520 | wx/cocoa/font.h | |
1521 | wx/cocoa/frame.h | |
1522 | wx/cocoa/gdiobj.h | |
1523 | wx/cocoa/icon.h | |
1524 | wx/cocoa/listbox.h | |
1525 | wx/cocoa/menu.h | |
1526 | wx/cocoa/menuitem.h | |
1527 | wx/cocoa/pen.h | |
1528 | wx/cocoa/radiobox.h | |
1529 | wx/cocoa/radiobut.h | |
1530 | wx/cocoa/region.h | |
1531 | wx/cocoa/statbmp.h | |
1532 | wx/cocoa/statbox.h | |
1533 | wx/cocoa/statline.h | |
1534 | wx/cocoa/stattext.h | |
1535 | wx/cocoa/textctrl.h | |
1536 | wx/cocoa/toplevel.h | |
1537 | wx/cocoa/window.h | |
d1d83c9b VS |
1538 | <!-- Generic implementations used by wxCocoa: --> |
1539 | wx/generic/statusbr.h | |
1540 | wx/generic/fontdlgg.h | |
1541 | wx/generic/imaglist.h | |
1542 | wx/generic/listctrl.h | |
1543 | wx/generic/fdrepdlg.h | |
1544 | wx/generic/tabg.h | |
ddf98968 VS |
1545 | </set> |
1546 | ||
1547 | ||
1548 | ||
1549 | <!-- ====================================================================== --> | |
1550 | <!-- wxUniversal --> | |
1551 | <!-- ====================================================================== --> | |
1552 | ||
1553 | ||
1554 | <set var="UNIV_THEMES_SRC"> | |
1555 | src/univ/themes/gtk.cpp | |
1556 | src/univ/themes/win32.cpp | |
1557 | src/univ/themes/metal.cpp | |
1558 | </set> | |
1559 | ||
1560 | <!-- don't ask... wxX11 must have something extra I guess --> | |
1561 | <set var="UNIV_TEXTCTRL"> | |
1562 | <if cond="TOOLKIT=='X11'">src/x11/textctrl.cpp</if> | |
1563 | <if cond="TOOLKIT=='MGL'">src/univ/textctrl.cpp</if> | |
1564 | <if cond="TOOLKIT=='GTK'">src/univ/textctrl.cpp</if> | |
1565 | <if cond="TOOLKIT=='MSW'">src/univ/textctrl.cpp</if> | |
1566 | </set> | |
1567 | ||
1568 | <set var="UNIV_SRC"> | |
1569 | $(UNIV_TEXTCTRL) | |
1570 | src/univ/bmpbuttn.cpp | |
1571 | src/univ/button.cpp | |
1572 | src/univ/checkbox.cpp | |
1573 | src/univ/checklst.cpp | |
1574 | src/univ/choice.cpp | |
1575 | src/univ/colschem.cpp | |
1576 | src/univ/combobox.cpp | |
1577 | src/univ/control.cpp | |
1578 | src/univ/dialog.cpp | |
1579 | src/univ/framuniv.cpp | |
1580 | src/univ/topluniv.cpp | |
1581 | src/univ/gauge.cpp | |
1582 | src/univ/inpcons.cpp | |
1583 | src/univ/inphand.cpp | |
1584 | src/univ/listbox.cpp | |
1585 | src/univ/menu.cpp | |
1586 | src/univ/notebook.cpp | |
1587 | src/univ/radiobox.cpp | |
1588 | src/univ/radiobut.cpp | |
1589 | src/univ/renderer.cpp | |
1590 | src/univ/scrarrow.cpp | |
1591 | src/univ/scrolbar.cpp | |
1592 | src/univ/scrthumb.cpp | |
1593 | src/univ/slider.cpp | |
1594 | src/univ/spinbutt.cpp | |
1595 | src/univ/statbmp.cpp | |
1596 | src/univ/statbox.cpp | |
1597 | src/univ/statline.cpp | |
1598 | src/univ/stattext.cpp | |
1599 | src/univ/statusbr.cpp | |
1600 | src/univ/toolbar.cpp | |
1601 | src/univ/theme.cpp | |
1602 | src/univ/winuniv.cpp | |
1603 | src/generic/caret.cpp | |
1604 | src/generic/mdig.cpp | |
1605 | src/generic/imaglist.cpp | |
1606 | src/generic/colrdlgg.cpp | |
1607 | src/generic/listctrl.cpp | |
1608 | src/generic/filedlgg.cpp | |
1609 | src/generic/dirdlgg.cpp | |
1610 | src/generic/prntdlgg.cpp | |
1611 | src/generic/accel.cpp | |
1612 | src/generic/msgdlgg.cpp | |
1613 | src/generic/fdrepdlg.cpp | |
1614 | src/generic/fontdlgg.cpp | |
1615 | src/generic/tabg.cpp | |
1616 | </set> | |
1617 | <set var="UNIV_HDR"> | |
1618 | wx/univ/app.h | |
1619 | wx/univ/bmpbuttn.h | |
1620 | wx/univ/button.h | |
1621 | wx/univ/checkbox.h | |
1622 | wx/univ/checklst.h | |
1623 | wx/univ/choice.h | |
1624 | wx/univ/colschem.h | |
1625 | wx/univ/combobox.h | |
1626 | wx/univ/control.h | |
1627 | wx/univ/dialog.h | |
1628 | wx/univ/frame.h | |
1629 | wx/univ/toplevel.h | |
1630 | wx/univ/gauge.h | |
1631 | wx/univ/inpcons.h | |
1632 | wx/univ/inphand.h | |
1633 | wx/univ/listbox.h | |
1634 | wx/univ/menu.h | |
1635 | wx/univ/menuitem.h | |
1636 | wx/univ/notebook.h | |
1637 | wx/univ/radiobox.h | |
1638 | wx/univ/radiobut.h | |
1639 | wx/univ/renderer.h | |
1640 | wx/univ/scrarrow.h | |
1641 | wx/univ/scrolbar.h | |
1642 | wx/univ/scrthumb.h | |
1643 | wx/univ/scrtimer.h | |
1644 | wx/univ/setup.h | |
1645 | wx/univ/slider.h | |
1646 | wx/univ/spinbutt.h | |
1647 | wx/univ/statbmp.h | |
1648 | wx/univ/statbox.h | |
1649 | wx/univ/statline.h | |
1650 | wx/univ/stattext.h | |
1651 | wx/univ/statusbr.h | |
1652 | wx/univ/textctrl.h | |
1653 | wx/univ/theme.h | |
1654 | wx/univ/toolbar.h | |
1655 | wx/univ/window.h | |
1656 | wx/generic/caret.h | |
1657 | wx/generic/mdig.h | |
1658 | wx/generic/fdrepdlg.h | |
1659 | wx/generic/fontdlgg.h | |
1660 | wx/generic/tabg.h | |
1661 | wx/generic/dirdlgg.h | |
1662 | wx/generic/statusbr.h | |
1663 | wx/generic/accel.h | |
1664 | </set> | |
1665 | ||
1666 | ||
1667 | ||
1668 | <!-- ====================================================================== --> | |
1669 | <!-- wxHTML --> | |
1670 | <!-- ====================================================================== --> | |
1671 | ||
1672 | <set var="HTML_SRC"> | |
1673 | src/html/helpdata.cpp | |
1674 | src/html/helpfrm.cpp | |
1675 | src/html/helpctrl.cpp | |
1676 | src/html/htmlcell.cpp | |
1677 | src/html/htmlfilt.cpp | |
1678 | src/html/htmlpars.cpp | |
1679 | src/html/htmltag.cpp | |
1680 | src/html/htmlwin.cpp | |
1681 | src/html/winpars.cpp | |
1682 | src/html/m_fonts.cpp | |
1683 | src/html/m_hline.cpp | |
1684 | src/html/m_image.cpp | |
1685 | src/html/m_layout.cpp | |
1686 | src/html/m_links.cpp | |
1687 | src/html/m_list.cpp | |
1688 | src/html/m_dflist.cpp | |
1689 | src/html/m_pre.cpp | |
1690 | src/html/m_tables.cpp | |
1691 | src/html/m_style.cpp | |
1692 | src/html/htmprint.cpp | |
1693 | </set> | |
1694 | <set var="HTML_HDR"> | |
1695 | </set> | |
1696 | ||
1697 | ||
1698 | ||
1699 | ||
1700 | <!-- ====================================================================== --> | |
1701 | <!-- Define sources for specific libraries: --> | |
1702 | <!-- ====================================================================== --> | |
1703 | ||
1704 | <set var="BASE_PLATFORM_SRC"> | |
1705 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)</if> | |
1706 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MAC_SRC)</if> | |
1707 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC)</if> | |
1708 | </set> | |
e86e1522 VS |
1709 | <set var="BASE_AND_GUI_PLATFORM_SRC"> |
1710 | <if cond="PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> | |
1711 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_AND_GUI_MAC_SRC)</if> | |
1712 | <if cond="PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)</if> | |
1713 | </set> | |
ddf98968 VS |
1714 | <set var="BASE_PLATFORM_HDR"> |
1715 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)</if> | |
1716 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MAC_HDR)</if> | |
1717 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR)</if> | |
1718 | </set> | |
ddf98968 VS |
1719 | |
1720 | <set var="BASE_SRC"> | |
1721 | $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC) | |
1722 | </set> | |
e86e1522 VS |
1723 | <set var="BASE_AND_GUI_SRC"> |
1724 | $(BASE_AND_GUI_CMN_SRC) $(BASE_AND_GUI_PLATFORM_SRC) | |
1725 | </set> | |
ddf98968 VS |
1726 | |
1727 | ||
1728 | <set var="LOWLEVEL_SRC"> | |
1729 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_SRC)</if> | |
1730 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)</if> | |
1731 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC)</if> | |
1732 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_SRC)</if> | |
1733 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)</if> | |
1734 | <if cond="TOOLKIT=='OS2'">$(OS2_LOWLEVEL_SRC)</if> | |
1735 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)</if> | |
1736 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_SRC)</if> | |
1737 | </set> | |
1738 | <set var="LOWLEVEL_HDR"> | |
1739 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_HDR)</if> | |
1740 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)</if> | |
1741 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR)</if> | |
1742 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_HDR)</if> | |
1743 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)</if> | |
1744 | <if cond="TOOLKIT=='OS2'">$(OS2_LOWLEVEL_HDR)</if> | |
1745 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)</if> | |
1746 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_HDR)</if> | |
1747 | </set> | |
1748 | ||
1749 | ||
1750 | <set var="GUI_SRC"> | |
1751 | <if cond="TOOLKIT=='GTK'">$(GTK_SRC)</if> | |
1752 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_SRC)</if> | |
1753 | <if cond="TOOLKIT=='MSW'">$(MSW_SRC)</if> | |
1754 | <if cond="TOOLKIT=='MAC'">$(MAC_SRC)</if> | |
1755 | <if cond="TOOLKIT=='COCOA'">$(COCOA_SRC)</if> | |
1756 | <if cond="TOOLKIT=='OS2'">$(OS2_SRC)</if> | |
1757 | </set> | |
1758 | <set var="GUI_HDR"> | |
1759 | <if cond="TOOLKIT=='GTK'">$(GTK_HDR)</if> | |
1760 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if> | |
1761 | <if cond="TOOLKIT=='MSW'">$(MSW_HDR)</if> | |
1762 | <if cond="TOOLKIT=='MAC'">$(MAC_HDR)</if> | |
1763 | <if cond="TOOLKIT=='COCOA'">$(COCOA_HDR)</if> | |
1764 | <if cond="TOOLKIT=='OS2'">$(OS2_HDR)</if> | |
1765 | </set> | |
1766 | ||
1767 | <set var="CORE_SRC"> | |
1768 | <if cond="USE_GUI=='0'"> | |
1769 | src/common/init.cpp | |
1770 | </if> | |
1771 | <if cond="USE_GUI=='1' and WXUNIV=='0'"> | |
e86e1522 | 1772 | $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC) |
ddf98968 VS |
1773 | </if> |
1774 | <if cond="USE_GUI=='1' and WXUNIV=='1'"> | |
e86e1522 | 1775 | $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) |
ddf98968 VS |
1776 | </if> |
1777 | </set> | |
1778 | ||
1779 | <set var="ALL_HEADERS"> | |
1780 | $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR) | |
e86e1522 | 1781 | $(GUI_CMN_HDR) $(GUI_HDR) $(LOWLEVEL_HDR) |
ddf98968 VS |
1782 | $(HTML_HDR) |
1783 | </set> | |
1784 | ||
1785 | </makefile> |