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