]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | <!-- $Id$ --> | |
3 | <makefile> | |
4 | ||
5 | <!-- | |
6 | ||
7 | IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! | |
8 | ||
9 | --> | |
10 | ||
11 | ||
12 | <!-- ====================================================================== | |
13 | FILES | |
14 | ||
15 | Files are listed in variables according to this scheme: | |
16 | * each group has _SRC and _HDR variable, for sources and headers | |
17 | respectively | |
18 | * file groups are: | |
19 | ||
20 | BASE_CMN common base files (all platforms) | |
21 | GUI_CMN common GUI files (all platforms) | |
22 | BASE_AND_GUI_CMN_SRC files that must be compiled both into GUI | |
23 | and base library (all platforms) | |
24 | ||
25 | BASE_$(platform) base files used on platform | |
26 | BASE_AND_GUI_$(platform)_SRC base & gui files used on platform | |
27 | ||
28 | $(port)LOWLEVEL low-level GUI classes | |
29 | $(port) high-level files for a port | |
30 | XWIN_LOWLEVEL low-level classes for X Window System | |
31 | ports (wxGTK, wxMotif, wxX11) | |
32 | ||
33 | HTML wxHTML files | |
34 | XRC wxXRC files | |
35 | ||
36 | * one file may be listed in several groups | |
37 | ||
38 | ====================================================================== --> | |
39 | ||
40 | ||
41 | ||
42 | <!-- ====================================================================== --> | |
43 | <!-- wxBase --> | |
44 | <!-- ====================================================================== --> | |
45 | ||
46 | <set var="BASE_UNIX_SRC" hints="files"> | |
47 | src/unix/baseunix.cpp | |
48 | src/unix/dir.cpp | |
49 | src/unix/mimetype.cpp | |
50 | src/unix/snglinst.cpp | |
51 | src/unix/threadpsx.cpp | |
52 | </set> | |
53 | <set var="BASE_AND_GUI_UNIX_SRC" hints="files"> | |
54 | src/unix/utilsunx.cpp | |
55 | </set> | |
56 | <set var="BASE_UNIX_HDR" hints="files"> | |
57 | wx/unix/apptbase.h | |
58 | wx/unix/apptrait.h | |
59 | wx/unix/execute.h | |
60 | wx/unix/mimetype.h | |
61 | wx/unix/pipe.h | |
62 | </set> | |
63 | ||
64 | <set var="BASE_WIN32_SRC" hints="files"> | |
65 | src/msw/basemsw.cpp | |
66 | src/msw/crashrpt.cpp | |
67 | src/msw/dde.cpp | |
68 | src/msw/dir.cpp | |
69 | src/msw/mimetype.cpp | |
70 | src/msw/regconf.cpp | |
71 | src/msw/registry.cpp | |
72 | src/msw/snglinst.cpp | |
73 | src/msw/thread.cpp | |
74 | src/msw/utils.cpp | |
75 | src/msw/utilsexc.cpp | |
76 | </set> | |
77 | <set var="BASE_AND_GUI_WIN32_SRC" hints="files"> | |
78 | src/msw/main.cpp | |
79 | src/msw/mslu.cpp | |
80 | src/msw/volume.cpp | |
81 | </set> | |
82 | <set var="BASE_WINCE_SRC" hints="files"> | |
83 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/time.cpp</if> | |
84 | </set> | |
85 | <set var="BASE_WIN32_HDR" hints="files"> | |
86 | wx/msw/apptrait.h | |
87 | wx/msw/apptbase.h | |
88 | wx/msw/chkconf.h | |
89 | wx/msw/crashrpt.h | |
90 | wx/msw/dde.h | |
91 | wx/msw/gccpriv.h | |
92 | wx/msw/mimetype.h | |
93 | wx/msw/winundef.h | |
94 | wx/msw/wrapcctl.h | |
95 | wx/msw/wrapwin.h | |
96 | </set> | |
97 | <set var="BASE_WINCE_HDR" hints="files"> | |
98 | <if cond="TOOLKIT=='WINCE'">wx/msw/wince/time.h</if> | |
99 | </set> | |
100 | ||
101 | <set var="BASE_DARWIN_SRC" hints="files"> | |
102 | src/unix/baseunix.cpp | |
103 | src/unix/dir.cpp | |
104 | src/unix/mimetype.cpp | |
105 | src/unix/snglinst.cpp | |
106 | src/unix/threadpsx.cpp | |
107 | </set> | |
108 | <set var="BASE_AND_GUI_DARWIN_SRC" hints="files"> | |
109 | src/unix/utilsunx.cpp | |
110 | </set> | |
111 | <set var="BASE_DARWIN_HDR" hints="files"> | |
112 | </set> | |
113 | ||
114 | <set var="BASE_MAC_SRC" hints="files"> | |
115 | src/mac/carbon/dirmac.cpp | |
116 | src/mac/carbon/mimetmac.cpp | |
117 | src/unix/baseunix.cpp | |
118 | src/mac/carbon/utilsexc.cpp | |
119 | src/mac/carbon/thread.cpp | |
120 | src/mac/carbon/macnotfy.cpp | |
121 | src/mac/carbon/morefilex/MoreFilesX.c | |
122 | </set> | |
123 | ||
124 | <set var="BASE_AND_GUI_MAC_SRC" hints="files"> | |
125 | src/mac/carbon/utils.cpp | |
126 | src/mac/carbon/uma.cpp | |
127 | </set> | |
128 | ||
129 | <set var="BASE_MAC_HDR" hints="files"> | |
130 | </set> | |
131 | ||
132 | <set var="BASE_OS2_SRC" hints="files"> | |
133 | src/os2/dir.cpp | |
134 | src/os2/mimetype.cpp | |
135 | src/os2/thread.cpp | |
136 | src/os2/utils.cpp | |
137 | src/os2/utilsexc.cpp | |
138 | </set> | |
139 | <set var="BASE_AND_GUI_OS2_SRC" hints="files"> | |
140 | </set> | |
141 | <set var="BASE_OS2_HDR" hints="files"> | |
142 | </set> | |
143 | ||
144 | <set var="BASE_CMN_SRC" hints="files"> | |
145 | src/common/appbase.cpp | |
146 | src/common/clntdata.cpp | |
147 | src/common/cmdline.cpp | |
148 | src/common/config.cpp | |
149 | src/common/datetime.cpp | |
150 | src/common/datstrm.cpp | |
151 | src/common/dircmn.cpp | |
152 | src/common/dynarray.cpp | |
153 | src/common/dynlib.cpp | |
154 | src/common/dynload.cpp | |
155 | src/common/encconv.cpp | |
156 | src/common/extended.c | |
157 | src/common/ffile.cpp | |
158 | src/common/file.cpp | |
159 | src/common/fileconf.cpp | |
160 | src/common/filefn.cpp | |
161 | src/common/filename.cpp | |
162 | src/common/filesys.cpp | |
163 | src/common/fmapbase.cpp | |
164 | src/common/fs_zip.cpp | |
165 | src/common/hash.cpp | |
166 | src/common/hashmap.cpp | |
167 | src/common/init.cpp | |
168 | src/common/intl.cpp | |
169 | src/common/ipcbase.cpp | |
170 | src/common/list.cpp | |
171 | src/common/log.cpp | |
172 | src/common/longlong.cpp | |
173 | src/common/memory.cpp | |
174 | src/common/mimecmn.cpp | |
175 | src/common/module.cpp | |
176 | src/common/mstream.cpp | |
177 | src/common/object.cpp | |
178 | src/common/process.cpp | |
179 | src/common/regex.cpp | |
180 | src/common/sstream.cpp | |
181 | src/common/stopwatch.cpp | |
182 | src/common/strconv.cpp | |
183 | src/common/stream.cpp | |
184 | src/common/string.cpp | |
185 | src/common/sysopt.cpp | |
186 | src/common/textbuf.cpp | |
187 | src/common/textfile.cpp | |
188 | src/common/tokenzr.cpp | |
189 | src/common/txtstrm.cpp | |
190 | src/common/unzip.c | |
191 | src/common/variant.cpp | |
192 | src/common/wfstream.cpp | |
193 | src/common/wxchar.cpp | |
194 | src/common/xti.cpp | |
195 | src/common/xtistrm.cpp | |
196 | src/common/zipstrm.cpp | |
197 | src/common/zstream.cpp | |
198 | </set> | |
199 | <set var="BASE_AND_GUI_CMN_SRC" hints="files"> | |
200 | src/common/event.cpp | |
201 | src/common/fs_mem.cpp | |
202 | src/common/msgout.cpp | |
203 | src/common/utilscmn.cpp | |
204 | </set> | |
205 | <set var="BASE_CMN_HDR" hints="files"> | |
206 | wx/afterstd.h | |
207 | wx/app.h | |
208 | wx/apptrait.h | |
209 | wx/arrimpl.cpp | |
210 | wx/arrstr.h | |
211 | wx/beforestd.h | |
212 | wx/buffer.h | |
213 | wx/build.h | |
214 | wx/chkconf.h | |
215 | wx/clntdata.h | |
216 | wx/cmdline.h | |
217 | wx/confbase.h | |
218 | wx/config.h | |
219 | wx/containr.h | |
220 | wx/datetime.h | |
221 | wx/datetime.inl | |
222 | wx/datstrm.h | |
223 | wx/dde.h | |
224 | wx/debug.h | |
225 | wx/defs.h | |
226 | wx/dir.h | |
227 | wx/dlimpexp.h | |
228 | wx/dynarray.h | |
229 | wx/dynlib.h | |
230 | wx/dynload.h | |
231 | wx/encconv.h | |
232 | wx/event.h | |
233 | wx/except.h | |
234 | wx/features.h | |
235 | wx/ffile.h | |
236 | wx/file.h | |
237 | wx/fileconf.h | |
238 | wx/filefn.h | |
239 | wx/filename.h | |
240 | wx/filesys.h | |
241 | wx/fontenc.h | |
242 | wx/fontmap.h | |
243 | wx/fs_mem.h | |
244 | wx/fs_zip.h | |
245 | wx/hash.h | |
246 | wx/hashmap.h | |
247 | wx/hashset.h | |
248 | wx/iconloc.h | |
249 | wx/init.h | |
250 | wx/intl.h | |
251 | wx/iosfwrap.h | |
252 | wx/ioswrap.h | |
253 | wx/ipc.h | |
254 | wx/ipcbase.h | |
255 | wx/isql.h | |
256 | wx/isqlext.h | |
257 | wx/list.h | |
258 | wx/listimpl.cpp | |
259 | wx/log.h | |
260 | wx/longlong.h | |
261 | wx/math.h | |
262 | wx/memconf.h | |
263 | wx/memory.h | |
264 | wx/memtext.h | |
265 | wx/mimetype.h | |
266 | wx/module.h | |
267 | wx/msgout.h | |
268 | wx/msgout.h | |
269 | wx/mstream.h | |
270 | wx/object.h | |
271 | wx/platform.h | |
272 | wx/process.h | |
273 | wx/ptr_scpd.h | |
274 | wx/regex.h | |
275 | wx/scopeguard.h | |
276 | wx/snglinst.h | |
277 | wx/sstream.h | |
278 | wx/stack.h | |
279 | wx/stockitem.h | |
280 | wx/stopwatch.h | |
281 | wx/strconv.h | |
282 | wx/stream.h | |
283 | wx/string.h | |
284 | wx/sysopt.h | |
285 | wx/textbuf.h | |
286 | wx/textfile.h | |
287 | wx/thread.h | |
288 | wx/thrimpl.cpp | |
289 | wx/timer.h | |
290 | wx/tokenzr.h | |
291 | wx/txtstrm.h | |
292 | wx/types.h | |
293 | wx/utils.h | |
294 | wx/variant.h | |
295 | wx/vector.h | |
296 | wx/version.h | |
297 | wx/volume.h | |
298 | wx/wfstream.h | |
299 | wx/wx.h | |
300 | wx/wxchar.h | |
301 | wx/wxprec.h | |
302 | wx/xti.h | |
303 | wx/xtistrm.h | |
304 | wx/zipstrm.h | |
305 | wx/zstream.h | |
306 | </set> | |
307 | ||
308 | ||
309 | <!-- ====================================================================== --> | |
310 | <!-- wxNet (part of wxBase) --> | |
311 | <!-- ====================================================================== --> | |
312 | ||
313 | <set var="NET_UNIX_SRC" hints="files"> | |
314 | src/unix/gsocket.cpp | |
315 | </set> | |
316 | <set var="NET_UNIX_HDR" hints="files"> | |
317 | wx/unix/gsockunx.h | |
318 | </set> | |
319 | ||
320 | <set var="NET_WIN32_SRC" hints="files"> | |
321 | src/msw/gsocket.cpp | |
322 | src/msw/urlmsw.cpp | |
323 | </set> | |
324 | <set var="NET_WIN32_HDR" hints="files"> | |
325 | wx/msw/gsockmsw.h | |
326 | </set> | |
327 | ||
328 | <set var="NET_WINCE_SRC" hints="files"> | |
329 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/net.cpp</if> | |
330 | </set> | |
331 | <set var="NET_WINCE_HDR" hints="files"> | |
332 | <if cond="TOOLKIT=='WINCE'">wx/msw/wince/net.h</if> | |
333 | </set> | |
334 | ||
335 | <set var="NET_DARWIN_SRC" hints="files"> | |
336 | src/unix/gsocket.cpp | |
337 | </set> | |
338 | <set var="NET_DARWIN_HDR" hints="files"> | |
339 | wx/unix/gsockunx.h | |
340 | </set> | |
341 | ||
342 | <set var="NET_OS2_SRC" hints="files"> | |
343 | src/unix/gsocket.cpp | |
344 | </set> | |
345 | <set var="NET_OS2_HDR" hints="files"> | |
346 | wx/unix/gsockunx.h | |
347 | </set> | |
348 | ||
349 | <set var="NET_CMN_SRC" hints="files"> | |
350 | src/common/fs_inet.cpp | |
351 | src/common/ftp.cpp | |
352 | src/common/http.cpp | |
353 | src/common/protocol.cpp | |
354 | src/common/sckaddr.cpp | |
355 | src/common/sckfile.cpp | |
356 | src/common/sckipc.cpp | |
357 | src/common/sckstrm.cpp | |
358 | src/common/socket.cpp | |
359 | src/common/url.cpp | |
360 | </set> | |
361 | <set var="NET_CMN_HDR" hints="files"> | |
362 | wx/fs_inet.h | |
363 | wx/gsocket.h | |
364 | wx/protocol/file.h | |
365 | wx/protocol/ftp.h | |
366 | wx/protocol/http.h | |
367 | wx/protocol/protocol.h | |
368 | wx/sckaddr.h | |
369 | wx/sckipc.h | |
370 | wx/sckstrm.h | |
371 | wx/socket.h | |
372 | wx/url.h | |
373 | </set> | |
374 | ||
375 | ||
376 | ||
377 | <!-- ====================================================================== --> | |
378 | <!-- Common GUI files --> | |
379 | <!-- ====================================================================== --> | |
380 | ||
381 | <set var="GUI_CMN_SRC" hints="files"> | |
382 | src/common/accesscmn.cpp | |
383 | src/common/appcmn.cpp | |
384 | src/common/artprov.cpp | |
385 | src/common/artstd.cpp | |
386 | src/common/bmpbase.cpp | |
387 | src/common/bookctrl.cpp | |
388 | src/common/choiccmn.cpp | |
389 | src/common/clipcmn.cpp | |
390 | src/common/cmdproc.cpp | |
391 | src/common/cmndata.cpp | |
392 | src/common/containr.cpp | |
393 | src/common/cshelp.cpp | |
394 | src/common/ctrlcmn.cpp | |
395 | src/common/ctrlsub.cpp | |
396 | src/common/datacmn.cpp | |
397 | src/common/dcbase.cpp | |
398 | src/common/dlgcmn.cpp | |
399 | src/common/dndcmn.cpp | |
400 | src/common/dobjcmn.cpp | |
401 | src/common/docmdi.cpp | |
402 | src/common/docview.cpp | |
403 | src/common/dpycmn.cpp | |
404 | src/common/dseldlg.cpp | |
405 | src/common/effects.cpp | |
406 | src/common/fddlgcmn.cpp | |
407 | src/common/fldlgcmn.cpp | |
408 | src/common/fontcmn.cpp | |
409 | src/common/fontmap.cpp | |
410 | src/common/framecmn.cpp | |
411 | src/common/gaugecmn.cpp | |
412 | src/common/gbsizer.cpp | |
413 | src/common/gdicmn.cpp | |
414 | src/common/geometry.cpp | |
415 | src/common/gifdecod.cpp | |
416 | src/common/helpbase.cpp | |
417 | src/common/iconbndl.cpp | |
418 | src/common/imagall.cpp | |
419 | src/common/imagbmp.cpp | |
420 | src/common/image.cpp | |
421 | src/common/imagfill.cpp | |
422 | src/common/imaggif.cpp | |
423 | src/common/imagiff.cpp | |
424 | src/common/imagjpeg.cpp | |
425 | src/common/imagpcx.cpp | |
426 | src/common/imagpng.cpp | |
427 | src/common/imagpnm.cpp | |
428 | src/common/imagtiff.cpp | |
429 | src/common/imagxpm.cpp | |
430 | src/common/layout.cpp | |
431 | src/common/lboxcmn.cpp | |
432 | src/common/matrix.cpp | |
433 | src/common/menucmn.cpp | |
434 | src/common/nbkbase.cpp | |
435 | src/common/paper.cpp | |
436 | src/common/popupcmn.cpp | |
437 | src/common/prntbase.cpp | |
438 | src/common/quantize.cpp | |
439 | src/common/radiocmn.cpp | |
440 | src/common/rendcmn.cpp | |
441 | src/common/rgncmn.cpp | |
442 | src/common/settcmn.cpp | |
443 | src/common/sizer.cpp | |
444 | src/common/statbar.cpp | |
445 | src/common/stockitem.cpp | |
446 | src/common/tbarbase.cpp | |
447 | src/common/textcmn.cpp | |
448 | src/common/timercmn.cpp | |
449 | src/common/toplvcmn.cpp | |
450 | src/common/treebase.cpp | |
451 | src/common/valgen.cpp | |
452 | src/common/validate.cpp | |
453 | src/common/valtext.cpp | |
454 | src/common/wincmn.cpp | |
455 | src/common/xpmdecod.cpp | |
456 | src/generic/busyinfo.cpp | |
457 | src/generic/choicdgg.cpp | |
458 | src/generic/choicbkg.cpp | |
459 | src/generic/dcpsg.cpp | |
460 | src/generic/dirctrlg.cpp | |
461 | src/generic/dragimgg.cpp | |
462 | src/generic/listbkg.cpp | |
463 | src/generic/logg.cpp | |
464 | src/generic/numdlgg.cpp | |
465 | src/generic/panelg.cpp | |
466 | src/generic/progdlgg.cpp | |
467 | src/generic/printps.cpp | |
468 | src/generic/renderg.cpp | |
469 | src/generic/scrlwing.cpp | |
470 | src/generic/selstore.cpp | |
471 | src/generic/spinctlg.cpp | |
472 | src/generic/splitter.cpp | |
473 | src/generic/textdlgg.cpp | |
474 | src/generic/tipwin.cpp | |
475 | src/generic/treectlg.cpp | |
476 | src/generic/vlbox.cpp | |
477 | src/generic/vscroll.cpp | |
478 | </set> | |
479 | <set var="GUI_CMN_HDR" hints="files"> | |
480 | wx/bmpbuttn.h | |
481 | wx/brush.h | |
482 | wx/button.h | |
483 | wx/checkbox.h | |
484 | wx/checklst.h | |
485 | wx/choicdlg.h | |
486 | wx/choice.h | |
487 | wx/cmndata.h | |
488 | wx/combobox.h | |
489 | wx/control.h | |
490 | wx/ctrlsub.h | |
491 | wx/cursor.h | |
492 | wx/dc.h | |
493 | wx/dcclient.h | |
494 | wx/dcmemory.h | |
495 | wx/dcprint.h | |
496 | wx/dcscreen.h | |
497 | wx/dialog.h | |
498 | wx/dirdlg.h | |
499 | wx/dragimag.h | |
500 | wx/encinfo.h | |
501 | wx/filedlg.h | |
502 | wx/frame.h | |
503 | wx/gauge.h | |
504 | wx/gbsizer.h | |
505 | wx/gdicmn.h | |
506 | wx/generic/accel.h | |
507 | wx/generic/choicdgg.h | |
508 | wx/generic/colrdlgg.h | |
509 | wx/generic/dcpsg.h | |
510 | wx/generic/dirctrlg.h | |
511 | wx/generic/dragimgg.h | |
512 | wx/generic/filedlgg.h | |
513 | wx/generic/fontdlgg.h | |
514 | wx/generic/imaglist.h | |
515 | wx/generic/logg.h | |
516 | wx/generic/msgdlgg.h | |
517 | wx/generic/numdlgg.h | |
518 | wx/generic/notebook.h | |
519 | wx/generic/panelg.h | |
520 | wx/generic/prntdlgg.h | |
521 | wx/generic/printps.h | |
522 | wx/generic/progdlgg.h | |
523 | wx/generic/scrolwin.h | |
524 | wx/generic/spinctlg.h | |
525 | wx/generic/splitter.h | |
526 | wx/generic/textdlgg.h | |
527 | wx/generic/timer.h | |
528 | wx/generic/treectlg.h | |
529 | wx/helphtml.h | |
530 | wx/icon.h | |
531 | wx/layout.h | |
532 | wx/listbox.h | |
533 | wx/mdi.h | |
534 | wx/menu.h | |
535 | wx/msgdlg.h | |
536 | wx/numdlg.h | |
537 | wx/palette.h | |
538 | wx/panel.h | |
539 | wx/pen.h | |
540 | wx/radiobox.h | |
541 | wx/radiobut.h | |
542 | wx/renderer.h | |
543 | wx/scrolbar.h | |
544 | wx/scrolbar.h | |
545 | wx/scrolwin.h | |
546 | wx/selstore.h | |
547 | wx/settings.h | |
548 | wx/sizer.h | |
549 | wx/slider.h | |
550 | wx/statbmp.h | |
551 | wx/statbox.h | |
552 | wx/stattext.h | |
553 | wx/statusbr.h | |
554 | wx/textctrl.h | |
555 | wx/textdlg.h | |
556 | wx/toolbar.h | |
557 | wx/validate.h | |
558 | wx/valtext.h | |
559 | wx/window.h | |
560 | ||
561 | wx/accel.h | |
562 | wx/access.h | |
563 | wx/artprov.h | |
564 | wx/bitmap.h | |
565 | wx/bookctrl.h | |
566 | wx/busyinfo.h | |
567 | wx/caret.h | |
568 | wx/choicebk.h | |
569 | wx/clipbrd.h | |
570 | wx/cmdproc.h | |
571 | wx/colordlg.h | |
572 | wx/colour.h | |
573 | wx/cshelp.h | |
574 | wx/dataobj.h | |
575 | wx/dcmirror.h | |
576 | wx/dcps.h | |
577 | wx/dialup.h | |
578 | wx/dirctrl.h | |
579 | wx/display.h | |
580 | wx/dnd.h | |
581 | wx/docmdi.h | |
582 | wx/docview.h | |
583 | wx/effects.h | |
584 | wx/evtloop.h | |
585 | wx/fdrepdlg.h | |
586 | wx/fmappriv.h | |
587 | wx/font.h | |
588 | wx/fontdlg.h | |
589 | wx/fontenum.h | |
590 | wx/fontutil.h | |
591 | wx/gdiobj.h | |
592 | wx/geometry.h | |
593 | wx/gifdecod.h | |
594 | wx/glcanvas.h | |
595 | wx/help.h | |
596 | wx/helpbase.h | |
597 | wx/helpwin.h | |
598 | wx/iconbndl.h | |
599 | wx/imagbmp.h | |
600 | wx/image.h | |
601 | wx/imaggif.h | |
602 | wx/imagiff.h | |
603 | wx/imagjpeg.h | |
604 | wx/imaglist.h | |
605 | wx/imagpcx.h | |
606 | wx/imagpng.h | |
607 | wx/imagpnm.h | |
608 | wx/imagtiff.h | |
609 | wx/imagxpm.h | |
610 | wx/listbase.h | |
611 | wx/listbook.h | |
612 | wx/listctrl.h | |
613 | wx/matrix.h | |
614 | wx/menuitem.h | |
615 | wx/metafile.h | |
616 | wx/minifram.h | |
617 | wx/notebook.h | |
618 | wx/ownerdrw.h | |
619 | wx/paper.h | |
620 | wx/popupwin.h | |
621 | wx/print.h | |
622 | wx/printdlg.h | |
623 | wx/prntbase.h | |
624 | wx/progdlg.h | |
625 | wx/ptr_scpd.h | |
626 | wx/quantize.h | |
627 | wx/rawbmp.h | |
628 | wx/region.h | |
629 | wx/scopeguard.h | |
630 | wx/spinbutt.h | |
631 | wx/spinctrl.h | |
632 | wx/splitter.h | |
633 | wx/statline.h | |
634 | wx/tab.h | |
635 | wx/tabctrl.h | |
636 | wx/tbarbase.h | |
637 | wx/tglbtn.h | |
638 | wx/tipwin.h | |
639 | wx/tooltip.h | |
640 | wx/toplevel.h | |
641 | wx/treebase.h | |
642 | wx/treectrl.h | |
643 | wx/valgen.h | |
644 | wx/vidmode.h | |
645 | wx/vlbox.h | |
646 | wx/vms_x_fix.h | |
647 | wx/vscroll.h | |
648 | wx/xpmdecod.h | |
649 | wx/xpmhand.h | |
650 | </set> | |
651 | ||
652 | ||
653 | <!-- ====================================================================== --> | |
654 | <!-- Common X11 code: --> | |
655 | <!-- ====================================================================== --> | |
656 | ||
657 | <set var="XWIN_LOWLEVEL_SRC" hints="files"> | |
658 | src/generic/caret.cpp | |
659 | src/unix/dialup.cpp | |
660 | src/unix/fontenum.cpp | |
661 | src/unix/fontutil.cpp | |
662 | src/unix/utilsx11.cpp | |
663 | src/unix/displayx11.cpp | |
664 | </set> | |
665 | <set var="XWIN_LOWLEVEL_HDR" hints="files"> | |
666 | wx/generic/caret.h | |
667 | wx/unix/fontutil.h | |
668 | wx/unix/utilsx11.h | |
669 | wx/unix/displayx11.h | |
670 | </set> | |
671 | ||
672 | ||
673 | <!-- ====================================================================== --> | |
674 | <!-- wxGTK --> | |
675 | <!-- ====================================================================== --> | |
676 | ||
677 | <set var="GTK_LOWLEVEL_SRC" hints="files"> | |
678 | $(XWIN_LOWLEVEL_SRC) | |
679 | src/generic/paletteg.cpp | |
680 | src/gtk/app.cpp | |
681 | src/gtk/bitmap.cpp | |
682 | src/gtk/brush.cpp | |
683 | src/gtk/clipbrd.cpp | |
684 | src/gtk/colour.cpp | |
685 | src/gtk/cursor.cpp | |
686 | src/gtk/data.cpp | |
687 | src/gtk/dataobj.cpp | |
688 | src/gtk/dc.cpp | |
689 | src/gtk/dcclient.cpp | |
690 | src/gtk/dcmemory.cpp | |
691 | src/gtk/dcscreen.cpp | |
692 | src/gtk/dnd.cpp | |
693 | src/gtk/evtloop.cpp | |
694 | src/gtk/font.cpp | |
695 | src/gtk/gdiobj.cpp | |
696 | src/gtk/gsockgtk.cpp | |
697 | src/gtk/icon.cpp | |
698 | src/gtk/main.cpp | |
699 | src/gtk/minifram.cpp | |
700 | src/gtk/pen.cpp | |
701 | src/gtk/popupwin.cpp | |
702 | src/gtk/region.cpp | |
703 | src/gtk/renderer.cpp | |
704 | src/gtk/settings.cpp | |
705 | src/gtk/timer.cpp | |
706 | src/gtk/tooltip.cpp | |
707 | src/gtk/toplevel.cpp | |
708 | src/gtk/utilsgtk.cpp | |
709 | src/gtk/win_gtk.c | |
710 | src/gtk/window.cpp | |
711 | </set> | |
712 | <set var="GTK_LOWLEVEL_HDR" hints="files"> | |
713 | $(XWIN_LOWLEVEL_HDR) | |
714 | wx/generic/paletteg.h | |
715 | wx/gtk/app.h | |
716 | wx/gtk/bitmap.h | |
717 | wx/gtk/brush.h | |
718 | wx/gtk/clipbrd.h | |
719 | wx/gtk/colour.h | |
720 | wx/gtk/cursor.h | |
721 | wx/gtk/dataform.h | |
722 | wx/gtk/dataobj.h | |
723 | wx/gtk/dataobj2.h | |
724 | wx/gtk/dc.h | |
725 | wx/gtk/dcclient.h | |
726 | wx/gtk/dcmemory.h | |
727 | wx/gtk/dcscreen.h | |
728 | wx/gtk/dnd.h | |
729 | wx/gtk/font.h | |
730 | wx/gtk/gdiobj.h | |
731 | wx/gtk/icon.h | |
732 | wx/gtk/minifram.h | |
733 | wx/gtk/pen.h | |
734 | wx/gtk/popupwin.h | |
735 | wx/gtk/region.h | |
736 | wx/gtk/timer.h | |
737 | wx/gtk/tooltip.h | |
738 | wx/gtk/toplevel.h | |
739 | wx/gtk/win_gtk.h | |
740 | wx/gtk/window.h | |
741 | </set> | |
742 | <set var="GTK_SRC" hints="files"> | |
743 | <!-- Generic implementations used by wxGTK: --> | |
744 | src/generic/accel.cpp | |
745 | src/generic/colrdlgg.cpp | |
746 | src/generic/dirdlgg.cpp | |
747 | src/generic/fdrepdlg.cpp | |
748 | src/generic/filedlgg.cpp | |
749 | src/generic/imaglist.cpp | |
750 | src/generic/listctrl.cpp | |
751 | src/generic/msgdlgg.cpp | |
752 | src/generic/prntdlgg.cpp | |
753 | src/generic/statusbr.cpp | |
754 | src/generic/tabg.cpp | |
755 | <!-- Generic implementations used by wxGPE: --> | |
756 | src/generic/fontdlgg.cpp | |
757 | <!-- GTK+ specific files: --> | |
758 | src/gtk/artgtk.cpp | |
759 | src/gtk/bmpbuttn.cpp | |
760 | src/gtk/button.cpp | |
761 | src/gtk/checkbox.cpp | |
762 | src/gtk/checklst.cpp | |
763 | src/gtk/choice.cpp | |
764 | src/gtk/colordlg.cpp | |
765 | src/gtk/combobox.cpp | |
766 | src/gtk/control.cpp | |
767 | src/gtk/dialog.cpp | |
768 | src/gtk/fontdlg.cpp | |
769 | src/gtk/frame.cpp | |
770 | src/gtk/gauge.cpp | |
771 | src/gtk/listbox.cpp | |
772 | src/gtk/mdi.cpp | |
773 | src/gtk/menu.cpp | |
774 | src/gtk/msgdlg.cpp | |
775 | src/gtk/notebook.cpp | |
776 | src/gtk/radiobox.cpp | |
777 | src/gtk/radiobut.cpp | |
778 | src/gtk/scrolbar.cpp | |
779 | src/gtk/scrolwin.cpp | |
780 | src/gtk/slider.cpp | |
781 | src/gtk/spinbutt.cpp | |
782 | src/gtk/spinctrl.cpp | |
783 | src/gtk/statbmp.cpp | |
784 | src/gtk/statbox.cpp | |
785 | src/gtk/statline.cpp | |
786 | src/gtk/stattext.cpp | |
787 | src/gtk/tbargtk.cpp | |
788 | src/gtk/textctrl.cpp | |
789 | src/gtk/tglbtn.cpp | |
790 | src/gtk/utilsres.cpp | |
791 | </set> | |
792 | <set var="GTK_HDR" hints="files"> | |
793 | wx/generic/colrdlgg.h | |
794 | wx/generic/dirdlgg.h | |
795 | wx/generic/fdrepdlg.h | |
796 | wx/generic/listctrl.h | |
797 | wx/generic/statusbr.h | |
798 | wx/generic/tabg.h | |
799 | wx/gtk/accel.h | |
800 | wx/gtk/bmpbuttn.h | |
801 | wx/gtk/button.h | |
802 | wx/gtk/checkbox.h | |
803 | wx/gtk/checklst.h | |
804 | wx/gtk/colordlg.h | |
805 | wx/gtk/choice.h | |
806 | wx/gtk/combobox.h | |
807 | wx/gtk/control.h | |
808 | wx/gtk/dialog.h | |
809 | wx/gtk/filedlg.h | |
810 | wx/gtk/fontdlg.h | |
811 | wx/gtk/frame.h | |
812 | wx/gtk/gauge.h | |
813 | wx/gtk/listbox.h | |
814 | wx/gtk/mdi.h | |
815 | wx/gtk/menu.h | |
816 | wx/gtk/menuitem.h | |
817 | wx/gtk/msgdlg.h | |
818 | wx/gtk/notebook.h | |
819 | wx/gtk/radiobox.h | |
820 | wx/gtk/radiobut.h | |
821 | wx/gtk/scrolbar.h | |
822 | wx/gtk/scrolwin.h | |
823 | wx/gtk/slider.h | |
824 | wx/gtk/spinbutt.h | |
825 | wx/gtk/spinctrl.h | |
826 | wx/gtk/statbmp.h | |
827 | wx/gtk/statbox.h | |
828 | wx/gtk/statline.h | |
829 | wx/gtk/stattext.h | |
830 | wx/gtk/tbargtk.h | |
831 | wx/gtk/textctrl.h | |
832 | wx/gtk/tglbtn.h | |
833 | wx/gtk/treectrl.h | |
834 | </set> | |
835 | ||
836 | ||
837 | <!-- ====================================================================== --> | |
838 | <!-- wxMotif --> | |
839 | <!-- ====================================================================== --> | |
840 | ||
841 | <set var="MOTIF_LOWLEVEL_SRC" hints="files"> | |
842 | $(XWIN_LOWLEVEL_SRC) | |
843 | src/x11/bitmap.cpp | |
844 | src/x11/brush.cpp | |
845 | src/x11/pen.cpp | |
846 | src/x11/region.cpp | |
847 | src/x11/utilsx.cpp | |
848 | </set> | |
849 | <set var="MOTIF_LOWLEVEL_HDR" hints="files"> | |
850 | $(XWIN_LOWLEVEL_HDR) | |
851 | wx/x11/bitmap.h | |
852 | wx/x11/brush.h | |
853 | wx/x11/pen.h | |
854 | wx/x11/region.h | |
855 | </set> | |
856 | <set var="MOTIF_SRC" hints="files"> | |
857 | src/motif/accel.cpp | |
858 | src/motif/app.cpp | |
859 | src/motif/bmpbuttn.cpp | |
860 | src/motif/bmpmotif.cpp | |
861 | src/motif/button.cpp | |
862 | src/motif/checkbox.cpp | |
863 | src/motif/checklst.cpp | |
864 | src/motif/choice.cpp | |
865 | src/motif/clipbrd.cpp | |
866 | src/motif/colour.cpp | |
867 | src/motif/combobox.cpp | |
868 | src/motif/combobox_native.cpp | |
869 | src/motif/control.cpp | |
870 | src/motif/cursor.cpp | |
871 | src/motif/data.cpp | |
872 | src/motif/dataobj.cpp | |
873 | src/motif/dc.cpp | |
874 | src/motif/dcclient.cpp | |
875 | src/motif/dcmemory.cpp | |
876 | src/motif/dcscreen.cpp | |
877 | src/motif/dialog.cpp | |
878 | src/motif/evtloop.cpp | |
879 | src/motif/filedlg.cpp | |
880 | src/motif/font.cpp | |
881 | src/motif/frame.cpp | |
882 | src/motif/gauge.cpp | |
883 | src/motif/gdiobj.cpp | |
884 | src/motif/gsockmot.cpp | |
885 | src/motif/icon.cpp | |
886 | src/motif/listbox.cpp | |
887 | src/motif/main.cpp | |
888 | src/motif/mdi.cpp | |
889 | src/motif/menu.cpp | |
890 | src/motif/menuitem.cpp | |
891 | src/motif/minifram.cpp | |
892 | src/motif/msgdlg.cpp | |
893 | src/motif/palette.cpp | |
894 | src/motif/popupwin.cpp | |
895 | src/motif/radiobox.cpp | |
896 | src/motif/radiobut.cpp | |
897 | src/motif/scrolbar.cpp | |
898 | src/motif/settings.cpp | |
899 | src/motif/slider.cpp | |
900 | src/motif/spinbutt.cpp | |
901 | src/motif/statbmp.cpp | |
902 | src/motif/statbox.cpp | |
903 | src/motif/stattext.cpp | |
904 | src/motif/textctrl.cpp | |
905 | src/motif/timer.cpp | |
906 | src/motif/toolbar.cpp | |
907 | src/motif/toplevel.cpp | |
908 | src/motif/utils.cpp | |
909 | src/motif/window.cpp | |
910 | src/motif/xmcombo/xmcombo.c | |
911 | <!-- Generic files used by wxMotif: --> | |
912 | src/generic/colrdlgg.cpp | |
913 | src/generic/dirdlgg.cpp | |
914 | src/generic/fdrepdlg.cpp | |
915 | src/generic/fontdlgg.cpp | |
916 | src/generic/imaglist.cpp | |
917 | src/generic/listctrl.cpp | |
918 | src/generic/notebook.cpp | |
919 | src/generic/prntdlgg.cpp | |
920 | src/generic/statline.cpp | |
921 | src/generic/statusbr.cpp | |
922 | src/generic/tabg.cpp | |
923 | </set> | |
924 | <set var="MOTIF_HDR" hints="files"> | |
925 | wx/generic/colrdlgg.h | |
926 | wx/generic/dirdlgg.h | |
927 | wx/generic/fdrepdlg.h | |
928 | wx/generic/fontdlgg.h | |
929 | wx/generic/imaglist.h | |
930 | wx/generic/listctrl.h | |
931 | wx/generic/notebook.h | |
932 | wx/generic/prntdlgg.h | |
933 | wx/generic/statline.h | |
934 | wx/generic/statusbr.h | |
935 | wx/generic/tabg.h | |
936 | wx/motif/accel.h | |
937 | wx/motif/app.h | |
938 | wx/motif/bmpbuttn.h | |
939 | wx/motif/bmpmotif.h | |
940 | wx/motif/button.h | |
941 | wx/motif/checkbox.h | |
942 | wx/motif/checklst.h | |
943 | wx/motif/choice.h | |
944 | wx/motif/clipbrd.h | |
945 | wx/motif/colour.h | |
946 | wx/motif/combobox.h | |
947 | wx/motif/control.h | |
948 | wx/motif/cursor.h | |
949 | wx/motif/dataform.h | |
950 | wx/motif/dataobj.h | |
951 | wx/motif/dataobj2.h | |
952 | wx/motif/dc.h | |
953 | wx/motif/dcclient.h | |
954 | wx/motif/dcmemory.h | |
955 | wx/motif/dcprint.h | |
956 | wx/motif/dcscreen.h | |
957 | wx/motif/dialog.h | |
958 | wx/motif/dnd.h | |
959 | wx/motif/filedlg.h | |
960 | wx/motif/font.h | |
961 | wx/motif/frame.h | |
962 | wx/motif/gauge.h | |
963 | wx/motif/gdiobj.h | |
964 | wx/motif/icon.h | |
965 | wx/motif/listbox.h | |
966 | wx/motif/mdi.h | |
967 | wx/motif/menu.h | |
968 | wx/motif/menuitem.h | |
969 | wx/motif/minifram.h | |
970 | wx/motif/msgdlg.h | |
971 | wx/motif/palette.h | |
972 | wx/motif/popupwin.h | |
973 | wx/motif/print.h | |
974 | wx/motif/private.h | |
975 | wx/motif/radiobox.h | |
976 | wx/motif/radiobut.h | |
977 | wx/motif/scrolbar.h | |
978 | wx/motif/slider.h | |
979 | wx/motif/spinbutt.h | |
980 | wx/motif/statbmp.h | |
981 | wx/motif/statbox.h | |
982 | wx/motif/stattext.h | |
983 | wx/motif/textctrl.h | |
984 | wx/motif/tglbtn.h | |
985 | wx/motif/timer.h | |
986 | wx/motif/toolbar.h | |
987 | wx/motif/toplevel.h | |
988 | wx/motif/window.h | |
989 | </set> | |
990 | ||
991 | ||
992 | <!-- ====================================================================== --> | |
993 | <!-- wxX11 --> | |
994 | <!-- ====================================================================== --> | |
995 | ||
996 | ||
997 | <set var="X11_LOWLEVEL_SRC" hints="files"> | |
998 | $(XWIN_LOWLEVEL_SRC) | |
999 | src/generic/timer.cpp | |
1000 | src/x11/app.cpp | |
1001 | src/x11/bitmap.cpp | |
1002 | src/x11/brush.cpp | |
1003 | src/x11/clipbrd.cpp | |
1004 | src/x11/colour.cpp | |
1005 | src/x11/cursor.cpp | |
1006 | src/x11/data.cpp | |
1007 | src/x11/dataobj.cpp | |
1008 | src/x11/dc.cpp | |
1009 | src/x11/dcclient.cpp | |
1010 | src/x11/dcmemory.cpp | |
1011 | src/x11/dcscreen.cpp | |
1012 | src/x11/evtloop.cpp | |
1013 | src/x11/font.cpp | |
1014 | src/x11/gdiobj.cpp | |
1015 | src/x11/gsockx11.cpp | |
1016 | src/x11/icon.cpp | |
1017 | src/x11/main.cpp | |
1018 | src/x11/minifram.cpp | |
1019 | src/x11/nanox.c | |
1020 | src/x11/palette.cpp | |
1021 | src/x11/pen.cpp | |
1022 | src/x11/popupwin.cpp | |
1023 | src/x11/region.cpp | |
1024 | src/x11/reparent.cpp | |
1025 | src/x11/settings.cpp | |
1026 | src/x11/toplevel.cpp | |
1027 | src/x11/utils.cpp | |
1028 | src/x11/utilsx.cpp | |
1029 | src/x11/window.cpp | |
1030 | </set> | |
1031 | <set var="X11_LOWLEVEL_HDR" hints="files"> | |
1032 | $(XWIN_LOWLEVEL_HDR) | |
1033 | wx/x11/app.h | |
1034 | wx/x11/bitmap.h | |
1035 | wx/x11/brush.h | |
1036 | wx/x11/clipbrd.h | |
1037 | wx/x11/colour.h | |
1038 | wx/x11/cursor.h | |
1039 | wx/x11/dataform.h | |
1040 | wx/x11/dataobj.h | |
1041 | wx/x11/dataobj2.h | |
1042 | wx/x11/dc.h | |
1043 | wx/x11/dcclient.h | |
1044 | wx/x11/dcmemory.h | |
1045 | wx/x11/dcprint.h | |
1046 | wx/x11/dcscreen.h | |
1047 | wx/x11/dnd.h | |
1048 | wx/x11/font.h | |
1049 | wx/x11/gdiobj.h | |
1050 | wx/x11/icon.h | |
1051 | wx/x11/minifram.h | |
1052 | wx/x11/palette.h | |
1053 | wx/x11/pen.h | |
1054 | wx/x11/popupwin.h | |
1055 | wx/x11/print.h | |
1056 | wx/x11/private.h | |
1057 | wx/x11/privx.h | |
1058 | wx/x11/region.h | |
1059 | wx/x11/reparent.h | |
1060 | wx/x11/textctrl.h | |
1061 | wx/x11/toplevel.h | |
1062 | wx/x11/window.h | |
1063 | </set> | |
1064 | ||
1065 | ||
1066 | ||
1067 | <!-- ====================================================================== --> | |
1068 | <!-- wxMSW --> | |
1069 | <!-- ====================================================================== --> | |
1070 | ||
1071 | <set var="MSW_LOWLEVEL_SRC" hints="files"> | |
1072 | src/msw/app.cpp | |
1073 | src/msw/bitmap.cpp | |
1074 | src/msw/brush.cpp | |
1075 | src/msw/caret.cpp | |
1076 | src/msw/clipbrd.cpp | |
1077 | src/msw/colour.cpp | |
1078 | src/msw/cursor.cpp | |
1079 | src/msw/data.cpp | |
1080 | src/msw/dc.cpp | |
1081 | src/msw/dcclient.cpp | |
1082 | src/msw/dcmemory.cpp | |
1083 | src/msw/dcprint.cpp | |
1084 | src/msw/dcscreen.cpp | |
1085 | src/msw/dialup.cpp | |
1086 | src/msw/dib.cpp | |
1087 | src/msw/display.cpp | |
1088 | src/msw/enhmeta.cpp | |
1089 | src/msw/evtloop.cpp | |
1090 | src/msw/font.cpp | |
1091 | src/msw/fontenum.cpp | |
1092 | src/msw/fontutil.cpp | |
1093 | src/msw/gdiimage.cpp | |
1094 | src/msw/gdiobj.cpp | |
1095 | src/msw/gsockmsw.cpp | |
1096 | src/msw/icon.cpp | |
1097 | src/msw/minifram.cpp | |
1098 | src/msw/ole/dataobj.cpp | |
1099 | src/msw/ole/dropsrc.cpp | |
1100 | src/msw/ole/droptgt.cpp | |
1101 | src/msw/ole/oleutils.cpp | |
1102 | src/msw/palette.cpp | |
1103 | src/msw/pen.cpp | |
1104 | src/msw/popupwin.cpp | |
1105 | src/msw/printdlg.cpp | |
1106 | src/msw/printwin.cpp | |
1107 | src/msw/region.cpp | |
1108 | src/msw/renderer.cpp | |
1109 | src/msw/settings.cpp | |
1110 | src/msw/timer.cpp | |
1111 | src/msw/tooltip.cpp | |
1112 | src/msw/toplevel.cpp | |
1113 | src/msw/utilsgui.cpp | |
1114 | src/msw/uxtheme.cpp | |
1115 | src/msw/window.cpp | |
1116 | </set> | |
1117 | <set var="MSW_LOWLEVEL_HDR" hints="files"> | |
1118 | </set> | |
1119 | ||
1120 | <set var="MSW_ONLY_LOWLEVEL_SRC" hints="files"> | |
1121 | src/msw/helpchm.cpp | |
1122 | src/msw/helpwin.cpp | |
1123 | src/msw/ole/automtn.cpp | |
1124 | src/msw/ole/uuid.cpp | |
1125 | </set> | |
1126 | ||
1127 | <set var="MSW_ONLY_LOWLEVEL_HDR" hints="files"> | |
1128 | wx/msw/helpchm.h | |
1129 | wx/msw/helpwin.h | |
1130 | </set> | |
1131 | ||
1132 | <set var="MSW_SRC" hints="files"> | |
1133 | src/generic/statusbr.cpp | |
1134 | src/generic/prntdlgg.cpp | |
1135 | src/msw/accel.cpp | |
1136 | src/msw/bmpbuttn.cpp | |
1137 | src/msw/button.cpp | |
1138 | src/msw/checkbox.cpp | |
1139 | src/msw/checklst.cpp | |
1140 | src/msw/choice.cpp | |
1141 | src/msw/colordlg.cpp | |
1142 | src/msw/combobox.cpp | |
1143 | src/msw/control.cpp | |
1144 | src/msw/dialog.cpp | |
1145 | src/msw/dirdlg.cpp | |
1146 | src/msw/dragimag.cpp | |
1147 | src/msw/filedlg.cpp | |
1148 | src/msw/frame.cpp | |
1149 | src/msw/gauge95.cpp | |
1150 | src/msw/imaglist.cpp | |
1151 | src/msw/iniconf.cpp | |
1152 | src/msw/listbox.cpp | |
1153 | src/msw/listctrl.cpp | |
1154 | src/msw/mdi.cpp | |
1155 | src/msw/menu.cpp | |
1156 | src/msw/menuitem.cpp | |
1157 | src/msw/metafile.cpp | |
1158 | src/msw/msgdlg.cpp | |
1159 | src/msw/nativdlg.cpp | |
1160 | src/msw/notebook.cpp | |
1161 | src/msw/ole/access.cpp | |
1162 | src/msw/ownerdrw.cpp | |
1163 | src/msw/radiobox.cpp | |
1164 | src/msw/radiobut.cpp | |
1165 | src/msw/scrolbar.cpp | |
1166 | src/msw/slider95.cpp | |
1167 | src/msw/spinbutt.cpp | |
1168 | src/msw/spinctrl.cpp | |
1169 | src/msw/statbmp.cpp | |
1170 | src/msw/statbox.cpp | |
1171 | src/msw/statbr95.cpp | |
1172 | src/msw/statline.cpp | |
1173 | src/msw/stattext.cpp | |
1174 | src/msw/tabctrl.cpp | |
1175 | src/msw/tbar95.cpp | |
1176 | src/msw/textctrl.cpp | |
1177 | src/msw/tglbtn.cpp | |
1178 | src/msw/treectrl.cpp | |
1179 | </set> | |
1180 | <set var="MSW_HDR" hints="files"> | |
1181 | wx/msw/accel.h | |
1182 | wx/msw/app.h | |
1183 | wx/msw/bitmap.h | |
1184 | wx/msw/bmpbuttn.h | |
1185 | wx/msw/brush.h | |
1186 | wx/msw/button.h | |
1187 | wx/msw/caret.h | |
1188 | wx/msw/checkbox.h | |
1189 | wx/msw/checklst.h | |
1190 | wx/msw/choice.h | |
1191 | wx/msw/clipbrd.h | |
1192 | wx/msw/colordlg.h | |
1193 | wx/msw/colour.h | |
1194 | wx/msw/combobox.h | |
1195 | wx/msw/control.h | |
1196 | wx/msw/cursor.h | |
1197 | wx/msw/dc.h | |
1198 | wx/msw/dcclient.h | |
1199 | wx/msw/dcmemory.h | |
1200 | wx/msw/dcprint.h | |
1201 | wx/msw/dcscreen.h | |
1202 | wx/msw/dialog.h | |
1203 | wx/msw/dib.h | |
1204 | wx/msw/dirdlg.h | |
1205 | wx/msw/dragimag.h | |
1206 | wx/msw/enhmeta.h | |
1207 | wx/msw/evtloop.h | |
1208 | wx/msw/filedlg.h | |
1209 | wx/msw/font.h | |
1210 | wx/msw/frame.h | |
1211 | wx/msw/gauge95.h | |
1212 | wx/msw/gdiimage.h | |
1213 | wx/msw/gdiobj.h | |
1214 | wx/msw/icon.h | |
1215 | wx/msw/imaglist.h | |
1216 | wx/msw/iniconf.h | |
1217 | wx/msw/listbox.h | |
1218 | wx/msw/listctrl.h | |
1219 | wx/msw/mdi.h | |
1220 | wx/msw/menu.h | |
1221 | wx/msw/menuitem.h | |
1222 | wx/msw/metafile.h | |
1223 | wx/msw/minifram.h | |
1224 | wx/msw/missing.h | |
1225 | wx/msw/msgdlg.h | |
1226 | wx/msw/mslu.h | |
1227 | wx/msw/msvcrt.h | |
1228 | wx/msw/notebook.h | |
1229 | wx/msw/ole/access.h | |
1230 | wx/msw/ole/dataform.h | |
1231 | wx/msw/ole/dataobj.h | |
1232 | wx/msw/ole/dataobj2.h | |
1233 | wx/msw/ole/dropsrc.h | |
1234 | wx/msw/ole/droptgt.h | |
1235 | wx/msw/ole/oleutils.h | |
1236 | wx/msw/palette.h | |
1237 | wx/msw/pen.h | |
1238 | wx/msw/printdlg.h | |
1239 | wx/msw/printwin.h | |
1240 | wx/msw/private.h | |
1241 | wx/msw/radiobox.h | |
1242 | wx/msw/radiobut.h | |
1243 | wx/msw/regconf.h | |
1244 | wx/msw/region.h | |
1245 | wx/msw/registry.h | |
1246 | wx/msw/scrolbar.h | |
1247 | wx/msw/setup0.h | |
1248 | wx/msw/slider95.h | |
1249 | wx/msw/slidrmsw.h | |
1250 | wx/msw/spinbutt.h | |
1251 | wx/msw/spinctrl.h | |
1252 | wx/msw/statbmp.h | |
1253 | wx/msw/statbox.h | |
1254 | wx/msw/statbr95.h | |
1255 | wx/msw/statline.h | |
1256 | wx/msw/stattext.h | |
1257 | wx/msw/tabctrl.h | |
1258 | wx/msw/tbar95.h | |
1259 | wx/msw/tbarmsw.h | |
1260 | wx/msw/textctrl.h | |
1261 | wx/msw/tglbtn.h | |
1262 | wx/msw/timer.h | |
1263 | wx/msw/tooltip.h | |
1264 | wx/msw/toplevel.h | |
1265 | wx/msw/treectrl.h | |
1266 | wx/msw/window.h | |
1267 | ||
1268 | <!-- Resources must be installed together with headers: --> | |
1269 | wx/msw/gnuwin32/winresrc.h | |
1270 | wx/msw/wx.manifest | |
1271 | wx/msw/wx.rc | |
1272 | <!-- bitmaps --> | |
1273 | wx/msw/colours.bmp | |
1274 | wx/msw/csquery.bmp | |
1275 | <!-- cursors --> | |
1276 | wx/msw/blank.cur | |
1277 | wx/msw/bullseye.cur | |
1278 | wx/msw/clock.cur | |
1279 | wx/msw/hand.cur | |
1280 | wx/msw/heart.cur | |
1281 | wx/msw/magnif1.cur | |
1282 | wx/msw/noentry.cur | |
1283 | wx/msw/pbrush.cur | |
1284 | wx/msw/pencil.cur | |
1285 | wx/msw/pntleft.cur | |
1286 | wx/msw/pntright.cur | |
1287 | wx/msw/query.cur | |
1288 | wx/msw/rightarr.cur | |
1289 | wx/msw/roller.cur | |
1290 | wx/msw/size.cur | |
1291 | wx/msw/watch1.cur | |
1292 | <!-- icons --> | |
1293 | wx/msw/cdrom.ico | |
1294 | wx/msw/child.ico | |
1295 | wx/msw/computer.ico | |
1296 | wx/msw/drive.ico | |
1297 | wx/msw/error.ico | |
1298 | wx/msw/file1.ico | |
1299 | wx/msw/floppy.ico | |
1300 | wx/msw/folder1.ico | |
1301 | wx/msw/folder2.ico | |
1302 | wx/msw/info.ico | |
1303 | wx/msw/mdi.ico | |
1304 | wx/msw/question.ico | |
1305 | wx/msw/removble.ico | |
1306 | wx/msw/std.ico | |
1307 | wx/msw/warning.ico | |
1308 | </set> | |
1309 | ||
1310 | <!-- Files used only by desktop MSW port, but *not* WindowsCE one: --> | |
1311 | <set var="MSW_ONLY_SRC" hints="files"> | |
1312 | src/msw/fdrepdlg.cpp | |
1313 | src/msw/fontdlg.cpp | |
1314 | </set> | |
1315 | <set var="MSW_ONLY_HDR" hints="files"> | |
1316 | wx/msw/fdrepdlg.h | |
1317 | wx/msw/fontdlg.h | |
1318 | wx/msw/helpbest.h | |
1319 | wx/msw/ole/automtn.h | |
1320 | wx/msw/ole/uuid.h | |
1321 | </set> | |
1322 | ||
1323 | <!-- Files used by WindowsCE port but not by desktop MSW port: --> | |
1324 | <set var="WINCE_SRC" hints="files"> | |
1325 | src/generic/dirdlgg.cpp | |
1326 | src/generic/fdrepdlg.cpp | |
1327 | src/generic/fontdlgg.cpp | |
1328 | src/msw/wince/choicece.cpp | |
1329 | src/msw/wince/crt.cpp | |
1330 | src/msw/wince/filedlgwce.cpp | |
1331 | src/msw/wince/filefnwce.cpp | |
1332 | src/msw/wince/helpwce.cpp | |
1333 | src/msw/wince/menuce.cpp | |
1334 | src/msw/wince/tbarwce.cpp | |
1335 | src/msw/wince/textctrlce.cpp | |
1336 | </set> | |
1337 | <set var="WINCE_HDR" hints="files"> | |
1338 | wx/generic/fdrepdlg.h | |
1339 | wx/generic/fontdlgg.h | |
1340 | wx/msw/wince/choicece.h | |
1341 | wx/msw/wince/helpwce.h | |
1342 | wx/msw/wince/libraries.h | |
1343 | wx/msw/wince/missing.h | |
1344 | wx/msw/wince/tbarwce.h | |
1345 | wx/msw/wince/textctrlce.h | |
1346 | wx/msw/wince/resources.h | |
1347 | </set> | |
1348 | ||
1349 | ||
1350 | <!-- ====================================================================== --> | |
1351 | <!-- wxMGL --> | |
1352 | <!-- ====================================================================== --> | |
1353 | ||
1354 | <set var="MGL_LOWLEVEL_SRC" hints="files"> | |
1355 | src/generic/caret.cpp | |
1356 | src/generic/timer.cpp | |
1357 | src/mgl/app.cpp | |
1358 | src/mgl/bitmap.cpp | |
1359 | src/mgl/brush.cpp | |
1360 | src/mgl/clipbrd.cpp | |
1361 | src/mgl/colour.cpp | |
1362 | src/mgl/cursor.cpp | |
1363 | src/mgl/data.cpp | |
1364 | src/mgl/dc.cpp | |
1365 | src/mgl/dcclient.cpp | |
1366 | src/mgl/dcmemory.cpp | |
1367 | src/mgl/dcscreen.cpp | |
1368 | src/mgl/dirmgl.cpp | |
1369 | src/mgl/evtloop.cpp | |
1370 | src/mgl/font.cpp | |
1371 | src/mgl/fontenum.cpp | |
1372 | src/mgl/fontutil.cpp | |
1373 | src/mgl/gdiobj.cpp | |
1374 | src/mgl/icon.cpp | |
1375 | src/mgl/palette.cpp | |
1376 | src/mgl/pen.cpp | |
1377 | src/mgl/region.cpp | |
1378 | src/mgl/settings.cpp | |
1379 | src/mgl/toplevel.cpp | |
1380 | src/mgl/utils.cpp | |
1381 | src/mgl/window.cpp | |
1382 | </set> | |
1383 | <set var="MGL_LOWLEVEL_HDR" hints="files"> | |
1384 | wx/generic/caret.h | |
1385 | wx/generic/timer.h | |
1386 | wx/mgl/app.h | |
1387 | wx/mgl/bitmap.h | |
1388 | wx/mgl/brush.h | |
1389 | wx/mgl/clipbrd.h | |
1390 | wx/mgl/colour.h | |
1391 | wx/mgl/cursor.h | |
1392 | wx/mgl/dc.h | |
1393 | wx/mgl/dcclient.h | |
1394 | wx/mgl/dcmemory.h | |
1395 | wx/mgl/dcscreen.h | |
1396 | wx/mgl/font.h | |
1397 | wx/mgl/fontutil.h | |
1398 | wx/mgl/gdiobj.h | |
1399 | wx/mgl/icon.h | |
1400 | wx/mgl/palette.h | |
1401 | wx/mgl/pen.h | |
1402 | wx/mgl/popupwin.h | |
1403 | wx/mgl/private.h | |
1404 | wx/mgl/region.h | |
1405 | wx/mgl/toplevel.h | |
1406 | wx/mgl/window.h | |
1407 | </set> | |
1408 | ||
1409 | ||
1410 | <!-- ====================================================================== --> | |
1411 | <!-- wxOS/2 --> | |
1412 | <!-- ====================================================================== --> | |
1413 | ||
1414 | <set var="OS2_LOWLEVEL_SRC" hints="files"> | |
1415 | </set> | |
1416 | <set var="OS2_LOWLEVEL_HDR" hints="files"> | |
1417 | </set> | |
1418 | <set var="OS2_SRC" hints="files"> | |
1419 | <!-- Generic implementations used by wxOS2: --> | |
1420 | src/generic/caret.cpp | |
1421 | src/generic/colrdlgg.cpp | |
1422 | src/generic/dirdlgg.cpp | |
1423 | src/generic/fdrepdlg.cpp | |
1424 | src/generic/imaglist.cpp | |
1425 | src/generic/listctrl.cpp | |
1426 | src/generic/mdig.cpp | |
1427 | src/generic/msgdlgg.cpp | |
1428 | src/generic/prntdlgg.cpp | |
1429 | src/generic/statusbr.cpp | |
1430 | <!-- OS/2 specific files: --> | |
1431 | src/os2/accel.cpp | |
1432 | src/os2/app.cpp | |
1433 | src/os2/bitmap.cpp | |
1434 | src/os2/bmpbuttn.cpp | |
1435 | src/os2/brush.cpp | |
1436 | src/os2/button.cpp | |
1437 | src/os2/checkbox.cpp | |
1438 | src/os2/checklst.cpp | |
1439 | src/os2/choice.cpp | |
1440 | src/os2/clipbrd.cpp | |
1441 | src/os2/colour.cpp | |
1442 | src/os2/combobox.cpp | |
1443 | src/os2/control.cpp | |
1444 | src/os2/cursor.cpp | |
1445 | src/os2/data.cpp | |
1446 | src/os2/dataobj.cpp | |
1447 | src/os2/dc.cpp | |
1448 | src/os2/dcclient.cpp | |
1449 | src/os2/dcmemory.cpp | |
1450 | src/os2/dcprint.cpp | |
1451 | src/os2/dcscreen.cpp | |
1452 | src/os2/dialog.cpp | |
1453 | src/os2/dnd.cpp | |
1454 | src/os2/evtloop.cpp | |
1455 | src/os2/filedlg.cpp | |
1456 | src/os2/font.cpp | |
1457 | src/os2/fontdlg.cpp | |
1458 | src/os2/fontenum.cpp | |
1459 | src/os2/fontutil.cpp | |
1460 | src/os2/frame.cpp | |
1461 | src/os2/gauge.cpp | |
1462 | src/os2/gdiimage.cpp | |
1463 | src/os2/gdiobj.cpp | |
1464 | src/os2/gsockpm.cpp | |
1465 | src/os2/helpwin.cpp | |
1466 | src/os2/icon.cpp | |
1467 | src/os2/iniconf.cpp | |
1468 | src/os2/listbox.cpp | |
1469 | src/os2/main.cpp | |
1470 | src/os2/menu.cpp | |
1471 | src/os2/menuitem.cpp | |
1472 | src/os2/metafile.cpp | |
1473 | src/os2/msgdlg.cpp | |
1474 | src/os2/nativdlg.cpp | |
1475 | src/os2/notebook.cpp | |
1476 | src/os2/ownerdrw.cpp | |
1477 | src/os2/palette.cpp | |
1478 | src/os2/pen.cpp | |
1479 | src/os2/print.cpp | |
1480 | src/os2/radiobox.cpp | |
1481 | src/os2/radiobut.cpp | |
1482 | src/os2/region.cpp | |
1483 | src/os2/scrolbar.cpp | |
1484 | src/os2/settings.cpp | |
1485 | src/os2/slider.cpp | |
1486 | src/os2/spinbutt.cpp | |
1487 | src/os2/spinctrl.cpp | |
1488 | src/os2/statbmp.cpp | |
1489 | src/os2/statbox.cpp | |
1490 | src/os2/statline.cpp | |
1491 | src/os2/stattext.cpp | |
1492 | src/os2/tabctrl.cpp | |
1493 | src/os2/textctrl.cpp | |
1494 | src/os2/timer.cpp | |
1495 | src/os2/toolbar.cpp | |
1496 | src/os2/tooltip.cpp | |
1497 | src/os2/toplevel.cpp | |
1498 | src/os2/utilsgui.cpp | |
1499 | src/os2/window.cpp | |
1500 | </set> | |
1501 | <set var="OS2_HDR" hints="files"> | |
1502 | wx/generic/caret.h | |
1503 | wx/generic/colrdlgg.h | |
1504 | wx/generic/dirdlgg.h | |
1505 | wx/generic/fdrepdlg.h | |
1506 | wx/generic/listctrl.h | |
1507 | wx/generic/mdig.h | |
1508 | wx/generic/statusbr.h | |
1509 | wx/os2/accel.h | |
1510 | wx/os2/app.h | |
1511 | wx/os2/bitmap.h | |
1512 | wx/os2/bmpbuttn.h | |
1513 | wx/os2/brush.h | |
1514 | wx/os2/button.h | |
1515 | wx/os2/checkbox.h | |
1516 | wx/os2/checklst.h | |
1517 | wx/os2/choice.h | |
1518 | wx/os2/clipbrd.h | |
1519 | wx/os2/colour.h | |
1520 | wx/os2/combobox.h | |
1521 | wx/os2/control.h | |
1522 | wx/os2/cursor.h | |
1523 | wx/os2/dataform.h | |
1524 | wx/os2/dataobj.h | |
1525 | wx/os2/dataobj2.h | |
1526 | wx/os2/dc.h | |
1527 | wx/os2/dcclient.h | |
1528 | wx/os2/dcmemory.h | |
1529 | wx/os2/dcprint.h | |
1530 | wx/os2/dcscreen.h | |
1531 | wx/os2/dialog.h | |
1532 | wx/os2/dnd.h | |
1533 | wx/os2/filedlg.h | |
1534 | wx/os2/font.h | |
1535 | wx/os2/fontdlg.h | |
1536 | wx/os2/frame.h | |
1537 | wx/os2/gauge.h | |
1538 | wx/os2/gdiimage.h | |
1539 | wx/os2/gdiobj.h | |
1540 | wx/os2/helpwin.h | |
1541 | wx/os2/icon.h | |
1542 | wx/os2/iniconf.h | |
1543 | wx/os2/listbox.h | |
1544 | wx/os2/menu.h | |
1545 | wx/os2/menuitem.h | |
1546 | wx/os2/metafile.h | |
1547 | wx/os2/minifram.h | |
1548 | wx/os2/msgdlg.h | |
1549 | wx/os2/notebook.h | |
1550 | wx/os2/palette.h | |
1551 | wx/os2/pen.h | |
1552 | wx/os2/pnghand.h | |
1553 | wx/os2/pngread.h | |
1554 | wx/os2/print.h | |
1555 | wx/os2/private.h | |
1556 | wx/os2/radiobox.h | |
1557 | wx/os2/radiobut.h | |
1558 | wx/os2/region.h | |
1559 | wx/os2/scrolbar.h | |
1560 | wx/os2/settings.h | |
1561 | wx/os2/setup0.h | |
1562 | wx/os2/slider.h | |
1563 | wx/os2/spinbutt.h | |
1564 | wx/os2/spinctrl.h | |
1565 | wx/os2/statbmp.h | |
1566 | wx/os2/statbox.h | |
1567 | wx/os2/statline.h | |
1568 | wx/os2/stattext.h | |
1569 | wx/os2/tabctrl.h | |
1570 | wx/os2/textctrl.h | |
1571 | wx/os2/timer.h | |
1572 | wx/os2/toolbar.h | |
1573 | wx/os2/tooltip.h | |
1574 | wx/os2/toplevel.h | |
1575 | wx/os2/window.h | |
1576 | </set> | |
1577 | ||
1578 | ||
1579 | ||
1580 | <!-- ====================================================================== --> | |
1581 | <!-- wxMac --> | |
1582 | <!-- ====================================================================== --> | |
1583 | ||
1584 | <set var="MAC_LOWLEVEL_SRC" hints="files"> | |
1585 | </set> | |
1586 | <set var="MAC_LOWLEVEL_HDR" hints="files"> | |
1587 | </set> | |
1588 | <set var="MAC_SRC" hints="files"> | |
1589 | src/mac/carbon/accel.cpp | |
1590 | src/mac/carbon/aga.cpp | |
1591 | src/mac/carbon/app.cpp | |
1592 | src/mac/carbon/bitmap.cpp | |
1593 | src/mac/carbon/bmpbuttn.cpp | |
1594 | src/mac/carbon/brush.cpp | |
1595 | src/mac/carbon/button.cpp | |
1596 | src/mac/carbon/checkbox.cpp | |
1597 | src/mac/carbon/checklst.cpp | |
1598 | src/mac/carbon/choice.cpp | |
1599 | src/mac/carbon/clipbrd.cpp | |
1600 | src/mac/carbon/colordlg.cpp | |
1601 | src/mac/carbon/colour.cpp | |
1602 | src/mac/carbon/combobox.cpp | |
1603 | src/mac/carbon/control.cpp | |
1604 | src/mac/carbon/cursor.cpp | |
1605 | src/mac/carbon/data.cpp | |
1606 | src/mac/carbon/dataobj.cpp | |
1607 | src/mac/carbon/dc.cpp | |
1608 | src/mac/carbon/dcclient.cpp | |
1609 | src/mac/carbon/dcmemory.cpp | |
1610 | src/mac/carbon/dcprint.cpp | |
1611 | src/mac/carbon/dcscreen.cpp | |
1612 | src/mac/carbon/dialog.cpp | |
1613 | src/mac/carbon/dirdlg.cpp | |
1614 | src/mac/carbon/display.cpp | |
1615 | src/mac/carbon/dnd.cpp | |
1616 | src/mac/carbon/filedlg.cpp | |
1617 | src/mac/carbon/font.cpp | |
1618 | src/mac/carbon/fontdlg.cpp | |
1619 | src/mac/carbon/fontenum.cpp | |
1620 | src/mac/carbon/fontutil.cpp | |
1621 | src/mac/carbon/frame.cpp | |
1622 | src/mac/carbon/gauge.cpp | |
1623 | src/mac/carbon/gdiobj.cpp | |
1624 | src/mac/carbon/gsockosx.cpp | |
1625 | src/mac/carbon/hid.cpp | |
1626 | src/mac/carbon/icon.cpp | |
1627 | src/mac/carbon/listbox.cpp | |
1628 | src/mac/carbon/mdi.cpp | |
1629 | src/mac/carbon/menu.cpp | |
1630 | src/mac/carbon/menuitem.cpp | |
1631 | src/mac/carbon/metafile.cpp | |
1632 | src/mac/carbon/minifram.cpp | |
1633 | src/mac/carbon/msgdlg.cpp | |
1634 | src/mac/carbon/notebmac.cpp | |
1635 | src/mac/carbon/palette.cpp | |
1636 | src/mac/carbon/pen.cpp | |
1637 | src/mac/carbon/pnghand.cpp | |
1638 | src/mac/carbon/printdlg.cpp | |
1639 | src/mac/carbon/printmac.cpp | |
1640 | src/mac/carbon/radiobox.cpp | |
1641 | src/mac/carbon/radiobut.cpp | |
1642 | src/mac/carbon/region.cpp | |
1643 | src/mac/carbon/renderer.cpp | |
1644 | src/mac/carbon/scrolbar.cpp | |
1645 | src/mac/carbon/settings.cpp | |
1646 | src/mac/carbon/slider.cpp | |
1647 | src/mac/carbon/spinbutt.cpp | |
1648 | src/mac/carbon/spinctrl.cpp | |
1649 | src/mac/carbon/statbmp.cpp | |
1650 | src/mac/carbon/statbox.cpp | |
1651 | src/mac/carbon/statbrma.cpp | |
1652 | src/mac/carbon/statlmac.cpp | |
1653 | src/mac/carbon/stattext.cpp | |
1654 | src/mac/carbon/tabctrl.cpp | |
1655 | src/mac/carbon/textctrl.cpp | |
1656 | src/mac/carbon/timer.cpp | |
1657 | src/mac/carbon/tglbtn.cpp | |
1658 | src/mac/carbon/toolbar.cpp | |
1659 | src/mac/carbon/tooltip.cpp | |
1660 | src/mac/carbon/toplevel.cpp | |
1661 | src/mac/carbon/window.cpp | |
1662 | <!-- Generic implementations used by wxMac: --> | |
1663 | src/generic/caret.cpp | |
1664 | src/generic/fdrepdlg.cpp | |
1665 | src/generic/fontdlgg.cpp | |
1666 | src/generic/imaglist.cpp | |
1667 | src/generic/listctrl.cpp | |
1668 | src/generic/prntdlgg.cpp | |
1669 | src/generic/statusbr.cpp | |
1670 | src/generic/tabg.cpp | |
1671 | <!-- Unix files used by wxMac: --> | |
1672 | src/unix/snglinst.cpp | |
1673 | <!-- wxWebKit files --> | |
1674 | src/html/htmlctrl/webkit/webkit.mm | |
1675 | </set> | |
1676 | <!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h --> | |
1677 | <set var="MAC_CMN_HDR" hints="files"> | |
1678 | wx/mac/accel.h | |
1679 | wx/mac/aga.h | |
1680 | wx/mac/app.h | |
1681 | wx/mac/bitmap.h | |
1682 | wx/mac/bmpbuttn.h | |
1683 | wx/mac/brush.h | |
1684 | wx/mac/button.h | |
1685 | wx/mac/checkbox.h | |
1686 | wx/mac/checklst.h | |
1687 | wx/mac/chkconf.h | |
1688 | wx/mac/choice.h | |
1689 | wx/mac/clipbrd.h | |
1690 | wx/mac/colordlg.h | |
1691 | wx/mac/colour.h | |
1692 | wx/mac/combobox.h | |
1693 | wx/mac/control.h | |
1694 | wx/mac/cursor.h | |
1695 | wx/mac/dataform.h | |
1696 | wx/mac/dataobj.h | |
1697 | wx/mac/dataobj2.h | |
1698 | wx/mac/dc.h | |
1699 | wx/mac/dcclient.h | |
1700 | wx/mac/dcmemory.h | |
1701 | wx/mac/dcprint.h | |
1702 | wx/mac/dcscreen.h | |
1703 | wx/mac/dialog.h | |
1704 | wx/mac/dirdlg.h | |
1705 | wx/mac/display.h | |
1706 | wx/mac/dnd.h | |
1707 | wx/mac/filedlg.h | |
1708 | wx/mac/font.h | |
1709 | wx/mac/fontdlg.h | |
1710 | wx/mac/frame.h | |
1711 | wx/mac/gauge.h | |
1712 | wx/mac/gdiobj.h | |
1713 | wx/mac/glcanvas.h | |
1714 | wx/mac/gsockmac.h | |
1715 | wx/mac/helpxxxx.h | |
1716 | wx/mac/icon.h | |
1717 | wx/mac/imaglist.h | |
1718 | wx/mac/joystick.h | |
1719 | wx/mac/listbox.h | |
1720 | wx/mac/listctrl.h | |
1721 | wx/mac/macnotfy.h | |
1722 | wx/mac/macsock.h | |
1723 | wx/mac/mdi.h | |
1724 | wx/mac/menu.h | |
1725 | wx/mac/menuitem.h | |
1726 | wx/mac/metafile.h | |
1727 | wx/mac/mimetype.h | |
1728 | wx/mac/minifram.h | |
1729 | wx/mac/msgdlg.h | |
1730 | wx/mac/notebook.h | |
1731 | wx/mac/palette.h | |
1732 | wx/mac/pen.h | |
1733 | wx/mac/pnghand.h | |
1734 | wx/mac/pngread.h | |
1735 | wx/mac/printdlg.h | |
1736 | wx/mac/printmac.h | |
1737 | wx/mac/private.h | |
1738 | wx/mac/radiobox.h | |
1739 | wx/mac/radiobut.h | |
1740 | wx/mac/region.h | |
1741 | wx/mac/scrolbar.h | |
1742 | wx/mac/slider.h | |
1743 | wx/mac/sound.h | |
1744 | wx/mac/spinbutt.h | |
1745 | wx/mac/spinctrl.h | |
1746 | wx/mac/statbmp.h | |
1747 | wx/mac/statbox.h | |
1748 | wx/mac/statline.h | |
1749 | wx/mac/stattext.h | |
1750 | wx/mac/statusbr.h | |
1751 | wx/mac/tabctrl.h | |
1752 | wx/mac/taskbarosx.h | |
1753 | wx/mac/textctrl.h | |
1754 | wx/mac/timer.h | |
1755 | wx/mac/tglbtn.h | |
1756 | wx/mac/toolbar.h | |
1757 | wx/mac/tooltip.h | |
1758 | wx/mac/toplevel.h | |
1759 | wx/mac/treectrl.h | |
1760 | wx/mac/uma.h | |
1761 | wx/mac/window.h | |
1762 | </set> | |
1763 | <!-- wxMac Carbon header files --> | |
1764 | <set var="MAC_HDR" hints="files"> | |
1765 | wx/mac/carbon/accel.h | |
1766 | wx/mac/carbon/aga.h | |
1767 | wx/mac/carbon/app.h | |
1768 | wx/mac/carbon/bitmap.h | |
1769 | wx/mac/carbon/bmpbuttn.h | |
1770 | wx/mac/carbon/brush.h | |
1771 | wx/mac/carbon/button.h | |
1772 | wx/mac/carbon/checkbox.h | |
1773 | wx/mac/carbon/checklst.h | |
1774 | wx/mac/carbon/chkconf.h | |
1775 | wx/mac/carbon/choice.h | |
1776 | wx/mac/carbon/clipbrd.h | |
1777 | wx/mac/carbon/colordlg.h | |
1778 | wx/mac/carbon/colour.h | |
1779 | wx/mac/carbon/combobox.h | |
1780 | wx/mac/carbon/control.h | |
1781 | wx/mac/carbon/cursor.h | |
1782 | wx/mac/carbon/dataform.h | |
1783 | wx/mac/carbon/dataobj.h | |
1784 | wx/mac/carbon/dataobj2.h | |
1785 | wx/mac/carbon/dc.h | |
1786 | wx/mac/carbon/dcclient.h | |
1787 | wx/mac/carbon/dcmemory.h | |
1788 | wx/mac/carbon/dcprint.h | |
1789 | wx/mac/carbon/dcscreen.h | |
1790 | wx/mac/carbon/dialog.h | |
1791 | wx/mac/carbon/dirdlg.h | |
1792 | wx/mac/carbon/display.h | |
1793 | wx/mac/carbon/dnd.h | |
1794 | wx/mac/carbon/filedlg.h | |
1795 | wx/mac/carbon/font.h | |
1796 | wx/mac/carbon/fontdlg.h | |
1797 | wx/mac/carbon/frame.h | |
1798 | wx/mac/carbon/gauge.h | |
1799 | wx/mac/carbon/gdiobj.h | |
1800 | wx/mac/carbon/gsockmac.h | |
1801 | wx/mac/carbon/helpxxxx.h | |
1802 | wx/mac/carbon/icon.h | |
1803 | wx/mac/carbon/imaglist.h | |
1804 | wx/mac/carbon/listbox.h | |
1805 | wx/mac/carbon/listctrl.h | |
1806 | wx/mac/carbon/macnotfy.h | |
1807 | wx/mac/carbon/macsock.h | |
1808 | wx/mac/carbon/mdi.h | |
1809 | wx/mac/carbon/menu.h | |
1810 | wx/mac/carbon/menuitem.h | |
1811 | wx/mac/carbon/metafile.h | |
1812 | wx/mac/carbon/mimetype.h | |
1813 | wx/mac/carbon/minifram.h | |
1814 | wx/mac/carbon/msgdlg.h | |
1815 | wx/mac/carbon/notebook.h | |
1816 | wx/mac/carbon/palette.h | |
1817 | wx/mac/carbon/pen.h | |
1818 | wx/mac/carbon/pnghand.h | |
1819 | wx/mac/carbon/pngread.h | |
1820 | wx/mac/carbon/printdlg.h | |
1821 | wx/mac/carbon/printmac.h | |
1822 | wx/mac/carbon/private.h | |
1823 | wx/mac/carbon/radiobox.h | |
1824 | wx/mac/carbon/radiobut.h | |
1825 | wx/mac/carbon/region.h | |
1826 | wx/mac/carbon/scrolbar.h | |
1827 | wx/mac/carbon/slider.h | |
1828 | wx/mac/carbon/spinbutt.h | |
1829 | wx/mac/carbon/spinctrl.h | |
1830 | wx/mac/carbon/statbmp.h | |
1831 | wx/mac/carbon/statbox.h | |
1832 | wx/mac/carbon/statline.h | |
1833 | wx/mac/carbon/stattext.h | |
1834 | wx/mac/carbon/statusbr.h | |
1835 | wx/mac/carbon/tabctrl.h | |
1836 | wx/mac/carbon/textctrl.h | |
1837 | wx/mac/carbon/timer.h | |
1838 | wx/mac/carbon/tglbtn.h | |
1839 | wx/mac/carbon/toolbar.h | |
1840 | wx/mac/carbon/tooltip.h | |
1841 | wx/mac/carbon/toplevel.h | |
1842 | wx/mac/carbon/treectrl.h | |
1843 | wx/mac/carbon/uma.h | |
1844 | wx/mac/carbon/window.h | |
1845 | <!-- Generic implementations used by wxMac: --> | |
1846 | wx/generic/caret.h | |
1847 | wx/generic/fdrepdlg.h | |
1848 | wx/generic/fontdlgg.h | |
1849 | wx/generic/imaglist.h | |
1850 | wx/generic/listctrl.h | |
1851 | wx/generic/statusbr.h | |
1852 | wx/generic/tabg.h | |
1853 | <!-- wxWebKit headers --> | |
1854 | wx/html/webkit.h | |
1855 | </set> | |
1856 | ||
1857 | ||
1858 | <!-- ====================================================================== --> | |
1859 | <!-- wxCocoa --> | |
1860 | <!-- ====================================================================== --> | |
1861 | ||
1862 | <set var="COCOA_LOWLEVEL_SRC" hints="files"> | |
1863 | </set> | |
1864 | <set var="COCOA_LOWLEVEL_HDR" hints="files"> | |
1865 | </set> | |
1866 | <set var="COCOA_SRC" hints="files"> | |
1867 | src/cocoa/NSBox.mm | |
1868 | src/cocoa/NSButton.mm | |
1869 | src/cocoa/NSControl.mm | |
1870 | src/cocoa/NSMenu.mm | |
1871 | src/cocoa/NSPanel.mm | |
1872 | src/cocoa/NSScroller.mm | |
1873 | src/cocoa/NSTabView.mm | |
1874 | src/cocoa/NSTableView.mm | |
1875 | src/cocoa/NSTextField.mm | |
1876 | src/cocoa/NSView.mm | |
1877 | src/cocoa/NSWindow.mm | |
1878 | src/cocoa/ObjcRef.mm | |
1879 | src/cocoa/app.mm | |
1880 | src/cocoa/bitmap.mm | |
1881 | src/cocoa/bmpbuttn.mm | |
1882 | src/cocoa/brush.mm | |
1883 | src/cocoa/button.mm | |
1884 | src/cocoa/checkbox.mm | |
1885 | src/cocoa/checklst.mm | |
1886 | src/cocoa/choice.mm | |
1887 | src/cocoa/clipbrd.mm | |
1888 | src/cocoa/colordlg.mm | |
1889 | src/cocoa/colour.mm | |
1890 | src/cocoa/combobox.mm | |
1891 | src/cocoa/control.mm | |
1892 | src/cocoa/cursor.mm | |
1893 | src/cocoa/data.cpp | |
1894 | src/cocoa/dataobj.mm | |
1895 | src/cocoa/dc.mm | |
1896 | src/cocoa/dcclient.mm | |
1897 | src/cocoa/dcmemory.mm | |
1898 | src/cocoa/dcscreen.cpp | |
1899 | src/cocoa/dialog.mm | |
1900 | src/cocoa/display.mm | |
1901 | src/cocoa/drawer.mm | |
1902 | src/cocoa/evtloop.mm | |
1903 | src/cocoa/filedlg.mm | |
1904 | src/cocoa/font.cpp | |
1905 | src/cocoa/fontdlg.mm | |
1906 | src/cocoa/fontenum.mm | |
1907 | src/cocoa/fontutil.cpp | |
1908 | src/cocoa/frame.mm | |
1909 | src/cocoa/gauge.mm | |
1910 | src/cocoa/gdiobj.cpp | |
1911 | src/cocoa/icon.mm | |
1912 | src/cocoa/listbox.mm | |
1913 | src/cocoa/main.cpp | |
1914 | src/cocoa/mbarman.mm | |
1915 | src/cocoa/mdi.mm | |
1916 | src/cocoa/menu.mm | |
1917 | src/cocoa/menuitem.mm | |
1918 | src/cocoa/msgdlg.mm | |
1919 | src/cocoa/notebook.mm | |
1920 | src/cocoa/pen.mm | |
1921 | src/cocoa/radiobox.mm | |
1922 | src/cocoa/radiobut.mm | |
1923 | src/cocoa/region.mm | |
1924 | src/cocoa/scrolbar.mm | |
1925 | src/cocoa/settings.cpp | |
1926 | src/cocoa/slider.mm | |
1927 | src/cocoa/sound.mm | |
1928 | src/cocoa/spinbutt.mm | |
1929 | src/cocoa/statbmp.mm | |
1930 | src/cocoa/statbox.mm | |
1931 | src/cocoa/statline2.mm | |
1932 | src/cocoa/stattext.mm | |
1933 | src/cocoa/taskbar.mm | |
1934 | src/cocoa/textctrl.mm | |
1935 | src/cocoa/toolbar.mm | |
1936 | src/cocoa/toplevel.mm | |
1937 | src/cocoa/utils.cpp | |
1938 | src/cocoa/utilsexc.mm | |
1939 | src/cocoa/window.mm | |
1940 | <!-- Generic implementations used by wxCocoa: --> | |
1941 | src/generic/accel.cpp | |
1942 | src/generic/caret.cpp | |
1943 | src/generic/colrdlgg.cpp | |
1944 | src/generic/dirdlgg.cpp | |
1945 | src/generic/fdrepdlg.cpp | |
1946 | src/generic/filedlgg.cpp | |
1947 | src/generic/fontdlgg.cpp | |
1948 | src/generic/imaglist.cpp | |
1949 | src/generic/listctrl.cpp | |
1950 | src/generic/msgdlgg.cpp | |
1951 | src/generic/paletteg.cpp | |
1952 | src/generic/regiong.cpp | |
1953 | src/generic/statusbr.cpp | |
1954 | src/generic/tabg.cpp | |
1955 | src/generic/timer.cpp | |
1956 | <!-- wxMac stuff used by wxCocoa: --> | |
1957 | src/mac/carbon/gsockosx.cpp | |
1958 | </set> | |
1959 | <set var="COCOA_HDR" hints="files"> | |
1960 | wx/cocoa/NSApplication.h | |
1961 | wx/cocoa/NSBox.h | |
1962 | wx/cocoa/NSButton.h | |
1963 | wx/cocoa/NSControl.h | |
1964 | wx/cocoa/NSMenu.h | |
1965 | wx/cocoa/NSPanel.h | |
1966 | wx/cocoa/NSScroller.h | |
1967 | wx/cocoa/NSTabView.h | |
1968 | wx/cocoa/NSTableView.h | |
1969 | wx/cocoa/NSTextField.h | |
1970 | wx/cocoa/NSView.h | |
1971 | wx/cocoa/NSWindow.h | |
1972 | wx/cocoa/ObjcAssociate.h | |
1973 | wx/cocoa/ObjcPose.h | |
1974 | wx/cocoa/ObjcRef.h | |
1975 | wx/cocoa/app.h | |
1976 | wx/cocoa/bitmap.h | |
1977 | wx/cocoa/bmpbuttn.h | |
1978 | wx/cocoa/brush.h | |
1979 | wx/cocoa/button.h | |
1980 | wx/cocoa/checkbox.h | |
1981 | wx/cocoa/checklst.h | |
1982 | wx/cocoa/choice.h | |
1983 | wx/cocoa/clipbrd.h | |
1984 | wx/cocoa/colordlg.h | |
1985 | wx/cocoa/colour.h | |
1986 | wx/cocoa/combobox.h | |
1987 | wx/cocoa/control.h | |
1988 | wx/cocoa/cursor.h | |
1989 | wx/cocoa/dataform.h | |
1990 | wx/cocoa/dataobj.h | |
1991 | wx/cocoa/dataobj2.h | |
1992 | wx/cocoa/dc.h | |
1993 | wx/cocoa/dcclient.h | |
1994 | wx/cocoa/dcmemory.h | |
1995 | wx/cocoa/dcscreen.h | |
1996 | wx/cocoa/dialog.h | |
1997 | wx/cocoa/display.h | |
1998 | wx/cocoa/drawer.h | |
1999 | wx/cocoa/filedlg.h | |
2000 | wx/cocoa/font.h | |
2001 | wx/cocoa/fontdlg.h | |
2002 | wx/cocoa/frame.h | |
2003 | wx/cocoa/gauge.h | |
2004 | wx/cocoa/gdiobj.h | |
2005 | wx/cocoa/icon.h | |
2006 | wx/cocoa/listbox.h | |
2007 | wx/cocoa/log.h | |
2008 | wx/cocoa/mbarman.h | |
2009 | wx/cocoa/mdi.h | |
2010 | wx/cocoa/menu.h | |
2011 | wx/cocoa/menuitem.h | |
2012 | wx/cocoa/msgdlg.h | |
2013 | wx/cocoa/notebook.h | |
2014 | wx/cocoa/pen.h | |
2015 | wx/cocoa/radiobox.h | |
2016 | wx/cocoa/radiobut.h | |
2017 | wx/cocoa/region.h | |
2018 | wx/cocoa/scrolbar.h | |
2019 | wx/cocoa/slider.h | |
2020 | wx/cocoa/sound.h | |
2021 | wx/cocoa/spinbutt.h | |
2022 | wx/cocoa/statbmp.h | |
2023 | wx/cocoa/statbox.h | |
2024 | wx/cocoa/statline.h | |
2025 | wx/cocoa/stattext.h | |
2026 | wx/cocoa/taskbar.h | |
2027 | wx/cocoa/textctrl.h | |
2028 | wx/cocoa/toolbar.h | |
2029 | wx/cocoa/toplevel.h | |
2030 | wx/cocoa/window.h | |
2031 | <!-- Generic implementations used by wxCocoa: --> | |
2032 | wx/generic/caret.h | |
2033 | wx/generic/dirdlgg.h | |
2034 | wx/generic/fdrepdlg.h | |
2035 | wx/generic/fontdlgg.h | |
2036 | wx/generic/imaglist.h | |
2037 | wx/generic/listctrl.h | |
2038 | wx/generic/paletteg.h | |
2039 | wx/generic/region.h | |
2040 | wx/generic/statusbr.h | |
2041 | wx/generic/tabg.h | |
2042 | </set> | |
2043 | ||
2044 | ||
2045 | ||
2046 | <!-- ====================================================================== --> | |
2047 | <!-- wxUniversal --> | |
2048 | <!-- ====================================================================== --> | |
2049 | ||
2050 | ||
2051 | <set var="UNIV_THEMES_SRC" hints="files"> | |
2052 | src/univ/themes/gtk.cpp | |
2053 | src/univ/themes/metal.cpp | |
2054 | src/univ/themes/win32.cpp | |
2055 | </set> | |
2056 | ||
2057 | <set var="UNIV_SRC" hints="files"> | |
2058 | src/generic/accel.cpp | |
2059 | src/generic/colrdlgg.cpp | |
2060 | src/generic/dirdlgg.cpp | |
2061 | src/generic/fdrepdlg.cpp | |
2062 | src/generic/filedlgg.cpp | |
2063 | src/generic/fontdlgg.cpp | |
2064 | src/generic/imaglist.cpp | |
2065 | src/generic/listctrl.cpp | |
2066 | src/generic/mdig.cpp | |
2067 | src/generic/msgdlgg.cpp | |
2068 | src/generic/prntdlgg.cpp | |
2069 | src/generic/tabg.cpp | |
2070 | src/univ/bmpbuttn.cpp | |
2071 | src/univ/button.cpp | |
2072 | src/univ/checkbox.cpp | |
2073 | src/univ/checklst.cpp | |
2074 | src/univ/choice.cpp | |
2075 | src/univ/colschem.cpp | |
2076 | src/univ/combobox.cpp | |
2077 | src/univ/control.cpp | |
2078 | src/univ/ctrlrend.cpp | |
2079 | src/univ/dialog.cpp | |
2080 | src/univ/framuniv.cpp | |
2081 | src/univ/gauge.cpp | |
2082 | src/univ/inpcons.cpp | |
2083 | src/univ/inphand.cpp | |
2084 | src/univ/listbox.cpp | |
2085 | src/univ/menu.cpp | |
2086 | src/univ/notebook.cpp | |
2087 | src/univ/radiobox.cpp | |
2088 | src/univ/radiobut.cpp | |
2089 | src/univ/scrarrow.cpp | |
2090 | src/univ/scrolbar.cpp | |
2091 | src/univ/scrthumb.cpp | |
2092 | src/univ/slider.cpp | |
2093 | src/univ/spinbutt.cpp | |
2094 | src/univ/statbmp.cpp | |
2095 | src/univ/statbox.cpp | |
2096 | src/univ/statline.cpp | |
2097 | src/univ/stattext.cpp | |
2098 | src/univ/statusbr.cpp | |
2099 | src/univ/textctrl.cpp | |
2100 | src/univ/theme.cpp | |
2101 | src/univ/toolbar.cpp | |
2102 | src/univ/topluniv.cpp | |
2103 | src/univ/winuniv.cpp | |
2104 | </set> | |
2105 | <set var="UNIV_HDR" hints="files"> | |
2106 | wx/generic/accel.h | |
2107 | wx/generic/dirdlgg.h | |
2108 | wx/generic/fdrepdlg.h | |
2109 | wx/generic/fontdlgg.h | |
2110 | wx/generic/listctrl.h | |
2111 | wx/generic/mdig.h | |
2112 | wx/generic/statusbr.h | |
2113 | wx/generic/tabg.h | |
2114 | wx/univ/app.h | |
2115 | wx/univ/bmpbuttn.h | |
2116 | wx/univ/button.h | |
2117 | wx/univ/checkbox.h | |
2118 | wx/univ/checklst.h | |
2119 | wx/univ/choice.h | |
2120 | wx/univ/colschem.h | |
2121 | wx/univ/combobox.h | |
2122 | wx/univ/control.h | |
2123 | wx/univ/dialog.h | |
2124 | wx/univ/frame.h | |
2125 | wx/univ/gauge.h | |
2126 | wx/univ/inpcons.h | |
2127 | wx/univ/inphand.h | |
2128 | wx/univ/listbox.h | |
2129 | wx/univ/menu.h | |
2130 | wx/univ/menuitem.h | |
2131 | wx/univ/notebook.h | |
2132 | wx/univ/radiobox.h | |
2133 | wx/univ/radiobut.h | |
2134 | wx/univ/renderer.h | |
2135 | wx/univ/scrarrow.h | |
2136 | wx/univ/scrolbar.h | |
2137 | wx/univ/scrthumb.h | |
2138 | wx/univ/scrtimer.h | |
2139 | wx/univ/slider.h | |
2140 | wx/univ/spinbutt.h | |
2141 | wx/univ/statbmp.h | |
2142 | wx/univ/statbox.h | |
2143 | wx/univ/statline.h | |
2144 | wx/univ/stattext.h | |
2145 | wx/univ/statusbr.h | |
2146 | wx/univ/textctrl.h | |
2147 | wx/univ/theme.h | |
2148 | wx/univ/toolbar.h | |
2149 | wx/univ/toplevel.h | |
2150 | wx/univ/window.h | |
2151 | </set> | |
2152 | ||
2153 | ||
2154 | <!-- ====================================================================== --> | |
2155 | <!-- wxAdvanced --> | |
2156 | <!-- ====================================================================== --> | |
2157 | ||
2158 | <set var="ADVANCED_CMN_SRC" hints="files"> | |
2159 | src/generic/calctrl.cpp | |
2160 | src/generic/grid.cpp | |
2161 | src/generic/gridctrl.cpp | |
2162 | src/generic/gridsel.cpp | |
2163 | src/generic/helpext.cpp | |
2164 | src/generic/laywin.cpp | |
2165 | src/generic/sashwin.cpp | |
2166 | src/generic/splash.cpp | |
2167 | src/generic/tipdlg.cpp | |
2168 | src/generic/wizard.cpp | |
2169 | </set> | |
2170 | ||
2171 | <set var="ADVANCED_CMN_HDR" hints="files"> | |
2172 | wx/calctrl.h | |
2173 | wx/dcbuffer.h | |
2174 | wx/generic/calctrl.h | |
2175 | wx/generic/grid.h | |
2176 | wx/generic/gridctrl.h | |
2177 | wx/generic/gridsel.h | |
2178 | wx/generic/helpext.h | |
2179 | wx/generic/laywin.h | |
2180 | wx/generic/sashwin.h | |
2181 | wx/generic/splash.h | |
2182 | wx/generic/wizard.h | |
2183 | wx/grid.h | |
2184 | wx/joystick.h | |
2185 | wx/laywin.h | |
2186 | wx/sashwin.h | |
2187 | wx/sound.h | |
2188 | wx/splash.h | |
2189 | wx/taskbar.h | |
2190 | wx/tipdlg.h | |
2191 | wx/wave.h | |
2192 | wx/wizard.h | |
2193 | </set> | |
2194 | ||
2195 | <set var="ADVANCED_MSW_SRC" hints="files"> | |
2196 | src/common/taskbarcmn.cpp | |
2197 | src/msw/sound.cpp | |
2198 | src/msw/taskbar.cpp | |
2199 | </set> | |
2200 | <set var="ADVANCED_MSW_HDR" hints="files"> | |
2201 | wx/msw/sound.h | |
2202 | wx/msw/taskbar.h | |
2203 | </set> | |
2204 | <!-- not built on WindowsCE: --> | |
2205 | <set var="ADVANCED_MSW_ONLY_SRC" hints="files"> | |
2206 | src/msw/joystick.cpp | |
2207 | </set> | |
2208 | <set var="ADVANCED_MSW_ONLY_HDR" hints="files"> | |
2209 | wx/msw/joystick.h | |
2210 | </set> | |
2211 | ||
2212 | <set var="ADVANCED_MAC_SRC" hints="files"> | |
2213 | src/common/taskbarcmn.cpp | |
2214 | src/mac/carbon/drawer.cpp | |
2215 | src/mac/carbon/joystick.cpp | |
2216 | src/mac/carbon/sound.cpp | |
2217 | src/mac/carbon/taskbar.cpp | |
2218 | </set> | |
2219 | <set var="ADVANCED_MAC_HDR" hints="files"> | |
2220 | wx/mac/carbon/drawer.h | |
2221 | wx/mac/carbon/joystick.h | |
2222 | wx/mac/carbon/sound.h | |
2223 | wx/mac/carbon/taskbarosx.h | |
2224 | </set> | |
2225 | ||
2226 | <set var="ADVANCED_OS2_SRC" hints="files"> | |
2227 | src/os2/joystick.cpp | |
2228 | src/os2/sound.cpp | |
2229 | </set> | |
2230 | <set var="ADVANCED_OS2_HDR" hints="files"> | |
2231 | wx/os2/joystick.h | |
2232 | wx/os2/sound.h | |
2233 | </set> | |
2234 | ||
2235 | <set var="ADVANCED_UNIX_SRC" hints="files"> | |
2236 | src/common/taskbarcmn.cpp | |
2237 | src/unix/joystick.cpp | |
2238 | src/unix/sound.cpp | |
2239 | src/unix/taskbarx11.cpp | |
2240 | </set> | |
2241 | <set var="ADVANCED_UNIX_HDR" hints="files"> | |
2242 | wx/unix/joystick.h | |
2243 | wx/unix/sound.h | |
2244 | wx/unix/taskbarx11.h | |
2245 | </set> | |
2246 | ||
2247 | <set var="ADVANCED_GTK_SRC" hints="files"> | |
2248 | src/gtk/taskbar.cpp | |
2249 | src/gtk/eggtrayicon.c | |
2250 | </set> | |
2251 | ||
2252 | ||
2253 | <!-- ====================================================================== --> | |
2254 | <!-- wxHTML --> | |
2255 | <!-- ====================================================================== --> | |
2256 | ||
2257 | <set var="HTML_SRC_PLATFORM"> | |
2258 | <if cond="TOOLKIT=='MSW'"> | |
2259 | src/msw/helpbest.cpp | |
2260 | </if> | |
2261 | <if cond="PLATFORM_UNIX=='1'"> | |
2262 | src/html/chm.cpp | |
2263 | </if> | |
2264 | <if cond="PLATFORM_MACOSX=='1'"> | |
2265 | src/html/chm.cpp | |
2266 | </if> | |
2267 | </set> | |
2268 | <set var="HTML_SRC" hints="files"> | |
2269 | $(HTML_SRC_PLATFORM) | |
2270 | src/html/helpctrl.cpp | |
2271 | src/html/helpdata.cpp | |
2272 | src/html/helpfrm.cpp | |
2273 | src/html/htmlcell.cpp | |
2274 | src/html/htmlfilt.cpp | |
2275 | src/html/htmlpars.cpp | |
2276 | src/html/htmltag.cpp | |
2277 | src/html/htmlwin.cpp | |
2278 | src/html/htmprint.cpp | |
2279 | src/html/m_dflist.cpp | |
2280 | src/html/m_fonts.cpp | |
2281 | src/html/m_hline.cpp | |
2282 | src/html/m_image.cpp | |
2283 | src/html/m_layout.cpp | |
2284 | src/html/m_links.cpp | |
2285 | src/html/m_list.cpp | |
2286 | src/html/m_pre.cpp | |
2287 | src/html/m_style.cpp | |
2288 | src/html/m_tables.cpp | |
2289 | src/html/winpars.cpp | |
2290 | <!-- wxHTML users: --> | |
2291 | src/generic/htmllbox.cpp | |
2292 | </set> | |
2293 | <set var="HTML_HDR" hints="files"> | |
2294 | wx/html/forcelnk.h | |
2295 | wx/html/helpctrl.h | |
2296 | wx/html/helpdata.h | |
2297 | wx/html/helpfrm.h | |
2298 | wx/html/htmlcell.h | |
2299 | wx/html/htmldefs.h | |
2300 | wx/html/htmlfilt.h | |
2301 | wx/html/htmlpars.h | |
2302 | wx/html/htmlproc.h | |
2303 | wx/html/htmltag.h | |
2304 | wx/html/htmlwin.h | |
2305 | wx/html/htmprint.h | |
2306 | wx/html/m_templ.h | |
2307 | wx/html/winpars.h | |
2308 | wx/wxhtml.h | |
2309 | <!-- wxHTML users: --> | |
2310 | wx/htmllbox.h | |
2311 | </set> | |
2312 | ||
2313 | ||
2314 | ||
2315 | <!-- ====================================================================== --> | |
2316 | <!-- wxXRC --> | |
2317 | <!-- ====================================================================== --> | |
2318 | ||
2319 | <set var="XRC_SRC" hints="files"> | |
2320 | src/xrc/xh_bmpbt.cpp | |
2321 | src/xrc/xh_bmp.cpp | |
2322 | src/xrc/xh_bttn.cpp | |
2323 | src/xrc/xh_cald.cpp | |
2324 | src/xrc/xh_chckb.cpp | |
2325 | src/xrc/xh_chckl.cpp | |
2326 | src/xrc/xh_choic.cpp | |
2327 | src/xrc/xh_combo.cpp | |
2328 | src/xrc/xh_dlg.cpp | |
2329 | src/xrc/xh_frame.cpp | |
2330 | src/xrc/xh_gauge.cpp | |
2331 | src/xrc/xh_gdctl.cpp | |
2332 | src/xrc/xh_html.cpp | |
2333 | src/xrc/xh_listb.cpp | |
2334 | src/xrc/xh_listc.cpp | |
2335 | src/xrc/xh_menu.cpp | |
2336 | src/xrc/xh_notbk.cpp | |
2337 | src/xrc/xh_panel.cpp | |
2338 | src/xrc/xh_radbt.cpp | |
2339 | src/xrc/xh_radbx.cpp | |
2340 | src/xrc/xh_scrol.cpp | |
2341 | src/xrc/xh_scwin.cpp | |
2342 | src/xrc/xh_sizer.cpp | |
2343 | src/xrc/xh_slidr.cpp | |
2344 | src/xrc/xh_spin.cpp | |
2345 | src/xrc/xh_split.cpp | |
2346 | src/xrc/xh_statbar.cpp | |
2347 | src/xrc/xh_stbmp.cpp | |
2348 | src/xrc/xh_stbox.cpp | |
2349 | src/xrc/xh_stlin.cpp | |
2350 | src/xrc/xh_sttxt.cpp | |
2351 | src/xrc/xh_text.cpp | |
2352 | src/xrc/xh_tglbtn.cpp | |
2353 | src/xrc/xh_toolb.cpp | |
2354 | src/xrc/xh_tree.cpp | |
2355 | src/xrc/xh_unkwn.cpp | |
2356 | src/xrc/xh_wizrd.cpp | |
2357 | src/xrc/xmlres.cpp | |
2358 | src/xrc/xmlrsall.cpp | |
2359 | </set> | |
2360 | <set var="XRC_HDR" hints="files"> | |
2361 | wx/xrc/xh_all.h | |
2362 | wx/xrc/xh_bmpbt.h | |
2363 | wx/xrc/xh_bmp.h | |
2364 | wx/xrc/xh_bttn.h | |
2365 | wx/xrc/xh_cald.h | |
2366 | wx/xrc/xh_chckb.h | |
2367 | wx/xrc/xh_chckl.h | |
2368 | wx/xrc/xh_choic.h | |
2369 | wx/xrc/xh_combo.h | |
2370 | wx/xrc/xh_dlg.h | |
2371 | wx/xrc/xh_frame.h | |
2372 | wx/xrc/xh_gauge.h | |
2373 | wx/xrc/xh_gdctl.h | |
2374 | wx/xrc/xh_html.h | |
2375 | wx/xrc/xh_listb.h | |
2376 | wx/xrc/xh_listc.h | |
2377 | wx/xrc/xh_menu.h | |
2378 | wx/xrc/xh_notbk.h | |
2379 | wx/xrc/xh_panel.h | |
2380 | wx/xrc/xh_radbt.h | |
2381 | wx/xrc/xh_radbx.h | |
2382 | wx/xrc/xh_scrol.h | |
2383 | wx/xrc/xh_scwin.h | |
2384 | wx/xrc/xh_sizer.h | |
2385 | wx/xrc/xh_slidr.h | |
2386 | wx/xrc/xh_spin.h | |
2387 | wx/xrc/xh_split.h | |
2388 | wx/xrc/xh_statbar.h | |
2389 | wx/xrc/xh_stbmp.h | |
2390 | wx/xrc/xh_stbox.h | |
2391 | wx/xrc/xh_stlin.h | |
2392 | wx/xrc/xh_sttxt.h | |
2393 | wx/xrc/xh_text.h | |
2394 | wx/xrc/xh_tglbtn.h | |
2395 | wx/xrc/xh_toolb.h | |
2396 | wx/xrc/xh_tree.h | |
2397 | wx/xrc/xh_unkwn.h | |
2398 | wx/xrc/xh_wizrd.h | |
2399 | wx/xrc/xmlres.h | |
2400 | </set> | |
2401 | ||
2402 | ||
2403 | ||
2404 | ||
2405 | <!-- ====================================================================== --> | |
2406 | <!-- XML classes --> | |
2407 | <!-- ====================================================================== --> | |
2408 | ||
2409 | <set var="XML_SRC" hints="files"> | |
2410 | src/xml/xml.cpp | |
2411 | src/common/xtixml.cpp <!-- FIXME - temporary solution --> | |
2412 | </set> | |
2413 | <set var="XML_HDR" hints="files"> | |
2414 | wx/xml/xml.h | |
2415 | wx/xtixml.h <!-- FIXME - temporary solution --> | |
2416 | </set> | |
2417 | ||
2418 | ||
2419 | <!-- ====================================================================== --> | |
2420 | <!-- OpenGL canvas --> | |
2421 | <!-- ====================================================================== --> | |
2422 | ||
2423 | <set var="OPENGL_SRC" hints="files"> | |
2424 | <if cond="TOOLKIT=='MAC'">src/mac/carbon/glcanvas.cpp</if> | |
2425 | <if cond="TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm</if> | |
2426 | <if cond="TOOLKIT=='GTK'">src/gtk/glcanvas.cpp</if> | |
2427 | <if cond="TOOLKIT=='MSW'">src/msw/glcanvas.cpp</if> | |
2428 | <if cond="TOOLKIT=='WINCE'">src/msw/glcanvas.cpp</if> | |
2429 | <if cond="TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp</if> | |
2430 | <if cond="TOOLKIT=='X11'">src/x11/glcanvas.cpp</if> | |
2431 | <if cond="TOOLKIT=='PM'">src/os2/glcanvas.cpp</if> | |
2432 | </set> | |
2433 | ||
2434 | <set var="OPENGL_HDR" hints="files"> | |
2435 | <if cond="TOOLKIT=='MAC'">wx/mac/carbon/glcanvas.h</if> | |
2436 | <if cond="TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h</if> | |
2437 | <if cond="TOOLKIT=='GTK'">wx/gtk/glcanvas.h</if> | |
2438 | <if cond="TOOLKIT=='MSW'">wx/msw/glcanvas.h</if> | |
2439 | <if cond="TOOLKIT=='WINCE'">wx/msw/glcanvas.h</if> | |
2440 | <if cond="TOOLKIT=='MOTIF'">wx/x11/glcanvas.h</if> | |
2441 | <if cond="TOOLKIT=='X11'">wx/x11/glcanvas.h</if> | |
2442 | <if cond="TOOLKIT=='PM'">wx/os2/glcanvas.h</if> | |
2443 | </set> | |
2444 | ||
2445 | ||
2446 | ||
2447 | <!-- ====================================================================== --> | |
2448 | <!-- ODBC classes --> | |
2449 | <!-- ====================================================================== --> | |
2450 | ||
2451 | <set var="ODBC_SRC" hints="files"> | |
2452 | src/common/db.cpp | |
2453 | src/common/dbtable.cpp | |
2454 | </set> | |
2455 | <set var="ODBC_HDR" hints="files"> | |
2456 | wx/db.h | |
2457 | wx/dbkeyg.h | |
2458 | wx/dbtable.h | |
2459 | </set> | |
2460 | ||
2461 | <set var="DBGRID_SRC" hints="files"> | |
2462 | src/common/dbgrid.cpp | |
2463 | </set> | |
2464 | <set var="DBGRID_HDR" hints="files"> | |
2465 | wx/dbgrid.h | |
2466 | </set> | |
2467 | ||
2468 | ||
2469 | <!-- ====================================================================== --> | |
2470 | <!-- Misc plugin sources: --> | |
2471 | <!-- ====================================================================== --> | |
2472 | ||
2473 | <set var="UNIX_SOUND_SRC_SDL" hints="files"> | |
2474 | src/unix/sound_sdl.cpp | |
2475 | </set> | |
2476 | ||
2477 | <!-- ====================================================================== --> | |
2478 | <!-- Define sources for specific libraries: --> | |
2479 | <!-- ====================================================================== --> | |
2480 | ||
2481 | <!-- wxBase files: --> | |
2482 | ||
2483 | <!-- Nested if would be nicer, but this works --> | |
2484 | <set var="BASE_MACOSX_SRC" hints="files"> | |
2485 | <if cond="TOOLKIT=='MAC'">$(BASE_MAC_SRC)</if> | |
2486 | <if cond="TOOLKIT=='COCOA'">$(BASE_DARWIN_SRC)</if> | |
2487 | <if cond="TOOLKIT=='GTK'">$(BASE_DARWIN_SRC)</if> | |
2488 | <if cond="TOOLKIT=='X11'">$(BASE_DARWIN_SRC)</if> | |
2489 | <if cond="TOOLKIT=='MOTIF'">$(BASE_DARWIN_SRC)</if> | |
2490 | <!-- FIXME: TOOLKIT!='MAC' is what we really want --> | |
2491 | </set> | |
2492 | <set var="BASE_PLATFORM_SRC" hints="files"> | |
2493 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)</if> | |
2494 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)</if> | |
2495 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)</if> | |
2496 | <if cond="PLATFORM_OS2=='1'">$(BASE_OS2_SRC)</if> | |
2497 | </set> | |
2498 | <set var="BASE_AND_GUI_TOOLKIT_SRC" hints="files"> | |
2499 | <if cond="TOOLKIT=='MAC'">$(BASE_AND_GUI_MAC_SRC)</if> | |
2500 | </set> | |
2501 | <set var="BASE_AND_GUI_PLATFORM_SRC" hints="files"> | |
2502 | <if cond="PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> | |
2503 | <if cond="PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)</if> | |
2504 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_AND_GUI_DARWIN_SRC)</if> | |
2505 | </set> | |
2506 | <set var="BASE_PLATFORM_HDR" hints="files"> | |
2507 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)</if> | |
2508 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)</if> | |
2509 | <if cond="TOOLKIT=='MAC'">$(BASE_MAC_HDR)</if> | |
2510 | <if cond="TOOLKIT=='COCOA'">$(BASE_DARWIN_HDR)</if> | |
2511 | </set> | |
2512 | ||
2513 | <set var="BASE_SRC" hints="files"> | |
2514 | $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC) | |
2515 | </set> | |
2516 | <set var="BASE_AND_GUI_SRC" hints="files"> | |
2517 | $(BASE_AND_GUI_CMN_SRC) | |
2518 | $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC) | |
2519 | </set> | |
2520 | ||
2521 | ||
2522 | <!-- wxNet files: --> | |
2523 | <set var="NET_PLATFORM_SRC" hints="files"> | |
2524 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)</if> | |
2525 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)</if> | |
2526 | <if cond="PLATFORM_MACOSX=='1'">$(NET_DARWIN_SRC)</if> | |
2527 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_SRC)</if> | |
2528 | </set> | |
2529 | <set var="NET_PLATFORM_HDR" hints="files"> | |
2530 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_HDR)</if> | |
2531 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)</if> | |
2532 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_HDR)</if> | |
2533 | <if cond="PLATFORM_MACOSX=='1'">$(NET_DARWIN_HDR)</if> | |
2534 | </set> | |
2535 | ||
2536 | <set var="NET_SRC" hints="files"> | |
2537 | $(NET_CMN_SRC) $(NET_PLATFORM_SRC) | |
2538 | </set> | |
2539 | ||
2540 | ||
2541 | <!-- GUI sources: --> | |
2542 | ||
2543 | <set var="LOWLEVEL_SRC" hints="files"> | |
2544 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_SRC)</if> | |
2545 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)</if> | |
2546 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_ONLY_LOWLEVEL_SRC)</if> | |
2547 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)</if> | |
2548 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_SRC)</if> | |
2549 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)</if> | |
2550 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)</if> | |
2551 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)</if> | |
2552 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_SRC)</if> | |
2553 | </set> | |
2554 | <set var="LOWLEVEL_HDR" hints="files"> | |
2555 | <if cond="TOOLKIT=='GTK'">$(GTK_LOWLEVEL_HDR)</if> | |
2556 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)</if> | |
2557 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR)</if> | |
2558 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)</if> | |
2559 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_HDR)</if> | |
2560 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)</if> | |
2561 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)</if> | |
2562 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)</if> | |
2563 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_HDR)</if> | |
2564 | </set> | |
2565 | ||
2566 | <set var="GUI_SRC" hints="files"> | |
2567 | <if cond="TOOLKIT=='GTK'">$(GTK_SRC)</if> | |
2568 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_SRC)</if> | |
2569 | <if cond="TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_ONLY_SRC)</if> | |
2570 | <if cond="TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)</if> | |
2571 | <if cond="TOOLKIT=='MAC'">$(MAC_SRC)</if> | |
2572 | <if cond="TOOLKIT=='COCOA'">$(COCOA_SRC)</if> | |
2573 | <if cond="TOOLKIT=='PM'">$(OS2_SRC)</if> | |
2574 | </set> | |
2575 | <set var="GUI_HDR" hints="files"> | |
2576 | <if cond="TOOLKIT=='GTK'">$(GTK_HDR)</if> | |
2577 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if> | |
2578 | <if cond="TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_ONLY_HDR)</if> | |
2579 | <if cond="TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)</if> | |
2580 | <if cond="TOOLKIT=='MAC'">$(MAC_CMN_HDR) $(MAC_HDR)</if> | |
2581 | <if cond="TOOLKIT=='COCOA'">$(COCOA_HDR)</if> | |
2582 | <if cond="TOOLKIT=='PM'">$(OS2_HDR)</if> | |
2583 | </set> | |
2584 | ||
2585 | <set var="CORE_SRC" hints="files"> | |
2586 | <if cond="USE_GUI=='1' and WXUNIV=='0'"> | |
2587 | $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC) | |
2588 | </if> | |
2589 | <if cond="USE_GUI=='1' and WXUNIV=='1'"> | |
2590 | $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) | |
2591 | </if> | |
2592 | </set> | |
2593 | ||
2594 | <!-- wxAdvanced files: --> | |
2595 | <set var="ADVANCED_PLATFORM_SRC" hints="files"> | |
2596 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_ONLY_SRC)</if> | |
2597 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)</if> | |
2598 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)</if> | |
2599 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC)</if> | |
2600 | <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK_SRC)</if> | |
2601 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)</if> | |
2602 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)</if> | |
2603 | </set> | |
2604 | <set var="ADVANCED_PLATFORM_HDR" hints="files"> | |
2605 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_ONLY_HDR)</if> | |
2606 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)</if> | |
2607 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if> | |
2608 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if> | |
2609 | <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if> | |
2610 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if> | |
2611 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if> | |
2612 | </set> | |
2613 | <set var="ADVANCED_SRC">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)</set> | |
2614 | <set var="ADVANCED_HDR">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)</set> | |
2615 | ||
2616 | ||
2617 | ||
2618 | <set var="GUI_CORE_HEADERS" hints="files"> | |
2619 | <if cond="USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)</if> | |
2620 | <if cond="USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)</if> | |
2621 | </set> | |
2622 | ||
2623 | <set var="ALL_GUI_HEADERS" hints="files"> | |
2624 | <if cond="USE_GUI=='1'"> | |
2625 | $(GUI_CMN_HDR) | |
2626 | $(LOWLEVEL_HDR) | |
2627 | $(GUI_CORE_HEADERS) | |
2628 | $(ADVANCED_HDR) $(HTML_HDR) | |
2629 | $(OPENGL_HDR) $(DBGRID_HDR) $(XRC_HDR) | |
2630 | </if> | |
2631 | </set> | |
2632 | ||
2633 | ||
2634 | <set var="ALL_BASE_HEADERS" make_var="1" hints="files"> | |
2635 | $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR) | |
2636 | $(NET_CMN_HDR) $(NET_PLATFORM_HDR) | |
2637 | $(XML_HDR) $(ODBC_HDR) | |
2638 | </set> | |
2639 | ||
2640 | <set var="ALL_HEADERS" make_var="1" hints="files"> | |
2641 | $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS) | |
2642 | </set> | |
2643 | ||
2644 | <set var="ALL_BASE_SOURCES" make_var="1" hints="files"> | |
2645 | $(BASE_CMN_SRC) | |
2646 | $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC) | |
2647 | $(BASE_MAC_SRC) $(BASE_DARWIN_SRC) | |
2648 | $(BASE_OS2_SRC) | |
2649 | $(BASE_AND_GUI_CMN_SRC) | |
2650 | $(BASE_AND_GUI_UNIX_SRC) | |
2651 | $(BASE_AND_GUI_MAC_SRC) | |
2652 | $(BASE_AND_GUI_DARWIN_SRC) | |
2653 | $(BASE_AND_GUI_WIN32_SRC) | |
2654 | $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_WINCE_SRC) | |
2655 | $(XML_SRC) $(ODBC_SRC) | |
2656 | </set> | |
2657 | ||
2658 | ||
2659 | ||
2660 | <!-- ================================================================ --> | |
2661 | <!-- Define where plugins sources go if USE_PLUGINS=0 --> | |
2662 | <!-- ================================================================ --> | |
2663 | ||
2664 | <!-- wxAdv sources --> | |
2665 | <set var="PLUGIN_ADV_SRC"> | |
2666 | <if cond="FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'"> | |
2667 | $(UNIX_SOUND_SRC_SDL) | |
2668 | </if> | |
2669 | </set> | |
2670 | ||
2671 | <set var="PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)</set> | |
2672 | ||
2673 | </makefile> |