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