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