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