]>
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 | |
a2897d43 | 25 | BASE_$(platform) base files used on platform |
e86e1522 | 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 | |
ca95ed8e VZ |
33 | MSW_DESKTOP files used only on desktop Windows |
34 | versions and not under Windows CE | |
35 | ||
36 | xxx_NATIVE native files not used by wxUniv (used as | |
37 | complement of LOWLEVEL when most of the | |
38 | files are lowlevel and only few are native) | |
39 | ||
e86e1522 | 40 | HTML wxHTML files |
3849327b | 41 | XRC wxXRC files |
88f23fdd | 42 | |
ddf98968 | 43 | * one file may be listed in several groups |
88f23fdd | 44 | |
ddf98968 VS |
45 | ====================================================================== --> |
46 | ||
47 | ||
48 | ||
ddf98968 VS |
49 | <!-- ====================================================================== --> |
50 | <!-- wxBase --> | |
51 | <!-- ====================================================================== --> | |
52 | ||
fc480dc1 DE |
53 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
54 | <!-- UNIX --> | |
55 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
22d2b5bf | 56 | <set var="BASE_UNIX_SRC" hints="files"> |
9a90985d | 57 | src/unix/baseunix.cpp |
ddf98968 | 58 | src/unix/dir.cpp |
da55d064 | 59 | src/unix/dlunix.cpp |
ddf98968 VS |
60 | src/unix/mimetype.cpp |
61 | src/unix/snglinst.cpp | |
eaff0f0d | 62 | src/unix/stackwalk.cpp |
8e5d5108 | 63 | src/unix/stdpaths.cpp |
ddf98968 | 64 | src/unix/threadpsx.cpp |
e86e1522 | 65 | </set> |
22d2b5bf | 66 | <set var="BASE_AND_GUI_UNIX_SRC" hints="files"> |
ddf98968 VS |
67 | src/unix/utilsunx.cpp |
68 | </set> | |
22d2b5bf | 69 | <set var="BASE_UNIX_HDR" hints="files"> |
ca58c9bb VS |
70 | wx/unix/apptbase.h |
71 | wx/unix/apptrait.h | |
72 | wx/unix/execute.h | |
ddf98968 | 73 | wx/unix/mimetype.h |
ca58c9bb | 74 | wx/unix/pipe.h |
17a1ebd1 | 75 | wx/unix/private.h |
eaff0f0d | 76 | wx/unix/stackwalk.h |
8e5d5108 | 77 | wx/unix/stdpaths.h |
ddf98968 | 78 | </set> |
e86e1522 | 79 | |
fc480dc1 DE |
80 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
81 | <!-- Windows --> | |
82 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
22d2b5bf | 83 | <set var="BASE_WIN32_SRC" hints="files"> |
9a90985d | 84 | src/msw/basemsw.cpp |
5df6736f | 85 | src/msw/crashrpt.cpp |
107d0fd4 | 86 | src/msw/debughlp.cpp |
ddf98968 VS |
87 | src/msw/dde.cpp |
88 | src/msw/dir.cpp | |
107d0fd4 | 89 | src/msw/dlmsw.cpp |
ddf98968 | 90 | src/msw/mimetype.cpp |
3032b7b5 | 91 | src/msw/power.cpp |
ddf98968 VS |
92 | src/msw/regconf.cpp |
93 | src/msw/registry.cpp | |
94 | src/msw/snglinst.cpp | |
107d0fd4 | 95 | src/msw/stackwalk.cpp |
6d3b231a | 96 | src/msw/stdpaths.cpp |
ddf98968 VS |
97 | src/msw/thread.cpp |
98 | src/msw/utils.cpp | |
99 | src/msw/utilsexc.cpp | |
e86e1522 | 100 | </set> |
22d2b5bf | 101 | <set var="BASE_AND_GUI_WIN32_SRC" hints="files"> |
7340bea2 | 102 | src/msw/main.cpp |
e86e1522 | 103 | src/msw/mslu.cpp |
ddf98968 VS |
104 | src/msw/volume.cpp |
105 | </set> | |
af594eca VS |
106 | <set var="BASE_WINCE_SRC" hints="files"> |
107 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/time.cpp</if> | |
108 | </set> | |
22d2b5bf | 109 | <set var="BASE_WIN32_HDR" hints="files"> |
ca58c9bb VS |
110 | wx/msw/apptrait.h |
111 | wx/msw/apptbase.h | |
5df6736f VS |
112 | wx/msw/chkconf.h |
113 | wx/msw/crashrpt.h | |
ddf98968 | 114 | wx/msw/dde.h |
107d0fd4 | 115 | wx/msw/debughlp.h |
ddf98968 | 116 | wx/msw/gccpriv.h |
8bda759f | 117 | wx/msw/libraries.h |
ddf98968 | 118 | wx/msw/mimetype.h |
40b13bcf | 119 | wx/msw/mslu.h |
bee413ee | 120 | wx/msw/private.h |
4835f3be WS |
121 | wx/msw/regconf.h |
122 | wx/msw/registry.h | |
39ea2103 | 123 | wx/msw/seh.h |
107d0fd4 | 124 | wx/msw/stackwalk.h |
76c35c88 | 125 | wx/msw/stdpaths.h |
ddf98968 | 126 | wx/msw/winundef.h |
0d236fd0 | 127 | wx/msw/wrapcctl.h |
660296aa | 128 | wx/msw/wrapcdlg.h |
d7e91db2 | 129 | wx/msw/wrapwin.h |
ddf98968 | 130 | </set> |
af594eca | 131 | <set var="BASE_WINCE_HDR" hints="files"> |
2227439b WS |
132 | <if cond="TOOLKIT=='WINCE'"> |
133 | wx/msw/wince/time.h | |
134 | wx/msw/wince/chkconf.h | |
135 | </if> | |
af594eca | 136 | </set> |
e86e1522 | 137 | |
fc480dc1 DE |
138 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
139 | <!-- Mac --> | |
140 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
141 | ||
142 | <!-- Used on Mac OS CarbonLib, Mac OS X wxMac base, and Mac OS X darwin base --> | |
143 | <set var="BASE_COREFOUNDATION_SRC" hints="files"> | |
144 | src/mac/corefoundation/cfstring.cpp | |
145 | src/mac/corefoundation/stdpaths_cf.cpp | |
1ccb7433 | 146 | src/mac/corefoundation/utilsexc_base.cpp |
fc480dc1 DE |
147 | </set> |
148 | <set var="BASE_COREFOUNDATION_HDR" hints="files"> | |
149 | wx/mac/corefoundation/cfstring.h | |
4cb1d3da | 150 | wx/mac/corefoundation/hid.h |
fc480dc1 DE |
151 | wx/mac/corefoundation/stdpaths.h |
152 | </set> | |
153 | ||
7b860930 DE |
154 | <!-- Base files used by Carbon on OS X and CarbonLib (not true Classic) --> |
155 | <!-- FIXME: Maybe this ought to be named BASE_MAC_CARBON_SRC --> | |
22d2b5bf | 156 | <set var="BASE_MAC_SRC" hints="files"> |
56bb4a5e SC |
157 | src/mac/carbon/dirmac.cpp |
158 | src/mac/carbon/mimetmac.cpp | |
56bb4a5e SC |
159 | src/mac/carbon/utilsexc.cpp |
160 | src/mac/carbon/thread.cpp | |
161 | src/mac/carbon/macnotfy.cpp | |
7b860930 DE |
162 | <!-- One would think MoreFilesX is only for OS X but it seems to |
163 | apply to CarbonLib as well (FSRefMakeFSSpec) --> | |
56bb4a5e | 164 | src/mac/carbon/morefilex/MoreFilesX.c |
fc480dc1 DE |
165 | $(BASE_COREFOUNDATION_SRC) |
166 | </set> | |
167 | <set var="BASE_MAC_HDR" hints="files"> | |
168 | $(BASE_COREFOUNDATION_HDR) | |
169 | </set> | |
170 | <!-- Base and GUI files used by both OS X and CarbonLib --> | |
171 | <set var="BASE_AND_GUI_MAC_SRC" hints="files"> | |
172 | src/mac/carbon/utils.cpp | |
173 | src/mac/carbon/uma.cpp | |
8b509749 VS |
174 | </set> |
175 | ||
7b860930 DE |
176 | <!-- Base files used by Classic (not CarbonLib or OS X builds) --> |
177 | <!-- set var="BASE_MAC_CLASSIC_SRC"> | |
178 | </set --> | |
fc480dc1 DE |
179 | <!-- set var="BASE_MAC_CLASSIC_HDR"> |
180 | </set --> | |
7b860930 DE |
181 | |
182 | <!-- Base files used only by CarbonLib builds (not Classic or OS X) --> | |
183 | <set var="BASE_MAC_CARBONLIB_SRC" hints="files"> | |
184 | src/mac/carbon/morefile/DirectoryCopy.c | |
185 | src/mac/carbon/morefile/FSpCompat.c | |
186 | src/mac/carbon/morefile/FileCopy.c | |
187 | src/mac/carbon/morefile/FullPath.c | |
188 | src/mac/carbon/morefile/IterateDirectory.c | |
189 | src/mac/carbon/morefile/MoreDesktopMgr.c | |
190 | src/mac/carbon/morefile/MoreFiles.c | |
191 | src/mac/carbon/morefile/MoreFilesExtras.c | |
192 | src/mac/carbon/morefile/Search.c | |
193 | </set> | |
fc480dc1 DE |
194 | <!-- set var="BASE_MAC_CARBONLIB_HDR" hints="files"> |
195 | </set --> | |
7b860930 DE |
196 | |
197 | <!-- Base files used only by OS X builds (not CarbonLib or Classic) --> | |
df3c72ad DE |
198 | <set var="BASE_MACOSX_WXMAC_SRC" hints="files"> |
199 | $(BASE_MAC_SRC) | |
7b860930 | 200 | src/unix/baseunix.cpp |
da55d064 | 201 | src/unix/dlunix.cpp |
3974b828 | 202 | src/unix/snglinst.cpp |
fc480dc1 | 203 | src/unix/stdpaths.cpp |
7b860930 | 204 | </set> |
df3c72ad DE |
205 | <set var="BASE_MACOSX_WXMAC_HDR" hints="files"> |
206 | $(BASE_MAC_HDR) | |
33c20f39 VZ |
207 | wx/unix/apptbase.h |
208 | wx/unix/apptrait.h | |
fc480dc1 | 209 | wx/unix/stdpaths.h |
9feb7716 | 210 | </set> |
8b509749 | 211 | |
fc480dc1 | 212 | <!-- Base files used by non-wxMac OS X builds --> |
ad07ce2b | 213 | <set var="BASE_MACOSX_NOTWXMAC_SRC" hints="files"> |
fc480dc1 DE |
214 | $(BASE_UNIX_SRC) |
215 | $(BASE_COREFOUNDATION_SRC) | |
216 | </set> | |
ad07ce2b | 217 | <set var="BASE_MACOSX_NOTWXMAC_HDR" hints="files"> |
fc480dc1 DE |
218 | $(BASE_UNIX_HDR) |
219 | $(BASE_COREFOUNDATION_HDR) | |
ddf98968 | 220 | </set> |
e86e1522 | 221 | |
fc480dc1 DE |
222 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
223 | <!-- OS/2 --> | |
224 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
a986efd0 | 225 | |
22d2b5bf | 226 | <set var="BASE_OS2_SRC" hints="files"> |
ddf98968 | 227 | src/os2/dir.cpp |
5cc55caf | 228 | src/os2/mimetype.cpp |
175bb578 | 229 | src/os2/stdpaths.cpp |
5cc55caf | 230 | src/os2/thread.cpp |
ddf98968 VS |
231 | src/os2/utils.cpp |
232 | src/os2/utilsexc.cpp | |
233 | </set> | |
22d2b5bf | 234 | <set var="BASE_AND_GUI_OS2_SRC" hints="files"> |
e86e1522 | 235 | </set> |
22d2b5bf | 236 | <set var="BASE_OS2_HDR" hints="files"> |
175bb578 SN |
237 | wx/os2/apptbase.h |
238 | wx/os2/apptrait.h | |
239 | wx/os2/mimetype.h | |
e918f058 | 240 | wx/os2/private.h |
175bb578 | 241 | wx/os2/stdpaths.h |
ddc2587f | 242 | wx/os2/chkconf.h |
7e04a500 | 243 | wx/os2/wxrsc.h |
ddf98968 | 244 | </set> |
e86e1522 | 245 | |
a986efd0 WS |
246 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
247 | <!-- PalmOS --> | |
248 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
249 | ||
250 | <set var="BASE_PALMOS_SRC" hints="files"> | |
251 | src/palmos/base.cpp | |
252 | src/palmos/dir.cpp | |
253 | src/palmos/prefconf.cpp | |
254 | src/palmos/snglinst.cpp | |
255 | src/palmos/thread.cpp | |
256 | src/palmos/utils.cpp | |
257 | src/palmos/utilsexc.cpp | |
258 | </set> | |
259 | ||
260 | <set var="BASE_AND_GUI_PALMOS_SRC" hints="files"> | |
261 | src/palmos/main.cpp | |
262 | src/palmos/volume.cpp | |
263 | </set> | |
264 | ||
265 | <set var="BASE_PALMOS_HDR" hints="files"> | |
266 | wx/palmos/apptbase.h | |
267 | wx/palmos/apptrait.h | |
268 | wx/palmos/chkconf.h | |
269 | wx/palmos/mimetype.h | |
270 | wx/palmos/stdpaths.h | |
271 | </set> | |
272 | ||
83d8eb47 MW |
273 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
274 | <!-- MSDOS --> | |
275 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
276 | ||
277 | <set var="BASE_MSDOS_SRC" hints="files"> | |
278 | src/msdos/dir.cpp | |
279 | src/msdos/mimetype.cpp | |
280 | src/msdos/utilsdos.cpp | |
281 | </set> | |
282 | <set var="BASE_AND_GUI_MSDOS_SRC" hints="files"> | |
283 | </set> | |
284 | <set var="BASE_MSDOS_HDR" hints="files"> | |
285 | wx/msdos/mimetype.h | |
286 | </set> | |
287 | ||
fc480dc1 DE |
288 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> |
289 | <!-- Common --> | |
290 | <!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- --> | |
22d2b5bf | 291 | <set var="BASE_CMN_SRC" hints="files"> |
9a90985d | 292 | src/common/appbase.cpp |
56d5b4b8 MW |
293 | src/common/arcall.cpp |
294 | src/common/arcfind.cpp | |
2304e5c9 | 295 | src/common/archive.cpp |
a7ea63e2 | 296 | src/common/arrstr.cpp |
93a15cf1 | 297 | src/common/clntdata.cpp |
ddf98968 VS |
298 | src/common/cmdline.cpp |
299 | src/common/config.cpp | |
830f8f11 | 300 | src/common/convauto.cpp |
ddf98968 VS |
301 | src/common/datetime.cpp |
302 | src/common/datstrm.cpp | |
ddf98968 VS |
303 | src/common/dircmn.cpp |
304 | src/common/dynarray.cpp | |
305 | src/common/dynlib.cpp | |
306 | src/common/dynload.cpp | |
307 | src/common/encconv.cpp | |
ddf98968 VS |
308 | src/common/extended.c |
309 | src/common/ffile.cpp | |
310 | src/common/file.cpp | |
f8f6c91a | 311 | src/common/fileback.cpp |
ddf98968 VS |
312 | src/common/fileconf.cpp |
313 | src/common/filefn.cpp | |
314 | src/common/filename.cpp | |
315 | src/common/filesys.cpp | |
166c3ef0 MW |
316 | src/common/filtall.cpp |
317 | src/common/filtfind.cpp | |
9a90985d | 318 | src/common/fmapbase.cpp |
f068697b | 319 | src/common/fs_arc.cpp |
37671b82 | 320 | src/common/fs_filter.cpp |
ddf98968 VS |
321 | src/common/hash.cpp |
322 | src/common/hashmap.cpp | |
4f4a180e | 323 | src/common/init.cpp |
ddf98968 VS |
324 | src/common/intl.cpp |
325 | src/common/ipcbase.cpp | |
326 | src/common/list.cpp | |
327 | src/common/log.cpp | |
328 | src/common/longlong.cpp | |
329 | src/common/memory.cpp | |
330 | src/common/mimecmn.cpp | |
331 | src/common/module.cpp | |
ddf98968 VS |
332 | src/common/mstream.cpp |
333 | src/common/object.cpp | |
8bb6b2c0 | 334 | src/common/platinfo.cpp |
355debca | 335 | src/common/powercmn.cpp |
ddf98968 | 336 | src/common/process.cpp |
ddf98968 | 337 | src/common/regex.cpp |
8e5d5108 | 338 | src/common/stdpbase.cpp |
121fa06a | 339 | src/common/sstream.cpp |
9a90985d | 340 | src/common/stopwatch.cpp |
ddf98968 VS |
341 | src/common/strconv.cpp |
342 | src/common/stream.cpp | |
343 | src/common/string.cpp | |
a7ea63e2 | 344 | src/common/stringimpl.cpp |
c9f78968 | 345 | src/common/strvararg.cpp |
ddf98968 | 346 | src/common/sysopt.cpp |
56d5b4b8 | 347 | src/common/tarstrm.cpp |
ddf98968 VS |
348 | src/common/textbuf.cpp |
349 | src/common/textfile.cpp | |
ddf98968 VS |
350 | src/common/tokenzr.cpp |
351 | src/common/txtstrm.cpp | |
dd0ef332 | 352 | src/common/unichar.cpp |
dd65d8c8 | 353 | src/common/uri.cpp |
ddf98968 VS |
354 | src/common/variant.cpp |
355 | src/common/wfstream.cpp | |
dd0ef332 VS |
356 | src/common/wxcrt.cpp |
357 | src/common/wxprintf.cpp | |
9c6cef05 JS |
358 | src/common/xti.cpp |
359 | src/common/xtistrm.cpp | |
ddf98968 VS |
360 | src/common/zipstrm.cpp |
361 | src/common/zstream.cpp | |
362 | </set> | |
22d2b5bf | 363 | <set var="BASE_AND_GUI_CMN_SRC" hints="files"> |
075131fd | 364 | src/common/event.cpp |
e86e1522 VS |
365 | src/common/fs_mem.cpp |
366 | src/common/msgout.cpp | |
367 | src/common/utilscmn.cpp | |
368 | </set> | |
22d2b5bf | 369 | <set var="BASE_CMN_HDR" hints="files"> |
21041c70 | 370 | wx/afterstd.h |
5df6736f | 371 | wx/app.h |
eb9dd149 | 372 | wx/apptrait.h |
2304e5c9 | 373 | wx/archive.h |
ddf98968 | 374 | wx/arrimpl.cpp |
5df6736f VS |
375 | wx/arrstr.h |
376 | wx/beforestd.h | |
ddf98968 VS |
377 | wx/buffer.h |
378 | wx/build.h | |
dd0ef332 | 379 | wx/chartype.h |
ddf98968 | 380 | wx/chkconf.h |
93a15cf1 | 381 | wx/clntdata.h |
ddf98968 VS |
382 | wx/cmdline.h |
383 | wx/confbase.h | |
384 | wx/config.h | |
830f8f11 | 385 | wx/convauto.h |
5df6736f | 386 | wx/containr.h |
cdd8d745 | 387 | wx/cpp.h |
ddf98968 | 388 | wx/datetime.h |
ddf98968 | 389 | wx/datstrm.h |
ddf98968 VS |
390 | wx/dde.h |
391 | wx/debug.h | |
392 | wx/defs.h | |
393 | wx/dir.h | |
0cc66b6c | 394 | wx/dlimpexp.h |
ddf98968 VS |
395 | wx/dynarray.h |
396 | wx/dynlib.h | |
397 | wx/dynload.h | |
398 | wx/encconv.h | |
399 | wx/event.h | |
2524f1ce | 400 | wx/except.h |
ddf98968 VS |
401 | wx/features.h |
402 | wx/ffile.h | |
403 | wx/file.h | |
404 | wx/fileconf.h | |
405 | wx/filefn.h | |
406 | wx/filename.h | |
407 | wx/filesys.h | |
408 | wx/fontenc.h | |
409 | wx/fontmap.h | |
f068697b | 410 | wx/fs_arc.h |
37671b82 | 411 | wx/fs_filter.h |
ddf98968 | 412 | wx/fs_mem.h |
5df6736f | 413 | wx/fs_zip.h |
ddf98968 VS |
414 | wx/hash.h |
415 | wx/hashmap.h | |
ca58c9bb | 416 | wx/hashset.h |
520a495c | 417 | wx/html/forcelnk.h |
075131fd | 418 | wx/iconloc.h |
5df6736f | 419 | wx/init.h |
ddf98968 VS |
420 | wx/intl.h |
421 | wx/iosfwrap.h | |
422 | wx/ioswrap.h | |
423 | wx/ipc.h | |
424 | wx/ipcbase.h | |
425 | wx/isql.h | |
426 | wx/isqlext.h | |
6cf2fb76 | 427 | wx/link.h |
ddf98968 | 428 | wx/list.h |
5df6736f | 429 | wx/listimpl.cpp |
ddf98968 VS |
430 | wx/log.h |
431 | wx/longlong.h | |
432 | wx/math.h | |
ddf98968 | 433 | wx/memconf.h |
5df6736f | 434 | wx/memory.h |
ddf98968 VS |
435 | wx/memtext.h |
436 | wx/mimetype.h | |
437 | wx/module.h | |
438 | wx/msgout.h | |
439 | wx/mstream.h | |
440 | wx/object.h | |
441 | wx/platform.h | |
8bb6b2c0 | 442 | wx/platinfo.h |
355debca | 443 | wx/power.h |
ddf98968 | 444 | wx/process.h |
ca58c9bb | 445 | wx/ptr_scpd.h |
97d16ceb | 446 | wx/recguard.h |
ddf98968 | 447 | wx/regex.h |
ca58c9bb | 448 | wx/scopeguard.h |
ddf98968 | 449 | wx/snglinst.h |
121fa06a | 450 | wx/sstream.h |
4048a3c8 | 451 | wx/stack.h |
107d0fd4 | 452 | wx/stackwalk.h |
8e5d5108 | 453 | wx/stdpaths.h |
e6cbc5e1 | 454 | wx/stockitem.h |
21c557b8 | 455 | wx/stopwatch.h |
ddf98968 VS |
456 | wx/strconv.h |
457 | wx/stream.h | |
458 | wx/string.h | |
a7ea63e2 | 459 | wx/stringimpl.h |
c9f78968 | 460 | wx/strvararg.h |
ddf98968 | 461 | wx/sysopt.h |
56d5b4b8 | 462 | wx/tarstrm.h |
ddf98968 VS |
463 | wx/textbuf.h |
464 | wx/textfile.h | |
465 | wx/thread.h | |
466 | wx/thrimpl.cpp | |
ca58c9bb | 467 | wx/timer.h |
ddf98968 VS |
468 | wx/tokenzr.h |
469 | wx/txtstrm.h | |
5df6736f | 470 | wx/types.h |
dd0ef332 | 471 | wx/unichar.h |
dd65d8c8 | 472 | wx/uri.h |
ddf98968 VS |
473 | wx/utils.h |
474 | wx/variant.h | |
475 | wx/vector.h | |
476 | wx/version.h | |
477 | wx/volume.h | |
478 | wx/wfstream.h | |
479 | wx/wx.h | |
480 | wx/wxchar.h | |
dd0ef332 | 481 | wx/wxcrt.h |
ddf98968 | 482 | wx/wxprec.h |
9c6cef05 JS |
483 | wx/xti.h |
484 | wx/xtistrm.h | |
ddf98968 VS |
485 | wx/zipstrm.h |
486 | wx/zstream.h | |
7c4728f6 VS |
487 | </set> |
488 | ||
489 | ||
490 | <!-- ====================================================================== --> | |
491 | <!-- wxNet (part of wxBase) --> | |
492 | <!-- ====================================================================== --> | |
493 | ||
494 | <set var="NET_UNIX_SRC" hints="files"> | |
83a9be34 | 495 | src/unix/gsocket.cpp |
7c4728f6 VS |
496 | </set> |
497 | <set var="NET_UNIX_HDR" hints="files"> | |
498 | wx/unix/gsockunx.h | |
499 | </set> | |
500 | ||
501 | <set var="NET_WIN32_SRC" hints="files"> | |
83a9be34 | 502 | src/msw/gsocket.cpp |
25959b95 | 503 | src/msw/urlmsw.cpp |
7c4728f6 VS |
504 | </set> |
505 | <set var="NET_WIN32_HDR" hints="files"> | |
506 | wx/msw/gsockmsw.h | |
507 | </set> | |
508 | ||
af594eca VS |
509 | <set var="NET_WINCE_SRC" hints="files"> |
510 | <if cond="TOOLKIT=='WINCE'">src/msw/wince/net.cpp</if> | |
511 | </set> | |
512 | <set var="NET_WINCE_HDR" hints="files"> | |
513 | <if cond="TOOLKIT=='WINCE'">wx/msw/wince/net.h</if> | |
514 | </set> | |
515 | ||
7c4728f6 | 516 | <set var="NET_OS2_SRC" hints="files"> |
ebee3cd0 | 517 | src/unix/gsocket.cpp |
7c4728f6 VS |
518 | </set> |
519 | <set var="NET_OS2_HDR" hints="files"> | |
bd3b171d | 520 | wx/unix/gsockunx.h |
7c4728f6 | 521 | </set> |
7b860930 DE |
522 | <!-- Net files used only by CarbonLib (not Classic or OS X) --> |
523 | <set var="NET_MAC_CARBONLIB_SRC" hints="files"> | |
524 | src/mac/carbon/gsocket.cpp | |
525 | </set> | |
526 | <set var="NET_MAC_CARBONLIB_HDR" hints="files"> | |
0ec6ec32 | 527 | wx/mac/carbon/gsockmac.h |
7b860930 | 528 | </set> |
7c4728f6 VS |
529 | |
530 | <set var="NET_CMN_SRC" hints="files"> | |
531 | src/common/fs_inet.cpp | |
532 | src/common/ftp.cpp | |
533 | src/common/http.cpp | |
534 | src/common/protocol.cpp | |
7c4728f6 | 535 | src/common/sckaddr.cpp |
5df6736f | 536 | src/common/sckfile.cpp |
7c4728f6 VS |
537 | src/common/sckipc.cpp |
538 | src/common/sckstrm.cpp | |
539 | src/common/socket.cpp | |
5df6736f | 540 | src/common/url.cpp |
7c4728f6 VS |
541 | </set> |
542 | <set var="NET_CMN_HDR" hints="files"> | |
543 | wx/fs_inet.h | |
7c4728f6 | 544 | wx/gsocket.h |
5df6736f VS |
545 | wx/protocol/file.h |
546 | wx/protocol/ftp.h | |
547 | wx/protocol/http.h | |
548 | wx/protocol/protocol.h | |
7c4728f6 VS |
549 | wx/sckaddr.h |
550 | wx/sckipc.h | |
551 | wx/sckstrm.h | |
552 | wx/socket.h | |
5df6736f | 553 | wx/url.h |
ddf98968 VS |
554 | </set> |
555 | ||
61639efb VZ |
556 | <!-- ====================================================================== --> |
557 | <!-- wxQA (non GUI library) --> | |
558 | <!-- ====================================================================== --> | |
ddf98968 | 559 | |
61639efb VZ |
560 | <set var="QA_SRC" hints="files"> |
561 | src/common/debugrpt.cpp | |
562 | src/generic/dbgrptg.cpp | |
563 | </set> | |
564 | ||
565 | <set var="QA_HDR" hints="files"> | |
4ed30bab | 566 | wx/debugrpt.h |
61639efb | 567 | </set> |
ddf98968 VS |
568 | |
569 | <!-- ====================================================================== --> | |
570 | <!-- Common GUI files --> | |
571 | <!-- ====================================================================== --> | |
572 | ||
22d2b5bf | 573 | <set var="GUI_CMN_SRC" hints="files"> |
ddf98968 | 574 | src/common/accesscmn.cpp |
72045d57 | 575 | src/common/anidecod.cpp |
5df6736f | 576 | src/common/appcmn.cpp |
ddf98968 VS |
577 | src/common/artprov.cpp |
578 | src/common/artstd.cpp | |
579 | src/common/bmpbase.cpp | |
16aa9c84 | 580 | src/common/bookctrl.cpp |
ddf98968 VS |
581 | src/common/choiccmn.cpp |
582 | src/common/clipcmn.cpp | |
ec376c8f | 583 | src/common/clrpickercmn.cpp |
40989e46 | 584 | src/common/colourcmn.cpp |
a340b80d | 585 | src/common/combocmn.cpp |
ddf98968 VS |
586 | src/common/cmdproc.cpp |
587 | src/common/cmndata.cpp | |
588 | src/common/containr.cpp | |
589 | src/common/cshelp.cpp | |
590 | src/common/ctrlcmn.cpp | |
591 | src/common/ctrlsub.cpp | |
6d7d8f3b | 592 | src/common/datacmn.cpp |
ddf98968 | 593 | src/common/dcbase.cpp |
2e992e06 | 594 | src/common/dcbufcmn.cpp |
e642beb2 | 595 | src/common/dcgraph.cpp |
ddf98968 VS |
596 | src/common/dlgcmn.cpp |
597 | src/common/dndcmn.cpp | |
598 | src/common/dobjcmn.cpp | |
599 | src/common/docmdi.cpp | |
600 | src/common/docview.cpp | |
601 | src/common/dpycmn.cpp | |
602 | src/common/dseldlg.cpp | |
603 | src/common/effects.cpp | |
c8026dea | 604 | src/common/evtloopcmn.cpp |
ddf98968 | 605 | src/common/fddlgcmn.cpp |
ec376c8f VZ |
606 | src/common/filepickercmn.cpp |
607 | src/common/fontpickercmn.cpp | |
7e7336a7 | 608 | src/common/fldlgcmn.cpp |
ddf98968 | 609 | src/common/fontcmn.cpp |
6540132f | 610 | src/common/fontenumcmn.cpp |
5df6736f | 611 | src/common/fontmap.cpp |
c3a58b24 | 612 | src/common/fontutilcmn.cpp |
ddf98968 | 613 | src/common/framecmn.cpp |
ddf98968 | 614 | src/common/gaugecmn.cpp |
20b35a69 | 615 | src/common/gbsizer.cpp |
ddf98968 VS |
616 | src/common/gdicmn.cpp |
617 | src/common/geometry.cpp | |
618 | src/common/gifdecod.cpp | |
f43426c1 | 619 | src/common/graphcmn.cpp |
ddf98968 VS |
620 | src/common/helpbase.cpp |
621 | src/common/iconbndl.cpp | |
622 | src/common/imagall.cpp | |
623 | src/common/imagbmp.cpp | |
624 | src/common/image.cpp | |
5df6736f | 625 | src/common/imagfill.cpp |
ddf98968 VS |
626 | src/common/imaggif.cpp |
627 | src/common/imagiff.cpp | |
628 | src/common/imagjpeg.cpp | |
629 | src/common/imagpcx.cpp | |
630 | src/common/imagpng.cpp | |
631 | src/common/imagpnm.cpp | |
3af706cc | 632 | src/common/imagtga.cpp |
ddf98968 VS |
633 | src/common/imagtiff.cpp |
634 | src/common/imagxpm.cpp | |
635 | src/common/layout.cpp | |
636 | src/common/lboxcmn.cpp | |
e2bc1d69 | 637 | src/common/listctrlcmn.cpp |
ddf98968 VS |
638 | src/common/matrix.cpp |
639 | src/common/menucmn.cpp | |
640 | src/common/nbkbase.cpp | |
30c841c8 | 641 | src/common/overlaycmn.cpp |
ddf98968 | 642 | src/common/paper.cpp |
ec376c8f | 643 | src/common/pickerbase.cpp |
ddf98968 VS |
644 | src/common/popupcmn.cpp |
645 | src/common/prntbase.cpp | |
646 | src/common/quantize.cpp | |
647 | src/common/radiocmn.cpp | |
4a9cba9e | 648 | src/common/rendcmn.cpp |
ddf98968 VS |
649 | src/common/rgncmn.cpp |
650 | src/common/settcmn.cpp | |
651 | src/common/sizer.cpp | |
3f7f284d | 652 | src/common/srchcmn.cpp |
ddf98968 | 653 | src/common/statbar.cpp |
401e3b6e | 654 | src/common/stockitem.cpp |
ddf98968 VS |
655 | src/common/tbarbase.cpp |
656 | src/common/textcmn.cpp | |
5df6736f VS |
657 | src/common/timercmn.cpp |
658 | src/common/toplvcmn.cpp | |
ddf98968 VS |
659 | src/common/treebase.cpp |
660 | src/common/valgen.cpp | |
661 | src/common/validate.cpp | |
662 | src/common/valtext.cpp | |
663 | src/common/wincmn.cpp | |
664 | src/common/xpmdecod.cpp | |
5df6736f | 665 | src/generic/busyinfo.cpp |
e328812d | 666 | src/generic/buttonbar.cpp |
5df6736f | 667 | src/generic/choicdgg.cpp |
f5e0b4bc | 668 | src/generic/choicbkg.cpp |
88f5a9ba | 669 | src/generic/clrpickerg.cpp |
3c6fa826 | 670 | src/generic/collpaneg.cpp |
a340b80d | 671 | src/generic/combog.cpp |
5df6736f VS |
672 | src/generic/dcpsg.cpp |
673 | src/generic/dirctrlg.cpp | |
674 | src/generic/dragimgg.cpp | |
88f5a9ba MW |
675 | src/generic/filepickerg.cpp |
676 | src/generic/fontpickerg.cpp | |
16aa9c84 | 677 | src/generic/listbkg.cpp |
5df6736f VS |
678 | src/generic/logg.cpp |
679 | src/generic/numdlgg.cpp | |
680 | src/generic/panelg.cpp | |
681 | src/generic/progdlgg.cpp | |
e32f4869 | 682 | src/generic/printps.cpp |
5df6736f | 683 | src/generic/renderg.cpp |
5df6736f VS |
684 | src/generic/scrlwing.cpp |
685 | src/generic/selstore.cpp | |
686 | src/generic/spinctlg.cpp | |
5df6736f | 687 | src/generic/splitter.cpp |
3f7f284d | 688 | src/generic/srchctlg.cpp |
5df6736f | 689 | src/generic/textdlgg.cpp |
5df6736f | 690 | src/generic/tipwin.cpp |
7dcea26b | 691 | src/generic/toolbkg.cpp |
5df6736f | 692 | src/generic/treectlg.cpp |
eca15c0d | 693 | src/generic/treebkg.cpp |
5df6736f VS |
694 | src/generic/vlbox.cpp |
695 | src/generic/vscroll.cpp | |
ddf98968 | 696 | </set> |
22d2b5bf | 697 | <set var="GUI_CMN_HDR" hints="files"> |
5df6736f VS |
698 | wx/bmpbuttn.h |
699 | wx/brush.h | |
700 | wx/button.h | |
701 | wx/checkbox.h | |
702 | wx/checklst.h | |
703 | wx/choicdlg.h | |
704 | wx/choice.h | |
705 | wx/cmndata.h | |
3c6fa826 | 706 | wx/collpane.h |
a340b80d | 707 | wx/combo.h |
5df6736f VS |
708 | wx/combobox.h |
709 | wx/control.h | |
710 | wx/ctrlsub.h | |
d7e91db2 | 711 | wx/cursor.h |
d7e91db2 VS |
712 | wx/dc.h |
713 | wx/dcclient.h | |
f629895c | 714 | wx/dcgraph.h |
d7e91db2 VS |
715 | wx/dcmemory.h |
716 | wx/dcprint.h | |
717 | wx/dcscreen.h | |
d7e91db2 | 718 | wx/dialog.h |
d7e91db2 | 719 | wx/dirdlg.h |
13cb46e0 | 720 | wx/dragimag.h |
e770e665 | 721 | wx/encinfo.h |
d7e91db2 | 722 | wx/filedlg.h |
5df6736f VS |
723 | wx/frame.h |
724 | wx/gauge.h | |
20b35a69 | 725 | wx/gbsizer.h |
5df6736f | 726 | wx/gdicmn.h |
ddf98968 | 727 | wx/generic/accel.h |
e328812d | 728 | wx/generic/buttonbar.h |
ddf98968 | 729 | wx/generic/choicdgg.h |
88f5a9ba | 730 | wx/generic/clrpickerg.h |
7e04993c | 731 | wx/generic/collpaneg.h |
ddf98968 | 732 | wx/generic/colrdlgg.h |
a340b80d | 733 | wx/generic/combo.h |
ddf98968 VS |
734 | wx/generic/dcpsg.h |
735 | wx/generic/dirctrlg.h | |
13cb46e0 | 736 | wx/generic/dragimgg.h |
ddf98968 | 737 | wx/generic/filedlgg.h |
88f5a9ba | 738 | wx/generic/filepickerg.h |
5df6736f | 739 | wx/generic/fontdlgg.h |
88f5a9ba | 740 | wx/generic/fontpickerg.h |
5df6736f | 741 | wx/generic/logg.h |
ddf98968 | 742 | wx/generic/msgdlgg.h |
aca6b1d7 | 743 | wx/generic/numdlgg.h |
ddf98968 VS |
744 | wx/generic/notebook.h |
745 | wx/generic/panelg.h | |
746 | wx/generic/prntdlgg.h | |
e32f4869 | 747 | wx/generic/printps.h |
ddf98968 | 748 | wx/generic/progdlgg.h |
ddf98968 VS |
749 | wx/generic/scrolwin.h |
750 | wx/generic/spinctlg.h | |
ddf98968 | 751 | wx/generic/splitter.h |
3f7f284d | 752 | wx/generic/srchctlg.h |
ddf98968 VS |
753 | wx/generic/textdlgg.h |
754 | wx/generic/timer.h | |
ddf98968 | 755 | wx/generic/treectlg.h |
f43426c1 | 756 | wx/graphics.h |
5df6736f VS |
757 | wx/helphtml.h |
758 | wx/icon.h | |
759 | wx/layout.h | |
760 | wx/listbox.h | |
761 | wx/mdi.h | |
762 | wx/menu.h | |
763 | wx/msgdlg.h | |
aca6b1d7 | 764 | wx/numdlg.h |
30c841c8 | 765 | wx/overlay.h |
5df6736f VS |
766 | wx/palette.h |
767 | wx/panel.h | |
768 | wx/pen.h | |
769 | wx/radiobox.h | |
770 | wx/radiobut.h | |
771 | wx/renderer.h | |
772 | wx/scrolbar.h | |
773 | wx/scrolbar.h | |
774 | wx/scrolwin.h | |
775 | wx/selstore.h | |
776 | wx/settings.h | |
777 | wx/sizer.h | |
778 | wx/slider.h | |
779 | wx/statbmp.h | |
780 | wx/statbox.h | |
781 | wx/stattext.h | |
782 | wx/statusbr.h | |
783 | wx/textctrl.h | |
784 | wx/textdlg.h | |
5df6736f VS |
785 | wx/toolbar.h |
786 | wx/validate.h | |
787 | wx/valtext.h | |
788 | wx/window.h | |
4efdec45 | 789 | wx/wupdlock.h |
88f23fdd | 790 | |
88f23fdd RD |
791 | wx/accel.h |
792 | wx/access.h | |
72045d57 | 793 | wx/anidecod.h |
88f23fdd | 794 | wx/artprov.h |
88f23fdd | 795 | wx/bitmap.h |
16aa9c84 | 796 | wx/bookctrl.h |
88f23fdd | 797 | wx/busyinfo.h |
b7ba00e7 | 798 | wx/generic/busyinfo.h |
88f23fdd | 799 | wx/caret.h |
f5e0b4bc | 800 | wx/choicebk.h |
88f23fdd | 801 | wx/clipbrd.h |
ec376c8f | 802 | wx/clrpicker.h |
88f23fdd RD |
803 | wx/cmdproc.h |
804 | wx/colordlg.h | |
805 | wx/colour.h | |
88f23fdd RD |
806 | wx/cshelp.h |
807 | wx/dataobj.h | |
e4a7bbfc | 808 | wx/dcmirror.h |
88f23fdd RD |
809 | wx/dcps.h |
810 | wx/dialup.h | |
811 | wx/dirctrl.h | |
812 | wx/display.h | |
4efdec45 | 813 | wx/display_impl.h |
88f23fdd RD |
814 | wx/dnd.h |
815 | wx/docmdi.h | |
816 | wx/docview.h | |
88f23fdd RD |
817 | wx/effects.h |
818 | wx/evtloop.h | |
819 | wx/fdrepdlg.h | |
ec376c8f VZ |
820 | wx/filepicker.h |
821 | wx/fontpicker.h | |
88f23fdd RD |
822 | wx/fmappriv.h |
823 | wx/font.h | |
824 | wx/fontdlg.h | |
825 | wx/fontenum.h | |
826 | wx/fontutil.h | |
827 | wx/gdiobj.h | |
828 | wx/geometry.h | |
829 | wx/gifdecod.h | |
830 | wx/glcanvas.h | |
88f23fdd RD |
831 | wx/help.h |
832 | wx/helpbase.h | |
833 | wx/helpwin.h | |
834 | wx/iconbndl.h | |
88f23fdd RD |
835 | wx/imagbmp.h |
836 | wx/image.h | |
837 | wx/imaggif.h | |
838 | wx/imagiff.h | |
839 | wx/imagjpeg.h | |
840 | wx/imaglist.h | |
841 | wx/imagpcx.h | |
842 | wx/imagpng.h | |
843 | wx/imagpnm.h | |
3af706cc | 844 | wx/imagtga.h |
88f23fdd RD |
845 | wx/imagtiff.h |
846 | wx/imagxpm.h | |
88f23fdd | 847 | wx/listbase.h |
16aa9c84 | 848 | wx/listbook.h |
88f23fdd RD |
849 | wx/listctrl.h |
850 | wx/matrix.h | |
851 | wx/menuitem.h | |
852 | wx/metafile.h | |
853 | wx/minifram.h | |
42b0d8b9 | 854 | wx/nonownedwnd.h |
88f23fdd RD |
855 | wx/notebook.h |
856 | wx/ownerdrw.h | |
857 | wx/paper.h | |
2c52450c | 858 | wx/pickerbase.h |
88f23fdd RD |
859 | wx/popupwin.h |
860 | wx/print.h | |
582f07c2 | 861 | wx/printdlg.h |
88f23fdd RD |
862 | wx/prntbase.h |
863 | wx/progdlg.h | |
864 | wx/ptr_scpd.h | |
865 | wx/quantize.h | |
866 | wx/rawbmp.h | |
867 | wx/region.h | |
88f23fdd RD |
868 | wx/scopeguard.h |
869 | wx/spinbutt.h | |
870 | wx/spinctrl.h | |
88f23fdd | 871 | wx/splitter.h |
3f7f284d | 872 | wx/srchctrl.h |
88f23fdd RD |
873 | wx/statline.h |
874 | wx/tab.h | |
875 | wx/tabctrl.h | |
88f23fdd | 876 | wx/tbarbase.h |
88f23fdd | 877 | wx/tglbtn.h |
88f23fdd | 878 | wx/tipwin.h |
7dcea26b | 879 | wx/toolbook.h |
88f23fdd RD |
880 | wx/tooltip.h |
881 | wx/toplevel.h | |
882 | wx/treebase.h | |
eca15c0d | 883 | wx/treebook.h |
88f23fdd | 884 | wx/treectrl.h |
88f23fdd | 885 | wx/valgen.h |
4048a3c8 | 886 | wx/vidmode.h |
88f23fdd RD |
887 | wx/vlbox.h |
888 | wx/vms_x_fix.h | |
889 | wx/vscroll.h | |
88f23fdd RD |
890 | wx/xpmdecod.h |
891 | wx/xpmhand.h | |
ddf98968 VS |
892 | </set> |
893 | ||
894 | ||
895 | <!-- ====================================================================== --> | |
896 | <!-- Common X11 code: --> | |
897 | <!-- ====================================================================== --> | |
898 | ||
22d2b5bf | 899 | <set var="XWIN_LOWLEVEL_SRC" hints="files"> |
c1eb1389 | 900 | src/generic/caret.cpp |
d4d680e6 | 901 | src/generic/imaglist.cpp |
e86e1522 | 902 | src/unix/dialup.cpp |
5df6736f VS |
903 | src/unix/fontenum.cpp |
904 | src/unix/fontutil.cpp | |
5df6736f | 905 | src/unix/utilsx11.cpp |
bed0b9a6 | 906 | src/unix/displayx11.cpp |
ddf98968 | 907 | </set> |
22d2b5bf | 908 | <set var="XWIN_LOWLEVEL_HDR" hints="files"> |
5df6736f | 909 | wx/generic/caret.h |
d4d680e6 | 910 | wx/generic/imaglist.h |
ddf98968 | 911 | wx/unix/fontutil.h |
5df6736f | 912 | wx/unix/utilsx11.h |
ddf98968 VS |
913 | </set> |
914 | ||
915 | ||
916 | <!-- ====================================================================== --> | |
917 | <!-- wxGTK --> | |
918 | <!-- ====================================================================== --> | |
919 | ||
22d2b5bf | 920 | <set var="GTK_LOWLEVEL_SRC" hints="files"> |
ddf98968 | 921 | $(XWIN_LOWLEVEL_SRC) |
71451a6d | 922 | src/generic/icon.cpp |
5df6736f | 923 | src/generic/paletteg.cpp |
ddf98968 | 924 | src/gtk/app.cpp |
588f4100 | 925 | src/gtk/assertdlg_gtk.c |
ddf98968 VS |
926 | src/gtk/bitmap.cpp |
927 | src/gtk/brush.cpp | |
928 | src/gtk/clipbrd.cpp | |
929 | src/gtk/colour.cpp | |
930 | src/gtk/cursor.cpp | |
931 | src/gtk/data.cpp | |
932 | src/gtk/dataobj.cpp | |
933 | src/gtk/dc.cpp | |
934 | src/gtk/dcclient.cpp | |
935 | src/gtk/dcmemory.cpp | |
936 | src/gtk/dcscreen.cpp | |
937 | src/gtk/dnd.cpp | |
938 | src/gtk/evtloop.cpp | |
939 | src/gtk/font.cpp | |
83a9be34 | 940 | src/gtk/gsockgtk.cpp |
5a98fd8d | 941 | src/gtk/minifram.cpp |
ddf98968 VS |
942 | src/gtk/pen.cpp |
943 | src/gtk/popupwin.cpp | |
944 | src/gtk/region.cpp | |
2479d149 | 945 | src/gtk/renderer.cpp |
ddf98968 VS |
946 | src/gtk/settings.cpp |
947 | src/gtk/timer.cpp | |
948 | src/gtk/tooltip.cpp | |
5df6736f | 949 | src/gtk/toplevel.cpp |
ddf98968 | 950 | src/gtk/utilsgtk.cpp |
5df6736f | 951 | src/gtk/win_gtk.c |
ddf98968 | 952 | src/gtk/window.cpp |
ddf98968 | 953 | </set> |
22d2b5bf | 954 | <set var="GTK_LOWLEVEL_HDR" hints="files"> |
ddf98968 | 955 | $(XWIN_LOWLEVEL_HDR) |
71451a6d | 956 | wx/generic/icon.h |
eb9dd149 | 957 | wx/generic/paletteg.h |
b521a84a | 958 | wx/gtk/app.h |
588f4100 | 959 | wx/gtk/assertdlg_gtk.h |
b521a84a VZ |
960 | wx/gtk/bitmap.h |
961 | wx/gtk/brush.h | |
962 | wx/gtk/clipbrd.h | |
963 | wx/gtk/colour.h | |
964 | wx/gtk/cursor.h | |
965 | wx/gtk/dataform.h | |
966 | wx/gtk/dataobj.h | |
967 | wx/gtk/dataobj2.h | |
968 | wx/gtk/dc.h | |
969 | wx/gtk/dcclient.h | |
970 | wx/gtk/dcmemory.h | |
971 | wx/gtk/dcscreen.h | |
972 | wx/gtk/dnd.h | |
973 | wx/gtk/font.h | |
b521a84a VZ |
974 | wx/gtk/minifram.h |
975 | wx/gtk/pen.h | |
976 | wx/gtk/popupwin.h | |
977 | wx/gtk/region.h | |
978 | wx/gtk/timer.h | |
979 | wx/gtk/tooltip.h | |
980 | wx/gtk/toplevel.h | |
981 | wx/gtk/win_gtk.h | |
982 | wx/gtk/window.h | |
ddf98968 | 983 | </set> |
22d2b5bf | 984 | <set var="GTK_SRC" hints="files"> |
ddf98968 | 985 | <!-- Generic implementations used by wxGTK: --> |
5df6736f | 986 | src/generic/accel.cpp |
ddf98968 | 987 | src/generic/colrdlgg.cpp |
ddf98968 | 988 | src/generic/dirdlgg.cpp |
ddf98968 | 989 | src/generic/fdrepdlg.cpp |
5df6736f | 990 | src/generic/filedlgg.cpp |
f43426c1 | 991 | src/generic/graphicc.cpp |
5df6736f VS |
992 | src/generic/listctrl.cpp |
993 | src/generic/msgdlgg.cpp | |
994 | src/generic/prntdlgg.cpp | |
ddf98968 | 995 | src/generic/statusbr.cpp |
5df6736f | 996 | src/generic/tabg.cpp |
0f6792ad RR |
997 | <!-- Generic implementations used by wxGPE: --> |
998 | src/generic/fontdlgg.cpp | |
ddf98968 | 999 | <!-- GTK+ specific files: --> |
7bebedd8 | 1000 | src/gtk/artgtk.cpp |
ddf98968 VS |
1001 | src/gtk/bmpbuttn.cpp |
1002 | src/gtk/button.cpp | |
1003 | src/gtk/checkbox.cpp | |
1004 | src/gtk/checklst.cpp | |
1005 | src/gtk/choice.cpp | |
3c6fa826 | 1006 | src/gtk/collpane.cpp |
274ad000 | 1007 | src/gtk/colordlg.cpp |
ddf98968 VS |
1008 | src/gtk/combobox.cpp |
1009 | src/gtk/control.cpp | |
ec376c8f | 1010 | src/gtk/clrpicker.cpp |
ddf98968 | 1011 | src/gtk/dialog.cpp |
ec376c8f VZ |
1012 | src/gtk/fontpicker.cpp |
1013 | src/gtk/filepicker.cpp | |
4d5beb1c | 1014 | src/gtk/dirdlg.cpp |
9755e73b | 1015 | src/gtk/filedlg.cpp |
ddf98968 VS |
1016 | src/gtk/fontdlg.cpp |
1017 | src/gtk/frame.cpp | |
1018 | src/gtk/gauge.cpp | |
2e350179 | 1019 | src/gtk/gnome/gprint.cpp |
2b850ae1 | 1020 | src/gtk/gnome/gvfs.cpp |
ddf98968 VS |
1021 | src/gtk/listbox.cpp |
1022 | src/gtk/mdi.cpp | |
1023 | src/gtk/menu.cpp | |
ddf98968 VS |
1024 | src/gtk/msgdlg.cpp |
1025 | src/gtk/notebook.cpp | |
1026 | src/gtk/radiobox.cpp | |
1027 | src/gtk/radiobut.cpp | |
1028 | src/gtk/scrolbar.cpp | |
1029 | src/gtk/scrolwin.cpp | |
1030 | src/gtk/slider.cpp | |
1031 | src/gtk/spinbutt.cpp | |
1032 | src/gtk/spinctrl.cpp | |
1033 | src/gtk/statbmp.cpp | |
1034 | src/gtk/statbox.cpp | |
1035 | src/gtk/statline.cpp | |
1036 | src/gtk/stattext.cpp | |
1037 | src/gtk/tbargtk.cpp | |
1038 | src/gtk/textctrl.cpp | |
1039 | src/gtk/tglbtn.cpp | |
4a46cbe8 | 1040 | src/gtk/treeentry_gtk.c |
ddf98968 | 1041 | src/gtk/utilsres.cpp |
ddf98968 | 1042 | </set> |
22d2b5bf | 1043 | <set var="GTK_HDR" hints="files"> |
274ad000 | 1044 | wx/generic/colrdlgg.h |
5df6736f VS |
1045 | wx/generic/dirdlgg.h |
1046 | wx/generic/fdrepdlg.h | |
1047 | wx/generic/listctrl.h | |
1048 | wx/generic/statusbr.h | |
1049 | wx/generic/tabg.h | |
ddf98968 | 1050 | wx/gtk/accel.h |
ddf98968 | 1051 | wx/gtk/bmpbuttn.h |
ddf98968 VS |
1052 | wx/gtk/button.h |
1053 | wx/gtk/checkbox.h | |
1054 | wx/gtk/checklst.h | |
3c6fa826 | 1055 | wx/gtk/collpane.h |
274ad000 | 1056 | wx/gtk/colordlg.h |
ddf98968 | 1057 | wx/gtk/choice.h |
ddf98968 VS |
1058 | wx/gtk/combobox.h |
1059 | wx/gtk/control.h | |
ec376c8f | 1060 | wx/gtk/clrpicker.h |
ddf98968 | 1061 | wx/gtk/dialog.h |
4d5beb1c | 1062 | wx/gtk/dirdlg.h |
ddf98968 | 1063 | wx/gtk/filedlg.h |
ec376c8f VZ |
1064 | wx/gtk/fontpicker.h |
1065 | wx/gtk/filepicker.h | |
ddf98968 VS |
1066 | wx/gtk/fontdlg.h |
1067 | wx/gtk/frame.h | |
ddf98968 | 1068 | wx/gtk/gauge.h |
2e350179 | 1069 | wx/gtk/gnome/gprint.h |
2b850ae1 | 1070 | wx/gtk/gnome/gvfs.h |
ddf98968 VS |
1071 | wx/gtk/listbox.h |
1072 | wx/gtk/mdi.h | |
1073 | wx/gtk/menu.h | |
1074 | wx/gtk/menuitem.h | |
ddf98968 VS |
1075 | wx/gtk/msgdlg.h |
1076 | wx/gtk/notebook.h | |
ddf98968 VS |
1077 | wx/gtk/radiobox.h |
1078 | wx/gtk/radiobut.h | |
ddf98968 VS |
1079 | wx/gtk/scrolbar.h |
1080 | wx/gtk/scrolwin.h | |
1081 | wx/gtk/slider.h | |
1082 | wx/gtk/spinbutt.h | |
1083 | wx/gtk/spinctrl.h | |
1084 | wx/gtk/statbmp.h | |
1085 | wx/gtk/statbox.h | |
1086 | wx/gtk/statline.h | |
1087 | wx/gtk/stattext.h | |
1088 | wx/gtk/tbargtk.h | |
1089 | wx/gtk/textctrl.h | |
1090 | wx/gtk/tglbtn.h | |
ddf98968 | 1091 | wx/gtk/treectrl.h |
4a46cbe8 | 1092 | wx/gtk/treeentry_gtk.h |
ddf98968 VS |
1093 | </set> |
1094 | ||
1095 | ||
8ff12d3d MR |
1096 | <!-- ====================================================================== --> |
1097 | <!-- wxGTK1 --> | |
1098 | <!-- ====================================================================== --> | |
1099 | ||
1100 | <set var="GTK1_LOWLEVEL_SRC" hints="files"> | |
1101 | $(XWIN_LOWLEVEL_SRC) | |
71451a6d | 1102 | src/generic/icon.cpp |
8ff12d3d MR |
1103 | src/generic/paletteg.cpp |
1104 | src/gtk1/app.cpp | |
1105 | src/gtk1/bitmap.cpp | |
1106 | src/gtk1/brush.cpp | |
1107 | src/gtk1/clipbrd.cpp | |
1108 | src/gtk1/colour.cpp | |
1109 | src/gtk1/cursor.cpp | |
1110 | src/gtk1/data.cpp | |
1111 | src/gtk1/dataobj.cpp | |
1112 | src/gtk1/dc.cpp | |
1113 | src/gtk1/dcclient.cpp | |
1114 | src/gtk1/dcmemory.cpp | |
1115 | src/gtk1/dcscreen.cpp | |
1116 | src/gtk1/dnd.cpp | |
1117 | src/gtk1/evtloop.cpp | |
1118 | src/gtk1/font.cpp | |
8ff12d3d | 1119 | src/gtk1/gsockgtk.cpp |
8ff12d3d MR |
1120 | src/gtk1/main.cpp |
1121 | src/gtk1/minifram.cpp | |
1122 | src/gtk1/pen.cpp | |
1123 | src/gtk1/popupwin.cpp | |
1124 | src/gtk1/region.cpp | |
1125 | src/gtk1/renderer.cpp | |
1126 | src/gtk1/settings.cpp | |
1127 | src/gtk1/timer.cpp | |
1128 | src/gtk1/tooltip.cpp | |
1129 | src/gtk1/toplevel.cpp | |
1130 | src/gtk1/utilsgtk.cpp | |
1131 | src/gtk1/win_gtk.c | |
1132 | src/gtk1/window.cpp | |
1133 | </set> | |
1134 | <set var="GTK1_LOWLEVEL_HDR" hints="files"> | |
1135 | $(XWIN_LOWLEVEL_HDR) | |
71451a6d | 1136 | wx/generic/icon.h |
8ff12d3d MR |
1137 | wx/generic/paletteg.h |
1138 | wx/gtk1/app.h | |
1139 | wx/gtk1/bitmap.h | |
1140 | wx/gtk1/brush.h | |
1141 | wx/gtk1/clipbrd.h | |
1142 | wx/gtk1/colour.h | |
1143 | wx/gtk1/cursor.h | |
1144 | wx/gtk1/dataform.h | |
1145 | wx/gtk1/dataobj.h | |
1146 | wx/gtk1/dataobj2.h | |
1147 | wx/gtk1/dc.h | |
1148 | wx/gtk1/dcclient.h | |
1149 | wx/gtk1/dcmemory.h | |
1150 | wx/gtk1/dcscreen.h | |
1151 | wx/gtk1/dnd.h | |
1152 | wx/gtk1/font.h | |
8ff12d3d MR |
1153 | wx/gtk1/minifram.h |
1154 | wx/gtk1/pen.h | |
1155 | wx/gtk1/popupwin.h | |
1156 | wx/gtk1/region.h | |
1157 | wx/gtk1/timer.h | |
1158 | wx/gtk1/tooltip.h | |
1159 | wx/gtk1/toplevel.h | |
1160 | wx/gtk1/win_gtk.h | |
1161 | wx/gtk1/window.h | |
1162 | </set> | |
1163 | <set var="GTK1_SRC" hints="files"> | |
1164 | <!-- Generic implementations used by wxGTK1: --> | |
1165 | src/generic/accel.cpp | |
1166 | src/generic/colrdlgg.cpp | |
1167 | src/generic/dirdlgg.cpp | |
1168 | src/generic/fdrepdlg.cpp | |
1169 | src/generic/filedlgg.cpp | |
8ff12d3d MR |
1170 | src/generic/listctrl.cpp |
1171 | src/generic/msgdlgg.cpp | |
1172 | src/generic/prntdlgg.cpp | |
1173 | src/generic/statusbr.cpp | |
1174 | src/generic/tabg.cpp | |
1175 | <!-- Generic implementations used by wxGPE: --> | |
1176 | src/generic/fontdlgg.cpp | |
1177 | <!-- GTK1 specific files: --> | |
1178 | src/gtk1/bmpbuttn.cpp | |
1179 | src/gtk1/button.cpp | |
1180 | src/gtk1/checkbox.cpp | |
1181 | src/gtk1/checklst.cpp | |
1182 | src/gtk1/choice.cpp | |
1183 | src/gtk1/combobox.cpp | |
1184 | src/gtk1/control.cpp | |
1185 | src/gtk1/dialog.cpp | |
1186 | src/gtk1/filedlg.cpp | |
1187 | src/gtk1/fontdlg.cpp | |
1188 | src/gtk1/frame.cpp | |
1189 | src/gtk1/gauge.cpp | |
1190 | src/gtk1/listbox.cpp | |
1191 | src/gtk1/mdi.cpp | |
1192 | src/gtk1/menu.cpp | |
1193 | src/gtk1/notebook.cpp | |
1194 | src/gtk1/radiobox.cpp | |
1195 | src/gtk1/radiobut.cpp | |
1196 | src/gtk1/scrolbar.cpp | |
1197 | src/gtk1/scrolwin.cpp | |
1198 | src/gtk1/slider.cpp | |
1199 | src/gtk1/spinbutt.cpp | |
1200 | src/gtk1/spinctrl.cpp | |
1201 | src/gtk1/statbmp.cpp | |
1202 | src/gtk1/statbox.cpp | |
1203 | src/gtk1/statline.cpp | |
1204 | src/gtk1/stattext.cpp | |
1205 | src/gtk1/tbargtk.cpp | |
1206 | src/gtk1/textctrl.cpp | |
1207 | src/gtk1/tglbtn.cpp | |
1208 | src/gtk1/utilsres.cpp | |
1209 | </set> | |
1210 | <set var="GTK1_HDR" hints="files"> | |
1211 | wx/generic/colrdlgg.h | |
1212 | wx/generic/dirdlgg.h | |
1213 | wx/generic/fdrepdlg.h | |
1214 | wx/generic/listctrl.h | |
1215 | wx/generic/statusbr.h | |
1216 | wx/generic/tabg.h | |
1217 | wx/gtk1/accel.h | |
1218 | wx/gtk1/bmpbuttn.h | |
1219 | wx/gtk1/button.h | |
1220 | wx/gtk1/checkbox.h | |
1221 | wx/gtk1/checklst.h | |
1222 | wx/gtk1/choice.h | |
1223 | wx/gtk1/combobox.h | |
1224 | wx/gtk1/control.h | |
1225 | wx/gtk1/dialog.h | |
1226 | wx/gtk1/filedlg.h | |
1227 | wx/gtk1/fontdlg.h | |
1228 | wx/gtk1/frame.h | |
1229 | wx/gtk1/gauge.h | |
1230 | wx/gtk1/listbox.h | |
1231 | wx/gtk1/mdi.h | |
1232 | wx/gtk1/menu.h | |
1233 | wx/gtk1/menuitem.h | |
1234 | wx/gtk1/msgdlg.h | |
1235 | wx/gtk1/notebook.h | |
1236 | wx/gtk1/radiobox.h | |
1237 | wx/gtk1/radiobut.h | |
1238 | wx/gtk1/scrolbar.h | |
1239 | wx/gtk1/scrolwin.h | |
1240 | wx/gtk1/slider.h | |
1241 | wx/gtk1/spinbutt.h | |
1242 | wx/gtk1/spinctrl.h | |
1243 | wx/gtk1/statbmp.h | |
1244 | wx/gtk1/statbox.h | |
1245 | wx/gtk1/statline.h | |
1246 | wx/gtk1/stattext.h | |
1247 | wx/gtk1/tbargtk.h | |
1248 | wx/gtk1/textctrl.h | |
1249 | wx/gtk1/tglbtn.h | |
1250 | wx/gtk1/treectrl.h | |
1251 | </set> | |
1252 | ||
1253 | ||
ddf98968 VS |
1254 | <!-- ====================================================================== --> |
1255 | <!-- wxMotif --> | |
1256 | <!-- ====================================================================== --> | |
1257 | ||
22d2b5bf | 1258 | <set var="MOTIF_LOWLEVEL_SRC" hints="files"> |
ddf98968 | 1259 | $(XWIN_LOWLEVEL_SRC) |
ddf98968 | 1260 | src/x11/bitmap.cpp |
5df6736f VS |
1261 | src/x11/brush.cpp |
1262 | src/x11/pen.cpp | |
1263 | src/x11/region.cpp | |
ddf98968 VS |
1264 | src/x11/utilsx.cpp |
1265 | </set> | |
22d2b5bf | 1266 | <set var="MOTIF_LOWLEVEL_HDR" hints="files"> |
ddf98968 | 1267 | $(XWIN_LOWLEVEL_HDR) |
e6a14306 MB |
1268 | wx/x11/bitmap.h |
1269 | wx/x11/brush.h | |
1270 | wx/x11/pen.h | |
1271 | wx/x11/region.h | |
ddf98968 | 1272 | </set> |
22d2b5bf | 1273 | <set var="MOTIF_SRC" hints="files"> |
ddf98968 VS |
1274 | src/motif/accel.cpp |
1275 | src/motif/app.cpp | |
1276 | src/motif/bmpbuttn.cpp | |
1277 | src/motif/bmpmotif.cpp | |
1278 | src/motif/button.cpp | |
1279 | src/motif/checkbox.cpp | |
1280 | src/motif/checklst.cpp | |
1281 | src/motif/choice.cpp | |
1282 | src/motif/clipbrd.cpp | |
1283 | src/motif/colour.cpp | |
1284 | src/motif/combobox.cpp | |
1285 | src/motif/combobox_native.cpp | |
1286 | src/motif/control.cpp | |
1287 | src/motif/cursor.cpp | |
1288 | src/motif/data.cpp | |
1289 | src/motif/dataobj.cpp | |
1290 | src/motif/dc.cpp | |
1291 | src/motif/dcclient.cpp | |
1292 | src/motif/dcmemory.cpp | |
1293 | src/motif/dcscreen.cpp | |
1294 | src/motif/dialog.cpp | |
1295 | src/motif/evtloop.cpp | |
1296 | src/motif/filedlg.cpp | |
1297 | src/motif/font.cpp | |
1298 | src/motif/frame.cpp | |
1299 | src/motif/gauge.cpp | |
83a9be34 | 1300 | src/motif/gsockmot.cpp |
ddf98968 VS |
1301 | src/motif/icon.cpp |
1302 | src/motif/listbox.cpp | |
1303 | src/motif/main.cpp | |
1304 | src/motif/mdi.cpp | |
1305 | src/motif/menu.cpp | |
1306 | src/motif/menuitem.cpp | |
1307 | src/motif/minifram.cpp | |
1308 | src/motif/msgdlg.cpp | |
1309 | src/motif/palette.cpp | |
833a51f6 | 1310 | src/motif/popupwin.cpp |
ddf98968 VS |
1311 | src/motif/radiobox.cpp |
1312 | src/motif/radiobut.cpp | |
1313 | src/motif/scrolbar.cpp | |
1314 | src/motif/settings.cpp | |
1315 | src/motif/slider.cpp | |
1316 | src/motif/spinbutt.cpp | |
1317 | src/motif/statbmp.cpp | |
1318 | src/motif/statbox.cpp | |
1319 | src/motif/stattext.cpp | |
ddf98968 VS |
1320 | src/motif/textctrl.cpp |
1321 | src/motif/timer.cpp | |
5df6736f | 1322 | src/motif/toolbar.cpp |
ddf98968 VS |
1323 | src/motif/toplevel.cpp |
1324 | src/motif/utils.cpp | |
1325 | src/motif/window.cpp | |
f4a3e0a9 | 1326 | src/motif/xmcombo/xmcombo.c |
ddf98968 | 1327 | <!-- Generic files used by wxMotif: --> |
5df6736f VS |
1328 | src/generic/colrdlgg.cpp |
1329 | src/generic/dirdlgg.cpp | |
ddf98968 | 1330 | src/generic/fdrepdlg.cpp |
5df6736f | 1331 | src/generic/fontdlgg.cpp |
5df6736f | 1332 | src/generic/listctrl.cpp |
ddf98968 | 1333 | src/generic/notebook.cpp |
ddf98968 | 1334 | src/generic/prntdlgg.cpp |
5df6736f | 1335 | src/generic/statline.cpp |
ddf98968 | 1336 | src/generic/statusbr.cpp |
5df6736f | 1337 | src/generic/tabg.cpp |
ddf98968 | 1338 | </set> |
22d2b5bf | 1339 | <set var="MOTIF_HDR" hints="files"> |
5df6736f VS |
1340 | wx/generic/colrdlgg.h |
1341 | wx/generic/dirdlgg.h | |
1342 | wx/generic/fdrepdlg.h | |
1343 | wx/generic/fontdlgg.h | |
5df6736f VS |
1344 | wx/generic/listctrl.h |
1345 | wx/generic/notebook.h | |
1346 | wx/generic/prntdlgg.h | |
1347 | wx/generic/statline.h | |
1348 | wx/generic/statusbr.h | |
1349 | wx/generic/tabg.h | |
ddf98968 VS |
1350 | wx/motif/accel.h |
1351 | wx/motif/app.h | |
1352 | wx/motif/bmpbuttn.h | |
1353 | wx/motif/bmpmotif.h | |
1354 | wx/motif/button.h | |
1355 | wx/motif/checkbox.h | |
1356 | wx/motif/checklst.h | |
b45f79ec | 1357 | wx/motif/chkconf.h |
ddf98968 VS |
1358 | wx/motif/choice.h |
1359 | wx/motif/clipbrd.h | |
1360 | wx/motif/colour.h | |
1361 | wx/motif/combobox.h | |
1362 | wx/motif/control.h | |
1363 | wx/motif/cursor.h | |
1364 | wx/motif/dataform.h | |
1365 | wx/motif/dataobj.h | |
d0b02878 | 1366 | wx/motif/dataobj2.h |
ddf98968 VS |
1367 | wx/motif/dc.h |
1368 | wx/motif/dcclient.h | |
1369 | wx/motif/dcmemory.h | |
1370 | wx/motif/dcprint.h | |
1371 | wx/motif/dcscreen.h | |
1372 | wx/motif/dialog.h | |
1373 | wx/motif/dnd.h | |
1374 | wx/motif/filedlg.h | |
1375 | wx/motif/font.h | |
1376 | wx/motif/frame.h | |
1377 | wx/motif/gauge.h | |
ddf98968 VS |
1378 | wx/motif/icon.h |
1379 | wx/motif/listbox.h | |
1380 | wx/motif/mdi.h | |
1381 | wx/motif/menu.h | |
1382 | wx/motif/menuitem.h | |
1383 | wx/motif/minifram.h | |
1384 | wx/motif/msgdlg.h | |
1385 | wx/motif/palette.h | |
833a51f6 | 1386 | wx/motif/popupwin.h |
ddf98968 VS |
1387 | wx/motif/print.h |
1388 | wx/motif/private.h | |
1389 | wx/motif/radiobox.h | |
1390 | wx/motif/radiobut.h | |
ddf98968 | 1391 | wx/motif/scrolbar.h |
ddf98968 VS |
1392 | wx/motif/slider.h |
1393 | wx/motif/spinbutt.h | |
1394 | wx/motif/statbmp.h | |
1395 | wx/motif/statbox.h | |
1396 | wx/motif/stattext.h | |
1397 | wx/motif/textctrl.h | |
1398 | wx/motif/tglbtn.h | |
1399 | wx/motif/timer.h | |
1400 | wx/motif/toolbar.h | |
1401 | wx/motif/toplevel.h | |
1402 | wx/motif/window.h | |
ddf98968 VS |
1403 | </set> |
1404 | ||
1405 | ||
1406 | <!-- ====================================================================== --> | |
1407 | <!-- wxX11 --> | |
1408 | <!-- ====================================================================== --> | |
1409 | ||
1410 | ||
22d2b5bf | 1411 | <set var="X11_LOWLEVEL_SRC" hints="files"> |
ddf98968 | 1412 | $(XWIN_LOWLEVEL_SRC) |
30c45bdd VZ |
1413 | src/common/gsocketiohandler.cpp |
1414 | src/common/selectdispatcher.cpp | |
71451a6d | 1415 | src/generic/icon.cpp |
5df6736f | 1416 | src/generic/timer.cpp |
ddf98968 VS |
1417 | src/x11/app.cpp |
1418 | src/x11/bitmap.cpp | |
1419 | src/x11/brush.cpp | |
1420 | src/x11/clipbrd.cpp | |
1421 | src/x11/colour.cpp | |
1422 | src/x11/cursor.cpp | |
1423 | src/x11/data.cpp | |
1424 | src/x11/dataobj.cpp | |
1425 | src/x11/dc.cpp | |
1426 | src/x11/dcclient.cpp | |
1427 | src/x11/dcmemory.cpp | |
1428 | src/x11/dcscreen.cpp | |
1429 | src/x11/evtloop.cpp | |
1430 | src/x11/font.cpp | |
ddf98968 | 1431 | src/x11/minifram.cpp |
5df6736f | 1432 | src/x11/nanox.c |
ddf98968 VS |
1433 | src/x11/palette.cpp |
1434 | src/x11/pen.cpp | |
1435 | src/x11/popupwin.cpp | |
1436 | src/x11/region.cpp | |
1437 | src/x11/reparent.cpp | |
1438 | src/x11/settings.cpp | |
1439 | src/x11/toplevel.cpp | |
1440 | src/x11/utils.cpp | |
1441 | src/x11/utilsx.cpp | |
1442 | src/x11/window.cpp | |
ddf98968 | 1443 | </set> |
22d2b5bf | 1444 | <set var="X11_LOWLEVEL_HDR" hints="files"> |
ddf98968 | 1445 | $(XWIN_LOWLEVEL_HDR) |
71451a6d | 1446 | wx/generic/icon.h |
ddf98968 VS |
1447 | wx/x11/app.h |
1448 | wx/x11/bitmap.h | |
1449 | wx/x11/brush.h | |
05024233 | 1450 | wx/x11/chkconf.h |
ddf98968 VS |
1451 | wx/x11/clipbrd.h |
1452 | wx/x11/colour.h | |
1453 | wx/x11/cursor.h | |
1454 | wx/x11/dataform.h | |
1455 | wx/x11/dataobj.h | |
1456 | wx/x11/dataobj2.h | |
1457 | wx/x11/dc.h | |
1458 | wx/x11/dcclient.h | |
1459 | wx/x11/dcmemory.h | |
1460 | wx/x11/dcprint.h | |
1461 | wx/x11/dcscreen.h | |
1462 | wx/x11/dnd.h | |
1463 | wx/x11/font.h | |
ddf98968 VS |
1464 | wx/x11/minifram.h |
1465 | wx/x11/palette.h | |
1466 | wx/x11/pen.h | |
7fcf27da | 1467 | wx/x11/popupwin.h |
ddf98968 VS |
1468 | wx/x11/print.h |
1469 | wx/x11/private.h | |
1470 | wx/x11/privx.h | |
1471 | wx/x11/region.h | |
1472 | wx/x11/reparent.h | |
1473 | wx/x11/textctrl.h | |
1474 | wx/x11/toplevel.h | |
1475 | wx/x11/window.h | |
ddf98968 VS |
1476 | </set> |
1477 | ||
1478 | ||
1479 | ||
1480 | <!-- ====================================================================== --> | |
1481 | <!-- wxMSW --> | |
1482 | <!-- ====================================================================== --> | |
1483 | ||
22d2b5bf | 1484 | <set var="MSW_LOWLEVEL_SRC" hints="files"> |
ddf98968 VS |
1485 | src/msw/app.cpp |
1486 | src/msw/bitmap.cpp | |
1487 | src/msw/brush.cpp | |
1488 | src/msw/caret.cpp | |
1489 | src/msw/clipbrd.cpp | |
1490 | src/msw/colour.cpp | |
1491 | src/msw/cursor.cpp | |
1492 | src/msw/data.cpp | |
1493 | src/msw/dc.cpp | |
1494 | src/msw/dcclient.cpp | |
1495 | src/msw/dcmemory.cpp | |
1496 | src/msw/dcprint.cpp | |
1497 | src/msw/dcscreen.cpp | |
1498 | src/msw/dialup.cpp | |
1499 | src/msw/dib.cpp | |
ddf98968 VS |
1500 | src/msw/display.cpp |
1501 | src/msw/enhmeta.cpp | |
ddf98968 VS |
1502 | src/msw/evtloop.cpp |
1503 | src/msw/font.cpp | |
1504 | src/msw/fontenum.cpp | |
1505 | src/msw/fontutil.cpp | |
1506 | src/msw/gdiimage.cpp | |
1507 | src/msw/gdiobj.cpp | |
fa5f72b3 | 1508 | src/msw/gdiplus.cpp |
f43426c1 | 1509 | src/msw/graphics.cpp |
83a9be34 | 1510 | src/msw/gsockmsw.cpp |
ddf98968 | 1511 | src/msw/icon.cpp |
9cd7a3f7 | 1512 | src/msw/imaglist.cpp |
ddf98968 | 1513 | src/msw/minifram.cpp |
5df6736f VS |
1514 | src/msw/ole/dataobj.cpp |
1515 | src/msw/ole/dropsrc.cpp | |
1516 | src/msw/ole/droptgt.cpp | |
1517 | src/msw/ole/oleutils.cpp | |
ddf98968 VS |
1518 | src/msw/palette.cpp |
1519 | src/msw/pen.cpp | |
1520 | src/msw/popupwin.cpp | |
e32f4869 JS |
1521 | src/msw/printdlg.cpp |
1522 | src/msw/printwin.cpp | |
ddf98968 | 1523 | src/msw/region.cpp |
2479d149 | 1524 | src/msw/renderer.cpp |
ddf98968 | 1525 | src/msw/settings.cpp |
ddf98968 VS |
1526 | src/msw/timer.cpp |
1527 | src/msw/tooltip.cpp | |
1528 | src/msw/toplevel.cpp | |
9a90985d | 1529 | src/msw/utilsgui.cpp |
1b7031bc | 1530 | src/msw/uxtheme.cpp |
ddf98968 | 1531 | src/msw/window.cpp |
ddf98968 | 1532 | </set> |
22d2b5bf | 1533 | <set var="MSW_LOWLEVEL_HDR" hints="files"> |
23e42d9d | 1534 | wx/msw/popupwin.h |
51fb93f1 | 1535 | wx/msw/uxtheme.h |
68c675a6 JS |
1536 | wx/msw/uxthemep.h |
1537 | wx/msw/htmlhelp.h | |
ddf98968 | 1538 | </set> |
f9c4805a | 1539 | |
ca95ed8e | 1540 | <set var="MSW_DESKTOP_LOWLEVEL_SRC" hints="files"> |
de20cd5f VZ |
1541 | src/msw/helpchm.cpp |
1542 | src/msw/helpwin.cpp | |
89220840 | 1543 | src/msw/ole/automtn.cpp |
37699af5 | 1544 | src/msw/ole/uuid.cpp |
de20cd5f VZ |
1545 | </set> |
1546 | ||
ca95ed8e | 1547 | <set var="MSW_DESKTOP_LOWLEVEL_HDR" hints="files"> |
de20cd5f VZ |
1548 | wx/msw/helpchm.h |
1549 | wx/msw/helpwin.h | |
f9c4805a VS |
1550 | </set> |
1551 | ||
22d2b5bf | 1552 | <set var="MSW_SRC" hints="files"> |
cdc0282e | 1553 | src/generic/statusbr.cpp |
94d04b7e | 1554 | src/generic/prntdlgg.cpp |
ddf98968 VS |
1555 | src/msw/accel.cpp |
1556 | src/msw/bmpbuttn.cpp | |
1557 | src/msw/button.cpp | |
1558 | src/msw/checkbox.cpp | |
ddf98968 VS |
1559 | src/msw/choice.cpp |
1560 | src/msw/colordlg.cpp | |
a340b80d | 1561 | src/msw/combo.cpp |
ddf98968 VS |
1562 | src/msw/combobox.cpp |
1563 | src/msw/control.cpp | |
1564 | src/msw/dialog.cpp | |
de20cd5f | 1565 | src/msw/dirdlg.cpp |
ddf98968 | 1566 | src/msw/dragimag.cpp |
ddf98968 | 1567 | src/msw/filedlg.cpp |
ddf98968 VS |
1568 | src/msw/frame.cpp |
1569 | src/msw/gauge95.cpp | |
ddf98968 VS |
1570 | src/msw/iniconf.cpp |
1571 | src/msw/listbox.cpp | |
1572 | src/msw/listctrl.cpp | |
1573 | src/msw/mdi.cpp | |
1574 | src/msw/menu.cpp | |
1575 | src/msw/menuitem.cpp | |
1576 | src/msw/metafile.cpp | |
1577 | src/msw/msgdlg.cpp | |
ddf98968 VS |
1578 | src/msw/nativdlg.cpp |
1579 | src/msw/notebook.cpp | |
5df6736f | 1580 | src/msw/ole/access.cpp |
ddf98968 | 1581 | src/msw/ownerdrw.cpp |
ddf98968 VS |
1582 | src/msw/radiobox.cpp |
1583 | src/msw/radiobut.cpp | |
1584 | src/msw/scrolbar.cpp | |
1585 | src/msw/slider95.cpp | |
1586 | src/msw/spinbutt.cpp | |
1587 | src/msw/spinctrl.cpp | |
1588 | src/msw/statbmp.cpp | |
1589 | src/msw/statbox.cpp | |
1590 | src/msw/statbr95.cpp | |
1591 | src/msw/statline.cpp | |
1592 | src/msw/stattext.cpp | |
1593 | src/msw/tabctrl.cpp | |
1594 | src/msw/tbar95.cpp | |
1595 | src/msw/textctrl.cpp | |
1596 | src/msw/tglbtn.cpp | |
1597 | src/msw/treectrl.cpp | |
ddf98968 | 1598 | </set> |
22d2b5bf | 1599 | <set var="MSW_HDR" hints="files"> |
000cdd5e KO |
1600 | wx/generic/clrpickerg.h |
1601 | wx/generic/fontpickerg.h | |
1602 | wx/generic/filepickerg.h | |
ddf98968 VS |
1603 | wx/msw/accel.h |
1604 | wx/msw/app.h | |
1605 | wx/msw/bitmap.h | |
1606 | wx/msw/bmpbuttn.h | |
1607 | wx/msw/brush.h | |
1608 | wx/msw/button.h | |
1609 | wx/msw/caret.h | |
1610 | wx/msw/checkbox.h | |
ddf98968 VS |
1611 | wx/msw/choice.h |
1612 | wx/msw/clipbrd.h | |
1613 | wx/msw/colordlg.h | |
1614 | wx/msw/colour.h | |
a340b80d | 1615 | wx/msw/combo.h |
ddf98968 VS |
1616 | wx/msw/combobox.h |
1617 | wx/msw/control.h | |
1618 | wx/msw/cursor.h | |
1619 | wx/msw/dc.h | |
1620 | wx/msw/dcclient.h | |
1621 | wx/msw/dcmemory.h | |
1622 | wx/msw/dcprint.h | |
1623 | wx/msw/dcscreen.h | |
1624 | wx/msw/dialog.h | |
1625 | wx/msw/dib.h | |
1626 | wx/msw/dirdlg.h | |
1627 | wx/msw/dragimag.h | |
1628 | wx/msw/enhmeta.h | |
de20cd5f | 1629 | wx/msw/evtloop.h |
ddf98968 VS |
1630 | wx/msw/filedlg.h |
1631 | wx/msw/font.h | |
ddf98968 VS |
1632 | wx/msw/frame.h |
1633 | wx/msw/gauge95.h | |
1634 | wx/msw/gdiimage.h | |
ddf98968 VS |
1635 | wx/msw/icon.h |
1636 | wx/msw/imaglist.h | |
1637 | wx/msw/iniconf.h | |
ddf98968 VS |
1638 | wx/msw/listbox.h |
1639 | wx/msw/listctrl.h | |
1640 | wx/msw/mdi.h | |
1641 | wx/msw/menu.h | |
1642 | wx/msw/menuitem.h | |
1643 | wx/msw/metafile.h | |
1644 | wx/msw/minifram.h | |
1645 | wx/msw/missing.h | |
1646 | wx/msw/msgdlg.h | |
ddf98968 VS |
1647 | wx/msw/msvcrt.h |
1648 | wx/msw/notebook.h | |
5df6736f | 1649 | wx/msw/ole/access.h |
5df6736f VS |
1650 | wx/msw/ole/dataform.h |
1651 | wx/msw/ole/dataobj.h | |
1652 | wx/msw/ole/dataobj2.h | |
1653 | wx/msw/ole/dropsrc.h | |
1654 | wx/msw/ole/droptgt.h | |
1655 | wx/msw/ole/oleutils.h | |
ddf98968 VS |
1656 | wx/msw/palette.h |
1657 | wx/msw/pen.h | |
1658 | wx/msw/printdlg.h | |
1659 | wx/msw/printwin.h | |
ddf98968 VS |
1660 | wx/msw/radiobox.h |
1661 | wx/msw/radiobut.h | |
ddf98968 | 1662 | wx/msw/region.h |
c8d58531 | 1663 | wx/msw/rcdefs.h |
ddf98968 VS |
1664 | wx/msw/scrolbar.h |
1665 | wx/msw/setup0.h | |
1666 | wx/msw/slider95.h | |
ddf98968 | 1667 | wx/msw/spinbutt.h |
5df6736f | 1668 | wx/msw/spinctrl.h |
ddf98968 VS |
1669 | wx/msw/statbmp.h |
1670 | wx/msw/statbox.h | |
1671 | wx/msw/statbr95.h | |
1672 | wx/msw/statline.h | |
1673 | wx/msw/stattext.h | |
1674 | wx/msw/tabctrl.h | |
ddf98968 | 1675 | wx/msw/tbar95.h |
ddf98968 VS |
1676 | wx/msw/textctrl.h |
1677 | wx/msw/tglbtn.h | |
1678 | wx/msw/timer.h | |
1679 | wx/msw/tooltip.h | |
1680 | wx/msw/toplevel.h | |
1681 | wx/msw/treectrl.h | |
ddf98968 | 1682 | wx/msw/window.h |
8a7b0583 | 1683 | |
5df6736f | 1684 | <!-- Resources must be installed together with headers: --> |
5df6736f | 1685 | wx/msw/wx.manifest |
8bda759f MW |
1686 | wx/msw/amd64.manifest |
1687 | wx/msw/ia64.manifest | |
5df6736f VS |
1688 | wx/msw/wx.rc |
1689 | <!-- bitmaps --> | |
8a7b0583 VS |
1690 | wx/msw/colours.bmp |
1691 | wx/msw/csquery.bmp | |
5df6736f | 1692 | <!-- cursors --> |
8a7b0583 VS |
1693 | wx/msw/blank.cur |
1694 | wx/msw/bullseye.cur | |
8055b744 | 1695 | wx/msw/cross.cur |
8a7b0583 | 1696 | wx/msw/hand.cur |
8a7b0583 | 1697 | wx/msw/magnif1.cur |
8a7b0583 VS |
1698 | wx/msw/pbrush.cur |
1699 | wx/msw/pencil.cur | |
1700 | wx/msw/pntleft.cur | |
1701 | wx/msw/pntright.cur | |
8a7b0583 VS |
1702 | wx/msw/rightarr.cur |
1703 | wx/msw/roller.cur | |
5df6736f | 1704 | <!-- icons --> |
8a7b0583 VS |
1705 | wx/msw/cdrom.ico |
1706 | wx/msw/child.ico | |
1707 | wx/msw/computer.ico | |
1708 | wx/msw/drive.ico | |
8a7b0583 VS |
1709 | wx/msw/file1.ico |
1710 | wx/msw/floppy.ico | |
1711 | wx/msw/folder1.ico | |
1712 | wx/msw/folder2.ico | |
8a7b0583 VS |
1713 | wx/msw/mdi.ico |
1714 | wx/msw/question.ico | |
1715 | wx/msw/removble.ico | |
1716 | wx/msw/std.ico | |
ddf98968 VS |
1717 | </set> |
1718 | ||
ba9e5bc4 | 1719 | <!-- Files used only by desktop MSW port, but *not* WindowsCE one: --> |
ca95ed8e | 1720 | <set var="MSW_DESKTOP_SRC" hints="files"> |
31618973 | 1721 | src/msw/checklst.cpp |
ba9e5bc4 VS |
1722 | src/msw/fdrepdlg.cpp |
1723 | src/msw/fontdlg.cpp | |
ba9e5bc4 | 1724 | </set> |
ca95ed8e | 1725 | <set var="MSW_DESKTOP_HDR" hints="files"> |
31618973 | 1726 | wx/msw/checklst.h |
ba9e5bc4 VS |
1727 | wx/msw/fdrepdlg.h |
1728 | wx/msw/fontdlg.h | |
89220840 | 1729 | wx/msw/ole/automtn.h |
ba9e5bc4 VS |
1730 | wx/msw/ole/uuid.h |
1731 | </set> | |
1732 | ||
1733 | <!-- Files used by WindowsCE port but not by desktop MSW port: --> | |
af594eca | 1734 | <set var="WINCE_SRC" hints="files"> |
f9c4805a | 1735 | src/generic/dirdlgg.cpp |
ba9e5bc4 | 1736 | src/generic/fdrepdlg.cpp |
818f3946 | 1737 | src/generic/filedlgg.cpp |
ba9e5bc4 | 1738 | src/generic/fontdlgg.cpp |
31618973 | 1739 | src/msw/wince/checklst.cpp |
302e251b | 1740 | src/msw/wince/choicece.cpp |
e3bf2e8c | 1741 | src/msw/wince/crt.cpp |
af594eca | 1742 | src/msw/wince/filedlgwce.cpp |
a4e391f8 | 1743 | src/msw/wince/filefnwce.cpp |
af594eca | 1744 | src/msw/wince/helpwce.cpp |
fb8a56b7 | 1745 | src/msw/wince/menuce.cpp |
1550d5f8 | 1746 | src/msw/wince/tbarwce.cpp |
302e251b | 1747 | src/msw/wince/textctrlce.cpp |
af594eca VS |
1748 | </set> |
1749 | <set var="WINCE_HDR" hints="files"> | |
ba9e5bc4 | 1750 | wx/generic/fdrepdlg.h |
818f3946 | 1751 | wx/generic/filedlgg.h |
ba9e5bc4 | 1752 | wx/generic/fontdlgg.h |
31618973 | 1753 | wx/msw/wince/checklst.h |
302e251b | 1754 | wx/msw/wince/choicece.h |
af594eca | 1755 | wx/msw/wince/helpwce.h |
eddb3250 | 1756 | wx/msw/wince/libraries.h |
af594eca VS |
1757 | wx/msw/wince/missing.h |
1758 | wx/msw/wince/tbarwce.h | |
302e251b | 1759 | wx/msw/wince/textctrlce.h |
fb8a56b7 | 1760 | wx/msw/wince/resources.h |
af594eca VS |
1761 | </set> |
1762 | ||
ddf98968 VS |
1763 | |
1764 | <!-- ====================================================================== --> | |
1765 | <!-- wxMGL --> | |
1766 | <!-- ====================================================================== --> | |
1767 | ||
22d2b5bf | 1768 | <set var="MGL_LOWLEVEL_SRC" hints="files"> |
d7ae4a62 | 1769 | src/common/fontmgrcmn.cpp |
5df6736f | 1770 | src/generic/caret.cpp |
3da12c22 | 1771 | src/generic/colour.cpp |
71451a6d | 1772 | src/generic/icon.cpp |
d4d680e6 | 1773 | src/generic/imaglist.cpp |
87f83ac8 | 1774 | src/generic/mask.cpp |
5df6736f | 1775 | src/generic/timer.cpp |
ddf98968 VS |
1776 | src/mgl/app.cpp |
1777 | src/mgl/bitmap.cpp | |
5df6736f | 1778 | src/mgl/brush.cpp |
ddf98968 VS |
1779 | src/mgl/clipbrd.cpp |
1780 | src/mgl/cursor.cpp | |
5df6736f VS |
1781 | src/mgl/data.cpp |
1782 | src/mgl/dc.cpp | |
ddf98968 VS |
1783 | src/mgl/dcclient.cpp |
1784 | src/mgl/dcmemory.cpp | |
1785 | src/mgl/dcscreen.cpp | |
5df6736f VS |
1786 | src/mgl/dirmgl.cpp |
1787 | src/mgl/evtloop.cpp | |
1788 | src/mgl/font.cpp | |
1789 | src/mgl/fontenum.cpp | |
d7ae4a62 | 1790 | src/mgl/fontmgr.cpp |
5df6736f | 1791 | src/mgl/fontutil.cpp |
5df6736f VS |
1792 | src/mgl/palette.cpp |
1793 | src/mgl/pen.cpp | |
1794 | src/mgl/region.cpp | |
ddf98968 | 1795 | src/mgl/settings.cpp |
5df6736f | 1796 | src/mgl/toplevel.cpp |
ddf98968 | 1797 | src/mgl/utils.cpp |
5df6736f | 1798 | src/mgl/window.cpp |
ddf98968 | 1799 | </set> |
22d2b5bf | 1800 | <set var="MGL_LOWLEVEL_HDR" hints="files"> |
5df6736f | 1801 | wx/generic/caret.h |
3da12c22 | 1802 | wx/generic/colour.h |
71451a6d | 1803 | wx/generic/icon.h |
d4d680e6 | 1804 | wx/generic/imaglist.h |
87f83ac8 | 1805 | wx/generic/mask.h |
5df6736f | 1806 | wx/generic/timer.h |
ddf98968 VS |
1807 | wx/mgl/app.h |
1808 | wx/mgl/bitmap.h | |
1809 | wx/mgl/brush.h | |
b8af111f | 1810 | wx/mgl/chkconf.h |
ddf98968 | 1811 | wx/mgl/clipbrd.h |
ddf98968 VS |
1812 | wx/mgl/cursor.h |
1813 | wx/mgl/dc.h | |
1814 | wx/mgl/dcclient.h | |
1815 | wx/mgl/dcmemory.h | |
1816 | wx/mgl/dcscreen.h | |
1817 | wx/mgl/font.h | |
ddf98968 VS |
1818 | wx/mgl/palette.h |
1819 | wx/mgl/pen.h | |
1820 | wx/mgl/popupwin.h | |
1821 | wx/mgl/private.h | |
1822 | wx/mgl/region.h | |
1823 | wx/mgl/toplevel.h | |
1824 | wx/mgl/window.h | |
ddf98968 VS |
1825 | </set> |
1826 | ||
1827 | ||
b3c86150 VS |
1828 | <!-- ====================================================================== --> |
1829 | <!-- wxDFB --> | |
1830 | <!-- ====================================================================== --> | |
1831 | ||
1832 | <set var="DFB_LOWLEVEL_SRC" hints="files"> | |
d7ae4a62 | 1833 | src/common/fontmgrcmn.cpp |
30c45bdd VZ |
1834 | src/common/gsocketiohandler.cpp |
1835 | src/common/selectdispatcher.cpp | |
4353a8df VZ |
1836 | src/generic/caret.cpp |
1837 | src/generic/colour.cpp | |
1838 | src/generic/icon.cpp | |
1839 | src/generic/imaglist.cpp | |
87f83ac8 | 1840 | src/generic/mask.cpp |
4353a8df | 1841 | src/generic/timer.cpp |
b3c86150 VS |
1842 | src/dfb/app.cpp |
1843 | src/dfb/bitmap.cpp | |
1844 | src/dfb/brush.cpp | |
1845 | src/dfb/cursor.cpp | |
1846 | <!-- src/dfb/data.cpp --> | |
1847 | src/dfb/dc.cpp | |
1848 | src/dfb/dcclient.cpp | |
1849 | src/dfb/dcmemory.cpp | |
1850 | src/dfb/dcscreen.cpp | |
1851 | src/dfb/evtloop.cpp | |
1852 | src/dfb/font.cpp | |
1853 | src/dfb/fontenum.cpp | |
d7ae4a62 | 1854 | src/dfb/fontmgr.cpp |
42b0d8b9 | 1855 | src/dfb/nonownedwnd.cpp |
30c841c8 | 1856 | src/dfb/overlay.cpp |
b3c86150 VS |
1857 | src/dfb/pen.cpp |
1858 | src/dfb/region.cpp | |
1859 | src/dfb/settings.cpp | |
1860 | src/dfb/toplevel.cpp | |
1861 | src/dfb/utils.cpp | |
1862 | src/dfb/window.cpp | |
52c8d32a | 1863 | src/dfb/wrapdfb.cpp |
b3c86150 VS |
1864 | </set> |
1865 | <set var="DFB_LOWLEVEL_HDR" hints="files"> | |
4353a8df VZ |
1866 | wx/generic/caret.h |
1867 | wx/generic/colour.h | |
1868 | wx/generic/icon.h | |
1869 | wx/generic/imaglist.h | |
87f83ac8 | 1870 | wx/generic/mask.h |
4353a8df | 1871 | wx/generic/timer.h |
b3c86150 VS |
1872 | wx/dfb/app.h |
1873 | wx/dfb/bitmap.h | |
1874 | wx/dfb/brush.h | |
1875 | wx/dfb/chkconf.h | |
1876 | wx/dfb/cursor.h | |
1877 | wx/dfb/dc.h | |
1878 | wx/dfb/dcclient.h | |
1879 | wx/dfb/dcmemory.h | |
1880 | wx/dfb/dcscreen.h | |
52c8d32a | 1881 | wx/dfb/dfbptr.h |
b3c86150 VS |
1882 | wx/dfb/evtloop.h |
1883 | wx/dfb/font.h | |
42b0d8b9 | 1884 | wx/dfb/nonownedwnd.h |
b3c86150 | 1885 | wx/dfb/pen.h |
42b0d8b9 | 1886 | wx/dfb/popupwin.h |
b3c86150 VS |
1887 | wx/dfb/private.h |
1888 | wx/dfb/region.h | |
1889 | wx/dfb/toplevel.h | |
1890 | wx/dfb/window.h | |
52c8d32a | 1891 | wx/dfb/wrapdfb.h |
b3c86150 VS |
1892 | </set> |
1893 | ||
1894 | ||
ddf98968 VS |
1895 | <!-- ====================================================================== --> |
1896 | <!-- wxOS/2 --> | |
1897 | <!-- ====================================================================== --> | |
1898 | ||
22d2b5bf | 1899 | <set var="OS2_LOWLEVEL_SRC" hints="files"> |
d4d680e6 | 1900 | <!-- wxUniv builds not supported under OS/2 --> |
ddf98968 | 1901 | </set> |
22d2b5bf | 1902 | <set var="OS2_LOWLEVEL_HDR" hints="files"> |
ddf98968 | 1903 | </set> |
22d2b5bf | 1904 | <set var="OS2_SRC" hints="files"> |
a318e447 | 1905 | <!-- Generic implementations used by wxOS2: --> |
5df6736f | 1906 | src/generic/caret.cpp |
a318e447 SN |
1907 | src/generic/colrdlgg.cpp |
1908 | src/generic/dirdlgg.cpp | |
1909 | src/generic/fdrepdlg.cpp | |
1910 | src/generic/imaglist.cpp | |
dd133a20 | 1911 | src/generic/listctrl.cpp |
f4a917a7 | 1912 | src/generic/mdig.cpp |
a318e447 SN |
1913 | src/generic/prntdlgg.cpp |
1914 | src/generic/statusbr.cpp | |
1915 | <!-- OS/2 specific files: --> | |
ddf98968 VS |
1916 | src/os2/accel.cpp |
1917 | src/os2/app.cpp | |
1918 | src/os2/bitmap.cpp | |
1919 | src/os2/bmpbuttn.cpp | |
1920 | src/os2/brush.cpp | |
1921 | src/os2/button.cpp | |
1922 | src/os2/checkbox.cpp | |
1923 | src/os2/checklst.cpp | |
1924 | src/os2/choice.cpp | |
1925 | src/os2/clipbrd.cpp | |
1926 | src/os2/colour.cpp | |
1927 | src/os2/combobox.cpp | |
1928 | src/os2/control.cpp | |
1929 | src/os2/cursor.cpp | |
1930 | src/os2/data.cpp | |
1931 | src/os2/dataobj.cpp | |
1932 | src/os2/dc.cpp | |
1933 | src/os2/dcclient.cpp | |
1934 | src/os2/dcmemory.cpp | |
1935 | src/os2/dcprint.cpp | |
1936 | src/os2/dcscreen.cpp | |
1937 | src/os2/dialog.cpp | |
1938 | src/os2/dnd.cpp | |
d7a8eaca | 1939 | src/os2/evtloop.cpp |
ddf98968 VS |
1940 | src/os2/filedlg.cpp |
1941 | src/os2/font.cpp | |
1942 | src/os2/fontdlg.cpp | |
1943 | src/os2/fontenum.cpp | |
1944 | src/os2/fontutil.cpp | |
1945 | src/os2/frame.cpp | |
1946 | src/os2/gauge.cpp | |
1947 | src/os2/gdiimage.cpp | |
0f45d57f | 1948 | src/os2/gsockpm.cpp |
ddf98968 VS |
1949 | src/os2/helpwin.cpp |
1950 | src/os2/icon.cpp | |
1951 | src/os2/iniconf.cpp | |
ddf98968 VS |
1952 | src/os2/listbox.cpp |
1953 | src/os2/main.cpp | |
1954 | src/os2/menu.cpp | |
1955 | src/os2/menuitem.cpp | |
1956 | src/os2/metafile.cpp | |
ddf98968 VS |
1957 | src/os2/msgdlg.cpp |
1958 | src/os2/nativdlg.cpp | |
1959 | src/os2/notebook.cpp | |
1960 | src/os2/ownerdrw.cpp | |
1961 | src/os2/palette.cpp | |
1962 | src/os2/pen.cpp | |
1dba7b4c | 1963 | src/os2/popupwin.cpp |
ddf98968 VS |
1964 | src/os2/print.cpp |
1965 | src/os2/radiobox.cpp | |
1966 | src/os2/radiobut.cpp | |
1967 | src/os2/region.cpp | |
1968 | src/os2/scrolbar.cpp | |
1969 | src/os2/settings.cpp | |
1970 | src/os2/slider.cpp | |
1971 | src/os2/spinbutt.cpp | |
1972 | src/os2/spinctrl.cpp | |
1973 | src/os2/statbmp.cpp | |
1974 | src/os2/statbox.cpp | |
1975 | src/os2/statline.cpp | |
1976 | src/os2/stattext.cpp | |
1977 | src/os2/tabctrl.cpp | |
1978 | src/os2/textctrl.cpp | |
fbe2ca43 | 1979 | src/os2/tglbtn.cpp |
5df6736f | 1980 | src/os2/timer.cpp |
ddf98968 VS |
1981 | src/os2/toolbar.cpp |
1982 | src/os2/tooltip.cpp | |
1983 | src/os2/toplevel.cpp | |
bd3b171d | 1984 | src/os2/utilsgui.cpp |
ddf98968 | 1985 | src/os2/window.cpp |
ddf98968 | 1986 | </set> |
22d2b5bf | 1987 | <set var="OS2_HDR" hints="files"> |
5df6736f | 1988 | wx/generic/caret.h |
a318e447 SN |
1989 | wx/generic/colrdlgg.h |
1990 | wx/generic/dirdlgg.h | |
1991 | wx/generic/fdrepdlg.h | |
dd133a20 | 1992 | wx/generic/listctrl.h |
f4a917a7 | 1993 | wx/generic/mdig.h |
a318e447 | 1994 | wx/generic/statusbr.h |
ddf98968 | 1995 | wx/os2/accel.h |
ddf98968 | 1996 | wx/os2/app.h |
ddf98968 | 1997 | wx/os2/bitmap.h |
5df6736f VS |
1998 | wx/os2/bmpbuttn.h |
1999 | wx/os2/brush.h | |
2000 | wx/os2/button.h | |
2001 | wx/os2/checkbox.h | |
2002 | wx/os2/checklst.h | |
2003 | wx/os2/choice.h | |
2004 | wx/os2/clipbrd.h | |
2005 | wx/os2/colour.h | |
2006 | wx/os2/combobox.h | |
2007 | wx/os2/control.h | |
2008 | wx/os2/cursor.h | |
2009 | wx/os2/dataform.h | |
2010 | wx/os2/dataobj.h | |
2011 | wx/os2/dataobj2.h | |
ddf98968 | 2012 | wx/os2/dc.h |
ddf98968 | 2013 | wx/os2/dcclient.h |
ddf98968 | 2014 | wx/os2/dcmemory.h |
ddf98968 | 2015 | wx/os2/dcprint.h |
ddf98968 | 2016 | wx/os2/dcscreen.h |
ddf98968 | 2017 | wx/os2/dialog.h |
ddf98968 | 2018 | wx/os2/dnd.h |
ddf98968 | 2019 | wx/os2/filedlg.h |
ddf98968 | 2020 | wx/os2/font.h |
ddf98968 | 2021 | wx/os2/fontdlg.h |
ddf98968 | 2022 | wx/os2/frame.h |
ddf98968 | 2023 | wx/os2/gauge.h |
ddf98968 | 2024 | wx/os2/gdiimage.h |
5df6736f VS |
2025 | wx/os2/helpwin.h |
2026 | wx/os2/icon.h | |
2027 | wx/os2/iniconf.h | |
5df6736f VS |
2028 | wx/os2/listbox.h |
2029 | wx/os2/menu.h | |
2030 | wx/os2/menuitem.h | |
2031 | wx/os2/metafile.h | |
2032 | wx/os2/minifram.h | |
2033 | wx/os2/msgdlg.h | |
2034 | wx/os2/notebook.h | |
2035 | wx/os2/palette.h | |
ddf98968 | 2036 | wx/os2/pen.h |
5df6736f VS |
2037 | wx/os2/pnghand.h |
2038 | wx/os2/pngread.h | |
2039 | wx/os2/print.h | |
5df6736f VS |
2040 | wx/os2/radiobox.h |
2041 | wx/os2/radiobut.h | |
2042 | wx/os2/region.h | |
2043 | wx/os2/scrolbar.h | |
2044 | wx/os2/settings.h | |
2045 | wx/os2/setup0.h | |
2046 | wx/os2/slider.h | |
2047 | wx/os2/spinbutt.h | |
ddf98968 VS |
2048 | wx/os2/spinctrl.h |
2049 | wx/os2/statbmp.h | |
ddf98968 | 2050 | wx/os2/statbox.h |
5df6736f VS |
2051 | wx/os2/statline.h |
2052 | wx/os2/stattext.h | |
2053 | wx/os2/tabctrl.h | |
2054 | wx/os2/textctrl.h | |
fbe2ca43 | 2055 | wx/os2/tglbtn.h |
5df6736f VS |
2056 | wx/os2/timer.h |
2057 | wx/os2/toolbar.h | |
2058 | wx/os2/tooltip.h | |
ddf98968 | 2059 | wx/os2/toplevel.h |
5df6736f | 2060 | wx/os2/window.h |
ddf98968 VS |
2061 | </set> |
2062 | ||
2063 | ||
2064 | ||
2065 | <!-- ====================================================================== --> | |
2066 | <!-- wxMac --> | |
2067 | <!-- ====================================================================== --> | |
2068 | ||
fc480dc1 DE |
2069 | <set var="MAC_OSX_LOWLEVEL_SRC" hints="files"> |
2070 | <!-- Shared wxMac and wxCocoa files --> | |
2071 | src/mac/corefoundation/gsockosx.cpp | |
44d64ab2 | 2072 | src/mac/corefoundation/hid.cpp |
fc480dc1 DE |
2073 | src/mac/corefoundation/utilsexc_cf.cpp |
2074 | </set> | |
2075 | ||
4cb1d3da RN |
2076 | <set var="MAC_OSX_LOWLEVEL_HDR" hints="files"> |
2077 | </set> | |
2078 | ||
22d2b5bf | 2079 | <set var="MAC_LOWLEVEL_SRC" hints="files"> |
fc480dc1 | 2080 | <if cond="PLATFORM_MACOSX=='1'">$(MAC_OSX_LOWLEVEL_SRC)</if> |
ddf98968 | 2081 | </set> |
22d2b5bf | 2082 | <set var="MAC_LOWLEVEL_HDR" hints="files"> |
4cb1d3da | 2083 | <if cond="PLATFORM_MACOSX=='1'">$(MAC_OSX_LOWLEVEL_HDR)</if> |
ddf98968 | 2084 | </set> |
fc480dc1 | 2085 | |
0334f97f DE |
2086 | <set var="MAC_OSX_SRC" hints="files"> |
2087 | <if cond="PLATFORM_MACOSX=='1'"> | |
0334f97f DE |
2088 | <!-- wxWebKit files --> |
2089 | src/html/htmlctrl/webkit/webkit.mm | |
356c775f | 2090 | <!-- Native color/font dialogs --> |
4e69ff22 RN |
2091 | src/mac/carbon/fontdlgosx.mm |
2092 | src/mac/carbon/colordlgosx.mm | |
0334f97f DE |
2093 | </if> |
2094 | </set> | |
2095 | ||
22d2b5bf | 2096 | <set var="MAC_SRC" hints="files"> |
56bb4a5e SC |
2097 | src/mac/carbon/accel.cpp |
2098 | src/mac/carbon/aga.cpp | |
5ed2e138 | 2099 | src/mac/carbon/app.cpp |
56bb4a5e SC |
2100 | src/mac/carbon/bitmap.cpp |
2101 | src/mac/carbon/bmpbuttn.cpp | |
2102 | src/mac/carbon/brush.cpp | |
2103 | src/mac/carbon/button.cpp | |
2104 | src/mac/carbon/checkbox.cpp | |
2105 | src/mac/carbon/checklst.cpp | |
2106 | src/mac/carbon/choice.cpp | |
2107 | src/mac/carbon/clipbrd.cpp | |
2108 | src/mac/carbon/colordlg.cpp | |
2109 | src/mac/carbon/colour.cpp | |
2110 | src/mac/carbon/combobox.cpp | |
2111 | src/mac/carbon/control.cpp | |
2112 | src/mac/carbon/cursor.cpp | |
2113 | src/mac/carbon/data.cpp | |
2114 | src/mac/carbon/dataobj.cpp | |
2115 | src/mac/carbon/dc.cpp | |
5ecd3929 | 2116 | src/mac/carbon/dccg.cpp |
56bb4a5e SC |
2117 | src/mac/carbon/dcclient.cpp |
2118 | src/mac/carbon/dcmemory.cpp | |
2119 | src/mac/carbon/dcprint.cpp | |
2120 | src/mac/carbon/dcscreen.cpp | |
2121 | src/mac/carbon/dialog.cpp | |
2122 | src/mac/carbon/dirdlg.cpp | |
2123 | src/mac/carbon/display.cpp | |
2124 | src/mac/carbon/dnd.cpp | |
4d90072c | 2125 | src/mac/carbon/evtloop.cpp |
56bb4a5e SC |
2126 | src/mac/carbon/filedlg.cpp |
2127 | src/mac/carbon/font.cpp | |
dcb68102 | 2128 | src/mac/carbon/fontdlg.cpp |
56bb4a5e SC |
2129 | src/mac/carbon/fontenum.cpp |
2130 | src/mac/carbon/fontutil.cpp | |
2131 | src/mac/carbon/frame.cpp | |
2132 | src/mac/carbon/gauge.cpp | |
2133 | src/mac/carbon/gdiobj.cpp | |
f43426c1 | 2134 | src/mac/carbon/graphics.cpp |
56bb4a5e | 2135 | src/mac/carbon/icon.cpp |
6ce43ac9 | 2136 | src/mac/carbon/imaglist.cpp |
56bb4a5e | 2137 | src/mac/carbon/listbox.cpp |
e2bc1d69 | 2138 | src/mac/carbon/listctrl_mac.cpp |
56bb4a5e SC |
2139 | src/mac/carbon/mdi.cpp |
2140 | src/mac/carbon/menu.cpp | |
2141 | src/mac/carbon/menuitem.cpp | |
2142 | src/mac/carbon/metafile.cpp | |
2143 | src/mac/carbon/minifram.cpp | |
2144 | src/mac/carbon/msgdlg.cpp | |
2145 | src/mac/carbon/notebmac.cpp | |
30c841c8 | 2146 | src/mac/carbon/overlay.cpp |
56bb4a5e SC |
2147 | src/mac/carbon/palette.cpp |
2148 | src/mac/carbon/pen.cpp | |
56bb4a5e SC |
2149 | src/mac/carbon/printdlg.cpp |
2150 | src/mac/carbon/printmac.cpp | |
2151 | src/mac/carbon/radiobox.cpp | |
2152 | src/mac/carbon/radiobut.cpp | |
2153 | src/mac/carbon/region.cpp | |
2154 | src/mac/carbon/renderer.cpp | |
2155 | src/mac/carbon/scrolbar.cpp | |
2156 | src/mac/carbon/settings.cpp | |
2157 | src/mac/carbon/slider.cpp | |
2158 | src/mac/carbon/spinbutt.cpp | |
571d14b2 | 2159 | src/mac/carbon/spinctrl.cpp |
3f7f284d | 2160 | src/mac/carbon/srchctrl.cpp |
56bb4a5e SC |
2161 | src/mac/carbon/statbmp.cpp |
2162 | src/mac/carbon/statbox.cpp | |
2163 | src/mac/carbon/statbrma.cpp | |
2164 | src/mac/carbon/statlmac.cpp | |
2165 | src/mac/carbon/stattext.cpp | |
2166 | src/mac/carbon/tabctrl.cpp | |
2167 | src/mac/carbon/textctrl.cpp | |
2168 | src/mac/carbon/timer.cpp | |
2169 | src/mac/carbon/tglbtn.cpp | |
2170 | src/mac/carbon/toolbar.cpp | |
2171 | src/mac/carbon/tooltip.cpp | |
2172 | src/mac/carbon/toplevel.cpp | |
2173 | src/mac/carbon/window.cpp | |
ddf98968 | 2174 | <!-- Generic implementations used by wxMac: --> |
5df6736f VS |
2175 | src/generic/caret.cpp |
2176 | src/generic/fdrepdlg.cpp | |
2177 | src/generic/fontdlgg.cpp | |
ddf98968 | 2178 | src/generic/listctrl.cpp |
21041c70 | 2179 | src/generic/prntdlgg.cpp |
5df6736f | 2180 | src/generic/statusbr.cpp |
ddf98968 | 2181 | src/generic/tabg.cpp |
ddf98968 | 2182 | </set> |
5d553c56 | 2183 | |
23ffcdc4 DE |
2184 | <!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h --> |
2185 | <set var="MAC_CMN_HDR" hints="files"> | |
2186 | wx/mac/accel.h | |
2187 | wx/mac/aga.h | |
2188 | wx/mac/app.h | |
2189 | wx/mac/bitmap.h | |
2190 | wx/mac/bmpbuttn.h | |
2191 | wx/mac/brush.h | |
2192 | wx/mac/button.h | |
2193 | wx/mac/checkbox.h | |
2194 | wx/mac/checklst.h | |
2195 | wx/mac/chkconf.h | |
2196 | wx/mac/choice.h | |
2197 | wx/mac/clipbrd.h | |
2198 | wx/mac/colordlg.h | |
2199 | wx/mac/colour.h | |
2200 | wx/mac/combobox.h | |
2201 | wx/mac/control.h | |
2202 | wx/mac/cursor.h | |
2203 | wx/mac/dataform.h | |
2204 | wx/mac/dataobj.h | |
2205 | wx/mac/dataobj2.h | |
2206 | wx/mac/dc.h | |
2207 | wx/mac/dcclient.h | |
2208 | wx/mac/dcmemory.h | |
2209 | wx/mac/dcprint.h | |
2210 | wx/mac/dcscreen.h | |
2211 | wx/mac/dialog.h | |
2212 | wx/mac/dirdlg.h | |
23ffcdc4 | 2213 | wx/mac/dnd.h |
4d90072c | 2214 | wx/mac/evtloop.h |
23ffcdc4 DE |
2215 | wx/mac/filedlg.h |
2216 | wx/mac/font.h | |
2217 | wx/mac/fontdlg.h | |
2218 | wx/mac/frame.h | |
2219 | wx/mac/gauge.h | |
aee27790 | 2220 | wx/mac/glcanvas.h |
23ffcdc4 DE |
2221 | wx/mac/gsockmac.h |
2222 | wx/mac/helpxxxx.h | |
2223 | wx/mac/icon.h | |
2224 | wx/mac/imaglist.h | |
8998887c | 2225 | wx/mac/joystick.h |
23ffcdc4 DE |
2226 | wx/mac/listbox.h |
2227 | wx/mac/listctrl.h | |
2228 | wx/mac/macnotfy.h | |
2229 | wx/mac/macsock.h | |
2230 | wx/mac/mdi.h | |
2231 | wx/mac/menu.h | |
2232 | wx/mac/menuitem.h | |
2233 | wx/mac/metafile.h | |
2234 | wx/mac/mimetype.h | |
2235 | wx/mac/minifram.h | |
2236 | wx/mac/msgdlg.h | |
2237 | wx/mac/notebook.h | |
2238 | wx/mac/palette.h | |
2239 | wx/mac/pen.h | |
2240 | wx/mac/pnghand.h | |
2241 | wx/mac/pngread.h | |
2242 | wx/mac/printdlg.h | |
2243 | wx/mac/printmac.h | |
2244 | wx/mac/private.h | |
2245 | wx/mac/radiobox.h | |
2246 | wx/mac/radiobut.h | |
2247 | wx/mac/region.h | |
2248 | wx/mac/scrolbar.h | |
2249 | wx/mac/slider.h | |
aee27790 | 2250 | wx/mac/sound.h |
23ffcdc4 DE |
2251 | wx/mac/spinbutt.h |
2252 | wx/mac/spinctrl.h | |
3f7f284d | 2253 | wx/mac/srchctrl.h |
23ffcdc4 DE |
2254 | wx/mac/statbmp.h |
2255 | wx/mac/statbox.h | |
2256 | wx/mac/statline.h | |
2257 | wx/mac/stattext.h | |
2258 | wx/mac/statusbr.h | |
2259 | wx/mac/tabctrl.h | |
8998887c | 2260 | wx/mac/taskbarosx.h |
23ffcdc4 DE |
2261 | wx/mac/textctrl.h |
2262 | wx/mac/timer.h | |
2263 | wx/mac/tglbtn.h | |
2264 | wx/mac/toolbar.h | |
2265 | wx/mac/tooltip.h | |
2266 | wx/mac/toplevel.h | |
2267 | wx/mac/treectrl.h | |
2268 | wx/mac/uma.h | |
2269 | wx/mac/window.h | |
2270 | </set> | |
2271 | <!-- wxMac Carbon header files --> | |
22d2b5bf | 2272 | <set var="MAC_HDR" hints="files"> |
56bb4a5e SC |
2273 | wx/mac/carbon/accel.h |
2274 | wx/mac/carbon/aga.h | |
2275 | wx/mac/carbon/app.h | |
2276 | wx/mac/carbon/bitmap.h | |
2277 | wx/mac/carbon/bmpbuttn.h | |
2278 | wx/mac/carbon/brush.h | |
2279 | wx/mac/carbon/button.h | |
2280 | wx/mac/carbon/checkbox.h | |
2281 | wx/mac/carbon/checklst.h | |
2282 | wx/mac/carbon/chkconf.h | |
2283 | wx/mac/carbon/choice.h | |
2284 | wx/mac/carbon/clipbrd.h | |
2285 | wx/mac/carbon/colordlg.h | |
2286 | wx/mac/carbon/colour.h | |
2287 | wx/mac/carbon/combobox.h | |
2288 | wx/mac/carbon/control.h | |
2289 | wx/mac/carbon/cursor.h | |
2290 | wx/mac/carbon/dataform.h | |
2291 | wx/mac/carbon/dataobj.h | |
2292 | wx/mac/carbon/dataobj2.h | |
2293 | wx/mac/carbon/dc.h | |
2294 | wx/mac/carbon/dcclient.h | |
2295 | wx/mac/carbon/dcmemory.h | |
2296 | wx/mac/carbon/dcprint.h | |
2297 | wx/mac/carbon/dcscreen.h | |
2298 | wx/mac/carbon/dialog.h | |
2299 | wx/mac/carbon/dirdlg.h | |
56bb4a5e | 2300 | wx/mac/carbon/dnd.h |
4d90072c | 2301 | wx/mac/carbon/evtloop.h |
56bb4a5e SC |
2302 | wx/mac/carbon/filedlg.h |
2303 | wx/mac/carbon/font.h | |
2304 | wx/mac/carbon/fontdlg.h | |
2305 | wx/mac/carbon/frame.h | |
2306 | wx/mac/carbon/gauge.h | |
56bb4a5e SC |
2307 | wx/mac/carbon/gsockmac.h |
2308 | wx/mac/carbon/helpxxxx.h | |
2309 | wx/mac/carbon/icon.h | |
2310 | wx/mac/carbon/imaglist.h | |
2311 | wx/mac/carbon/listbox.h | |
2312 | wx/mac/carbon/listctrl.h | |
2313 | wx/mac/carbon/macnotfy.h | |
2314 | wx/mac/carbon/macsock.h | |
2315 | wx/mac/carbon/mdi.h | |
2316 | wx/mac/carbon/menu.h | |
2317 | wx/mac/carbon/menuitem.h | |
2318 | wx/mac/carbon/metafile.h | |
2319 | wx/mac/carbon/mimetype.h | |
2320 | wx/mac/carbon/minifram.h | |
2321 | wx/mac/carbon/msgdlg.h | |
2322 | wx/mac/carbon/notebook.h | |
2323 | wx/mac/carbon/palette.h | |
2324 | wx/mac/carbon/pen.h | |
2325 | wx/mac/carbon/pnghand.h | |
2326 | wx/mac/carbon/pngread.h | |
2327 | wx/mac/carbon/printdlg.h | |
2328 | wx/mac/carbon/printmac.h | |
2329 | wx/mac/carbon/private.h | |
3f7f284d RD |
2330 | wx/mac/carbon/private/mactext.h |
2331 | wx/mac/carbon/private/overlay.h | |
2332 | wx/mac/carbon/private/print.h | |
56bb4a5e SC |
2333 | wx/mac/carbon/radiobox.h |
2334 | wx/mac/carbon/radiobut.h | |
2335 | wx/mac/carbon/region.h | |
2336 | wx/mac/carbon/scrolbar.h | |
2337 | wx/mac/carbon/slider.h | |
2338 | wx/mac/carbon/spinbutt.h | |
2339 | wx/mac/carbon/spinctrl.h | |
3f7f284d | 2340 | wx/mac/carbon/srchctrl.h |
56bb4a5e SC |
2341 | wx/mac/carbon/statbmp.h |
2342 | wx/mac/carbon/statbox.h | |
2343 | wx/mac/carbon/statline.h | |
2344 | wx/mac/carbon/stattext.h | |
2345 | wx/mac/carbon/statusbr.h | |
2346 | wx/mac/carbon/tabctrl.h | |
2347 | wx/mac/carbon/textctrl.h | |
2348 | wx/mac/carbon/timer.h | |
2349 | wx/mac/carbon/tglbtn.h | |
2350 | wx/mac/carbon/toolbar.h | |
2351 | wx/mac/carbon/tooltip.h | |
2352 | wx/mac/carbon/toplevel.h | |
2353 | wx/mac/carbon/treectrl.h | |
2354 | wx/mac/carbon/uma.h | |
2355 | wx/mac/carbon/window.h | |
ddf98968 | 2356 | <!-- Generic implementations used by wxMac: --> |
5df6736f VS |
2357 | wx/generic/caret.h |
2358 | wx/generic/fdrepdlg.h | |
ddf98968 | 2359 | wx/generic/fontdlgg.h |
ddf98968 | 2360 | wx/generic/listctrl.h |
5df6736f | 2361 | wx/generic/statusbr.h |
ddf98968 | 2362 | wx/generic/tabg.h |
9a768b45 KO |
2363 | <!-- wxWebKit headers --> |
2364 | wx/html/webkit.h | |
ddf98968 VS |
2365 | </set> |
2366 | ||
2367 | ||
2368 | <!-- ====================================================================== --> | |
2369 | <!-- wxCocoa --> | |
2370 | <!-- ====================================================================== --> | |
2371 | ||
22d2b5bf | 2372 | <set var="COCOA_LOWLEVEL_SRC" hints="files"> |
fc480dc1 DE |
2373 | <!-- Shared wxMac and wxCocoa files --> |
2374 | src/mac/corefoundation/gsockosx.cpp | |
44d64ab2 | 2375 | src/mac/corefoundation/hid.cpp |
fc480dc1 | 2376 | src/mac/corefoundation/utilsexc_cf.cpp |
ddf98968 | 2377 | </set> |
22d2b5bf | 2378 | <set var="COCOA_LOWLEVEL_HDR" hints="files"> |
ddf98968 | 2379 | </set> |
22d2b5bf | 2380 | <set var="COCOA_SRC" hints="files"> |
ddf98968 VS |
2381 | src/cocoa/NSBox.mm |
2382 | src/cocoa/NSButton.mm | |
2383 | src/cocoa/NSControl.mm | |
2384 | src/cocoa/NSMenu.mm | |
2385 | src/cocoa/NSPanel.mm | |
5369a054 | 2386 | src/cocoa/NSScroller.mm |
0754a4b3 | 2387 | src/cocoa/NSTabView.mm |
9f5fd077 | 2388 | src/cocoa/NSTableView.mm |
ddf98968 VS |
2389 | src/cocoa/NSTextField.mm |
2390 | src/cocoa/NSView.mm | |
2391 | src/cocoa/NSWindow.mm | |
8ac77595 | 2392 | src/cocoa/ObjcRef.mm |
ddf98968 | 2393 | src/cocoa/app.mm |
ddf98968 | 2394 | src/cocoa/bitmap.mm |
5df6736f | 2395 | src/cocoa/bmpbuttn.mm |
f162a338 | 2396 | src/cocoa/brush.mm |
ddf98968 VS |
2397 | src/cocoa/button.mm |
2398 | src/cocoa/checkbox.mm | |
2399 | src/cocoa/checklst.mm | |
2400 | src/cocoa/choice.mm | |
374eabc1 | 2401 | src/cocoa/clipbrd.mm |
dcb68102 | 2402 | src/cocoa/colordlg.mm |
af515aad | 2403 | src/cocoa/colour.mm |
01a16fce | 2404 | src/cocoa/combobox.mm |
ddf98968 VS |
2405 | src/cocoa/control.mm |
2406 | src/cocoa/cursor.mm | |
2407 | src/cocoa/data.cpp | |
374eabc1 | 2408 | src/cocoa/dataobj.mm |
ddf98968 VS |
2409 | src/cocoa/dc.mm |
2410 | src/cocoa/dcclient.mm | |
fc1852c1 | 2411 | src/cocoa/dcmemory.mm |
ddf98968 VS |
2412 | src/cocoa/dcscreen.cpp |
2413 | src/cocoa/dialog.mm | |
937f314d | 2414 | src/cocoa/dirdlg.mm |
dcb68102 RN |
2415 | src/cocoa/display.mm |
2416 | src/cocoa/drawer.mm | |
8897ca05 | 2417 | src/cocoa/evtloop.mm |
f31424db | 2418 | src/cocoa/filedlg.mm |
ddf98968 | 2419 | src/cocoa/font.cpp |
dcb68102 | 2420 | src/cocoa/fontdlg.mm |
4a5f4703 | 2421 | src/cocoa/fontenum.mm |
ddf98968 VS |
2422 | src/cocoa/fontutil.cpp |
2423 | src/cocoa/frame.mm | |
ec35ed7c | 2424 | src/cocoa/gauge.mm |
b5df4fc7 | 2425 | src/cocoa/icon.mm |
ddf98968 VS |
2426 | src/cocoa/listbox.mm |
2427 | src/cocoa/main.cpp | |
1a249e04 | 2428 | src/cocoa/mbarman.mm |
9de2e75a | 2429 | src/cocoa/mdi.mm |
ddf98968 VS |
2430 | src/cocoa/menu.mm |
2431 | src/cocoa/menuitem.mm | |
dcb68102 | 2432 | src/cocoa/msgdlg.mm |
0754a4b3 | 2433 | src/cocoa/notebook.mm |
0a0d1a61 | 2434 | src/cocoa/pen.mm |
ddf98968 VS |
2435 | src/cocoa/radiobox.mm |
2436 | src/cocoa/radiobut.mm | |
53dbce23 | 2437 | src/cocoa/region.mm |
5369a054 | 2438 | src/cocoa/scrolbar.mm |
888c4e8f | 2439 | src/cocoa/settings.mm |
af515aad | 2440 | src/cocoa/slider.mm |
dcb68102 | 2441 | src/cocoa/sound.mm |
36b46e25 | 2442 | src/cocoa/spinbutt.mm |
ddf98968 VS |
2443 | src/cocoa/statbmp.mm |
2444 | src/cocoa/statbox.mm | |
2445 | src/cocoa/statline2.mm | |
2446 | src/cocoa/stattext.mm | |
2447 | src/cocoa/textctrl.mm | |
2fcd7f64 | 2448 | src/cocoa/timer.mm |
715c1da4 | 2449 | src/cocoa/toolbar.mm |
3e90a0ab | 2450 | src/cocoa/tooltip.mm |
ddf98968 VS |
2451 | src/cocoa/toplevel.mm |
2452 | src/cocoa/utils.cpp | |
dcb68102 | 2453 | src/cocoa/utilsexc.mm |
ddf98968 | 2454 | src/cocoa/window.mm |
1936dc8b | 2455 | <!-- Generic implementations used by wxCocoa: --> |
5df6736f VS |
2456 | src/generic/accel.cpp |
2457 | src/generic/caret.cpp | |
31d20b58 | 2458 | src/generic/colrdlgg.cpp |
5df6736f | 2459 | src/generic/fdrepdlg.cpp |
5df6736f VS |
2460 | src/generic/fontdlgg.cpp |
2461 | src/generic/imaglist.cpp | |
2462 | src/generic/listctrl.cpp | |
5df6736f | 2463 | src/generic/msgdlgg.cpp |
31d20b58 | 2464 | src/generic/paletteg.cpp |
53dbce23 | 2465 | src/generic/regiong.cpp |
5df6736f VS |
2466 | src/generic/statusbr.cpp |
2467 | src/generic/tabg.cpp | |
ddf98968 | 2468 | </set> |
22d2b5bf | 2469 | <set var="COCOA_HDR" hints="files"> |
c15ffb3b | 2470 | wx/cocoa/NSApplication.h |
ddf98968 VS |
2471 | wx/cocoa/NSBox.h |
2472 | wx/cocoa/NSButton.h | |
2473 | wx/cocoa/NSControl.h | |
2474 | wx/cocoa/NSMenu.h | |
2475 | wx/cocoa/NSPanel.h | |
5369a054 | 2476 | wx/cocoa/NSScroller.h |
0754a4b3 | 2477 | wx/cocoa/NSTabView.h |
9f5fd077 | 2478 | wx/cocoa/NSTableView.h |
ddf98968 VS |
2479 | wx/cocoa/NSTextField.h |
2480 | wx/cocoa/NSView.h | |
2481 | wx/cocoa/NSWindow.h | |
2482 | wx/cocoa/ObjcAssociate.h | |
2483 | wx/cocoa/ObjcPose.h | |
8ac77595 | 2484 | wx/cocoa/ObjcRef.h |
ddf98968 VS |
2485 | wx/cocoa/app.h |
2486 | wx/cocoa/bitmap.h | |
2487 | wx/cocoa/bmpbuttn.h | |
2488 | wx/cocoa/brush.h | |
2489 | wx/cocoa/button.h | |
2490 | wx/cocoa/checkbox.h | |
2491 | wx/cocoa/checklst.h | |
2492 | wx/cocoa/choice.h | |
374eabc1 | 2493 | wx/cocoa/clipbrd.h |
dcb68102 | 2494 | wx/cocoa/colordlg.h |
ddf98968 | 2495 | wx/cocoa/colour.h |
01a16fce | 2496 | wx/cocoa/combobox.h |
ddf98968 VS |
2497 | wx/cocoa/control.h |
2498 | wx/cocoa/cursor.h | |
374eabc1 DE |
2499 | wx/cocoa/dataform.h |
2500 | wx/cocoa/dataobj.h | |
2501 | wx/cocoa/dataobj2.h | |
ddf98968 VS |
2502 | wx/cocoa/dc.h |
2503 | wx/cocoa/dcclient.h | |
2504 | wx/cocoa/dcmemory.h | |
2505 | wx/cocoa/dcscreen.h | |
2506 | wx/cocoa/dialog.h | |
937f314d | 2507 | wx/cocoa/dirdlg.h |
dcb68102 | 2508 | wx/cocoa/drawer.h |
f31424db | 2509 | wx/cocoa/filedlg.h |
ddf98968 | 2510 | wx/cocoa/font.h |
dcb68102 | 2511 | wx/cocoa/fontdlg.h |
ddf98968 | 2512 | wx/cocoa/frame.h |
ec35ed7c | 2513 | wx/cocoa/gauge.h |
ddf98968 VS |
2514 | wx/cocoa/icon.h |
2515 | wx/cocoa/listbox.h | |
3d3600c9 | 2516 | wx/cocoa/log.h |
1a249e04 | 2517 | wx/cocoa/mbarman.h |
9de2e75a | 2518 | wx/cocoa/mdi.h |
ddf98968 VS |
2519 | wx/cocoa/menu.h |
2520 | wx/cocoa/menuitem.h | |
dcb68102 | 2521 | wx/cocoa/msgdlg.h |
0754a4b3 | 2522 | wx/cocoa/notebook.h |
ddf98968 VS |
2523 | wx/cocoa/pen.h |
2524 | wx/cocoa/radiobox.h | |
2525 | wx/cocoa/radiobut.h | |
2526 | wx/cocoa/region.h | |
5369a054 | 2527 | wx/cocoa/scrolbar.h |
c15ffb3b | 2528 | wx/cocoa/slider.h |
dcb68102 | 2529 | wx/cocoa/sound.h |
36b46e25 | 2530 | wx/cocoa/spinbutt.h |
ddf98968 VS |
2531 | wx/cocoa/statbmp.h |
2532 | wx/cocoa/statbox.h | |
2533 | wx/cocoa/statline.h | |
2534 | wx/cocoa/stattext.h | |
2535 | wx/cocoa/textctrl.h | |
2fcd7f64 | 2536 | wx/cocoa/timer.h |
715c1da4 | 2537 | wx/cocoa/toolbar.h |
ddf98968 VS |
2538 | wx/cocoa/toplevel.h |
2539 | wx/cocoa/window.h | |
d1d83c9b | 2540 | <!-- Generic implementations used by wxCocoa: --> |
5df6736f VS |
2541 | wx/generic/caret.h |
2542 | wx/generic/fdrepdlg.h | |
d1d83c9b VS |
2543 | wx/generic/fontdlgg.h |
2544 | wx/generic/imaglist.h | |
2545 | wx/generic/listctrl.h | |
eb9dd149 | 2546 | wx/generic/paletteg.h |
53dbce23 | 2547 | wx/generic/region.h |
5df6736f VS |
2548 | wx/generic/statusbr.h |
2549 | wx/generic/tabg.h | |
ddf98968 VS |
2550 | </set> |
2551 | ||
2552 | ||
2553 | ||
2554 | <!-- ====================================================================== --> | |
2555 | <!-- wxUniversal --> | |
2556 | <!-- ====================================================================== --> | |
2557 | ||
88f23fdd | 2558 | |
22d2b5bf | 2559 | <set var="UNIV_THEMES_SRC" hints="files"> |
ddf98968 | 2560 | src/univ/themes/gtk.cpp |
ddf98968 | 2561 | src/univ/themes/metal.cpp |
3a01afec | 2562 | src/univ/themes/mono.cpp |
5df6736f | 2563 | src/univ/themes/win32.cpp |
ddf98968 VS |
2564 | </set> |
2565 | ||
22d2b5bf | 2566 | <set var="UNIV_SRC" hints="files"> |
5df6736f VS |
2567 | src/generic/accel.cpp |
2568 | src/generic/colrdlgg.cpp | |
2569 | src/generic/dirdlgg.cpp | |
2570 | src/generic/fdrepdlg.cpp | |
2571 | src/generic/filedlgg.cpp | |
2572 | src/generic/fontdlgg.cpp | |
5df6736f VS |
2573 | src/generic/listctrl.cpp |
2574 | src/generic/mdig.cpp | |
2575 | src/generic/msgdlgg.cpp | |
2576 | src/generic/prntdlgg.cpp | |
2577 | src/generic/tabg.cpp | |
ddf98968 VS |
2578 | src/univ/bmpbuttn.cpp |
2579 | src/univ/button.cpp | |
2580 | src/univ/checkbox.cpp | |
2581 | src/univ/checklst.cpp | |
2582 | src/univ/choice.cpp | |
2583 | src/univ/colschem.cpp | |
2584 | src/univ/combobox.cpp | |
2585 | src/univ/control.cpp | |
2479d149 | 2586 | src/univ/ctrlrend.cpp |
ddf98968 VS |
2587 | src/univ/dialog.cpp |
2588 | src/univ/framuniv.cpp | |
ddf98968 VS |
2589 | src/univ/gauge.cpp |
2590 | src/univ/inpcons.cpp | |
2591 | src/univ/inphand.cpp | |
2592 | src/univ/listbox.cpp | |
2593 | src/univ/menu.cpp | |
2594 | src/univ/notebook.cpp | |
2595 | src/univ/radiobox.cpp | |
2596 | src/univ/radiobut.cpp | |
ddf98968 VS |
2597 | src/univ/scrarrow.cpp |
2598 | src/univ/scrolbar.cpp | |
2599 | src/univ/scrthumb.cpp | |
2600 | src/univ/slider.cpp | |
2601 | src/univ/spinbutt.cpp | |
2602 | src/univ/statbmp.cpp | |
2603 | src/univ/statbox.cpp | |
2604 | src/univ/statline.cpp | |
2605 | src/univ/stattext.cpp | |
2606 | src/univ/statusbr.cpp | |
147b8a4a | 2607 | src/univ/stdrend.cpp |
c4836bee | 2608 | src/univ/textctrl.cpp |
43be3c33 | 2609 | src/univ/tglbtn.cpp |
ddf98968 | 2610 | src/univ/theme.cpp |
5df6736f VS |
2611 | src/univ/toolbar.cpp |
2612 | src/univ/topluniv.cpp | |
ddf98968 | 2613 | src/univ/winuniv.cpp |
ddf98968 | 2614 | </set> |
22d2b5bf | 2615 | <set var="UNIV_HDR" hints="files"> |
5df6736f VS |
2616 | wx/generic/accel.h |
2617 | wx/generic/dirdlgg.h | |
2618 | wx/generic/fdrepdlg.h | |
2619 | wx/generic/fontdlgg.h | |
2620 | wx/generic/listctrl.h | |
2621 | wx/generic/mdig.h | |
2622 | wx/generic/statusbr.h | |
2623 | wx/generic/tabg.h | |
ddf98968 VS |
2624 | wx/univ/app.h |
2625 | wx/univ/bmpbuttn.h | |
2626 | wx/univ/button.h | |
2627 | wx/univ/checkbox.h | |
2628 | wx/univ/checklst.h | |
4353a8df | 2629 | wx/univ/chkconf.h |
ddf98968 VS |
2630 | wx/univ/choice.h |
2631 | wx/univ/colschem.h | |
2632 | wx/univ/combobox.h | |
2633 | wx/univ/control.h | |
2634 | wx/univ/dialog.h | |
2635 | wx/univ/frame.h | |
ddf98968 VS |
2636 | wx/univ/gauge.h |
2637 | wx/univ/inpcons.h | |
2638 | wx/univ/inphand.h | |
2639 | wx/univ/listbox.h | |
2640 | wx/univ/menu.h | |
2641 | wx/univ/menuitem.h | |
2642 | wx/univ/notebook.h | |
2643 | wx/univ/radiobox.h | |
2644 | wx/univ/radiobut.h | |
2645 | wx/univ/renderer.h | |
2646 | wx/univ/scrarrow.h | |
2647 | wx/univ/scrolbar.h | |
2648 | wx/univ/scrthumb.h | |
2649 | wx/univ/scrtimer.h | |
ddf98968 VS |
2650 | wx/univ/slider.h |
2651 | wx/univ/spinbutt.h | |
2652 | wx/univ/statbmp.h | |
2653 | wx/univ/statbox.h | |
2654 | wx/univ/statline.h | |
2655 | wx/univ/stattext.h | |
2656 | wx/univ/statusbr.h | |
147b8a4a | 2657 | wx/univ/stdrend.h |
ddf98968 VS |
2658 | wx/univ/textctrl.h |
2659 | wx/univ/theme.h | |
2660 | wx/univ/toolbar.h | |
5df6736f | 2661 | wx/univ/toplevel.h |
ddf98968 | 2662 | wx/univ/window.h |
ddf98968 VS |
2663 | </set> |
2664 | ||
13cb46e0 VS |
2665 | <!-- ====================================================================== --> |
2666 | <!-- wxAdvanced --> | |
2667 | <!-- ====================================================================== --> | |
2668 | ||
13cb46e0 | 2669 | <set var="ADVANCED_CMN_SRC" hints="files"> |
72045d57 | 2670 | src/common/animatecmn.cpp |
a78d8dd0 | 2671 | src/common/datavcmn.cpp |
c105dda0 | 2672 | src/common/hyperlnkcmn.cpp |
fd3f8f5c | 2673 | src/generic/aboutdlgg.cpp |
b792828e | 2674 | src/generic/animateg.cpp |
e17b6377 | 2675 | src/generic/bmpcboxg.cpp |
13cb46e0 | 2676 | src/generic/calctrl.cpp |
4ed7af08 | 2677 | src/generic/datavgen.cpp |
d9876615 | 2678 | src/generic/datectlg.cpp |
13cb46e0 VS |
2679 | src/generic/grid.cpp |
2680 | src/generic/gridctrl.cpp | |
2681 | src/generic/gridsel.cpp | |
2682 | src/generic/helpext.cpp | |
c105dda0 | 2683 | src/generic/hyperlinkg.cpp |
13cb46e0 | 2684 | src/generic/laywin.cpp |
a340b80d | 2685 | src/generic/odcombo.cpp |
3c9287bb | 2686 | src/generic/propdlg.cpp |
13cb46e0 VS |
2687 | src/generic/sashwin.cpp |
2688 | src/generic/splash.cpp | |
2689 | src/generic/tipdlg.cpp | |
2690 | src/generic/wizard.cpp | |
2691 | </set> | |
2692 | ||
2693 | <set var="ADVANCED_CMN_HDR" hints="files"> | |
72045d57 | 2694 | wx/animate.h |
76319fbc | 2695 | wx/animdecod.h |
e17b6377 | 2696 | wx/bmpcbox.h |
13cb46e0 | 2697 | wx/calctrl.h |
a78d8dd0 | 2698 | wx/dataview.h |
feb72429 | 2699 | wx/dateevt.h |
13cb46e0 | 2700 | wx/dcbuffer.h |
fd3f8f5c VZ |
2701 | wx/aboutdlg.h |
2702 | wx/generic/aboutdlgg.h | |
b792828e | 2703 | wx/generic/animate.h |
e17b6377 | 2704 | wx/generic/bmpcbox.h |
13cb46e0 | 2705 | wx/generic/calctrl.h |
d9876615 | 2706 | wx/generic/datectrl.h |
4ed7af08 | 2707 | wx/generic/dataview.h |
13cb46e0 VS |
2708 | wx/generic/grid.h |
2709 | wx/generic/gridctrl.h | |
2710 | wx/generic/gridsel.h | |
2711 | wx/generic/helpext.h | |
c105dda0 | 2712 | wx/generic/hyperlink.h |
13cb46e0 | 2713 | wx/generic/laywin.h |
3c9287bb | 2714 | wx/generic/propdlg.h |
13cb46e0 VS |
2715 | wx/generic/sashwin.h |
2716 | wx/generic/splash.h | |
2717 | wx/generic/wizard.h | |
2718 | wx/grid.h | |
17e91437 | 2719 | wx/hyperlink.h |
131f235d | 2720 | wx/joystick.h |
13cb46e0 | 2721 | wx/laywin.h |
a340b80d | 2722 | wx/odcombo.h |
3c9287bb | 2723 | wx/propdlg.h |
13cb46e0 | 2724 | wx/sashwin.h |
c79241a2 | 2725 | wx/sound.h |
13cb46e0 | 2726 | wx/splash.h |
131f235d | 2727 | wx/taskbar.h |
13cb46e0 VS |
2728 | wx/tipdlg.h |
2729 | wx/wizard.h | |
2730 | </set> | |
2731 | ||
ca95ed8e VZ |
2732 | <set var="ADVANCED_CMN_NATIVE_HDR" hints="files"> |
2733 | wx/datectrl.h | |
a78d8dd0 | 2734 | wx/dataview.h |
ca95ed8e VZ |
2735 | </set> |
2736 | ||
131f235d VS |
2737 | <set var="ADVANCED_MSW_SRC" hints="files"> |
2738 | src/common/taskbarcmn.cpp | |
fd3f8f5c | 2739 | src/msw/aboutdlg.cpp |
315ebf68 | 2740 | src/msw/sound.cpp |
131f235d | 2741 | src/msw/taskbar.cpp |
131f235d VS |
2742 | </set> |
2743 | <set var="ADVANCED_MSW_HDR" hints="files"> | |
315ebf68 | 2744 | wx/msw/sound.h |
131f235d | 2745 | wx/msw/taskbar.h |
131f235d | 2746 | </set> |
ca95ed8e VZ |
2747 | |
2748 | <!-- not used with wxUniv --> | |
2749 | <set var="ADVANCED_MSW_NATIVE_SRC" hints="files"> | |
2750 | src/msw/datectrl.cpp | |
2751 | </set> | |
2752 | <set var="ADVANCED_MSW_NATIVE_HDR" hints="files"> | |
2753 | wx/msw/datectrl.h | |
2754 | </set> | |
2755 | ||
ba9e5bc4 | 2756 | <!-- not built on WindowsCE: --> |
ca95ed8e | 2757 | <set var="ADVANCED_MSW_DESKTOP_SRC" hints="files"> |
ba9e5bc4 VS |
2758 | src/msw/joystick.cpp |
2759 | </set> | |
ca95ed8e | 2760 | <set var="ADVANCED_MSW_DESKTOP_HDR" hints="files"> |
ba9e5bc4 VS |
2761 | wx/msw/joystick.h |
2762 | </set> | |
131f235d VS |
2763 | |
2764 | <set var="ADVANCED_MAC_SRC" hints="files"> | |
3e17bc3f | 2765 | src/common/taskbarcmn.cpp |
fd3f8f5c | 2766 | src/mac/carbon/aboutdlg.cpp |
3e17bc3f | 2767 | src/mac/carbon/drawer.cpp |
56bb4a5e | 2768 | src/mac/carbon/sound.cpp |
607667fd | 2769 | src/mac/carbon/taskbar.cpp |
4cb1d3da | 2770 | src/mac/corefoundation/hidjoystick.cpp |
131f235d VS |
2771 | </set> |
2772 | <set var="ADVANCED_MAC_HDR" hints="files"> | |
3e17bc3f | 2773 | wx/mac/carbon/drawer.h |
56bb4a5e | 2774 | wx/mac/carbon/sound.h |
607667fd | 2775 | wx/mac/carbon/taskbarosx.h |
4cb1d3da | 2776 | wx/mac/corefoundation/joystick.h |
131f235d VS |
2777 | </set> |
2778 | ||
f1d9e1ec DE |
2779 | <set var="ADVANCED_COCOA_SRC" hints="files"> |
2780 | src/cocoa/taskbar.mm | |
2781 | src/common/taskbarcmn.cpp | |
4cb1d3da | 2782 | src/mac/corefoundation/hidjoystick.cpp |
f1d9e1ec DE |
2783 | </set> |
2784 | <set var="ADVANCED_COCOA_HDR" hints="files"> | |
0ec6ec32 | 2785 | wx/cocoa/taskbar.h |
4cb1d3da | 2786 | wx/mac/corefoundation/joystick.h |
f1d9e1ec DE |
2787 | </set> |
2788 | ||
131f235d VS |
2789 | <set var="ADVANCED_OS2_SRC" hints="files"> |
2790 | src/os2/joystick.cpp | |
315ebf68 | 2791 | src/os2/sound.cpp |
131f235d VS |
2792 | </set> |
2793 | <set var="ADVANCED_OS2_HDR" hints="files"> | |
2794 | wx/os2/joystick.h | |
315ebf68 | 2795 | wx/os2/sound.h |
131f235d VS |
2796 | </set> |
2797 | ||
2798 | <set var="ADVANCED_UNIX_SRC" hints="files"> | |
2799 | src/common/taskbarcmn.cpp | |
2800 | src/unix/joystick.cpp | |
c79241a2 | 2801 | src/unix/sound.cpp |
131f235d | 2802 | src/unix/taskbarx11.cpp |
131f235d VS |
2803 | </set> |
2804 | <set var="ADVANCED_UNIX_HDR" hints="files"> | |
2805 | wx/unix/joystick.h | |
c79241a2 | 2806 | wx/unix/sound.h |
131f235d | 2807 | wx/unix/taskbarx11.h |
131f235d VS |
2808 | </set> |
2809 | ||
33d4eef0 | 2810 | <set var="ADVANCED_GTK_SRC" hints="files"> |
a11a0ead | 2811 | src/gtk/aboutdlg.cpp |
72045d57 | 2812 | src/gtk/animate.cpp |
a78d8dd0 | 2813 | src/gtk/dataview.cpp |
c105dda0 | 2814 | src/gtk/hyperlink.cpp |
37ad32a4 | 2815 | src/gtk/taskbar.cpp |
33d4eef0 VS |
2816 | src/gtk/eggtrayicon.c |
2817 | </set> | |
72045d57 VZ |
2818 | <set var="ADVANCED_GTK_HDR" hints="files"> |
2819 | wx/gtk/animate.h | |
c105dda0 | 2820 | wx/gtk/hyperlink.h |
72045d57 VZ |
2821 | </set> |
2822 | ||
8ff12d3d | 2823 | <set var="ADVANCED_GTK1_SRC" hints="files"> |
554db692 PC |
2824 | src/gtk1/eggtrayicon.c |
2825 | src/gtk1/taskbar.cpp | |
2826 | </set> | |
2827 | <set var="ADVANCED_GTK1_HDR" hints="files"> | |
8ff12d3d | 2828 | </set> |
33d4eef0 | 2829 | |
2ae3b602 RN |
2830 | <!-- ====================================================================== --> |
2831 | <!-- wxMedia --> | |
2832 | <!-- ====================================================================== --> | |
2833 | ||
2834 | <set var="MEDIA_CMN_SRC" hints="files"> | |
ff4aedc5 | 2835 | src/common/mediactrlcmn.cpp |
2ae3b602 RN |
2836 | </set> |
2837 | ||
2838 | <set var="MEDIA_CMN_HDR" hints="files"> | |
6a91f714 | 2839 | wx/mediactrl.h |
2ae3b602 RN |
2840 | </set> |
2841 | ||
2842 | <set var="MEDIA_MSW_SRC" hints="files"> | |
557002cf VZ |
2843 | src/msw/mediactrl_am.cpp |
2844 | src/msw/mediactrl_wmp10.cpp | |
c5ec19f4 | 2845 | src/msw/mediactrl_qt.cpp |
bf354396 | 2846 | src/msw/ole/activex.cpp |
2ae3b602 RN |
2847 | </set> |
2848 | <set var="MEDIA_MSW_HDR" hints="files"> | |
bf354396 | 2849 | wx/msw/ole/activex.h |
2ae3b602 RN |
2850 | </set> |
2851 | <!-- not built on WindowsCE: --> | |
ca95ed8e | 2852 | <set var="MEDIA_MSW_DESKTOP_SRC" hints="files"> |
2ae3b602 | 2853 | </set> |
ca95ed8e | 2854 | <set var="MEDIA_MSW_DESKTOP_HDR" hints="files"> |
2ae3b602 RN |
2855 | </set> |
2856 | ||
2857 | <set var="MEDIA_MAC_SRC" hints="files"> | |
6a91f714 | 2858 | src/mac/carbon/mediactrl.cpp |
2ae3b602 RN |
2859 | </set> |
2860 | <set var="MEDIA_MAC_HDR" hints="files"> | |
2ae3b602 RN |
2861 | </set> |
2862 | ||
2863 | <set var="MEDIA_COCOA_SRC" hints="files"> | |
4fc81cbc | 2864 | src/cocoa/mediactrl.mm |
2ae3b602 RN |
2865 | </set> |
2866 | <set var="MEDIA_COCOA_HDR" hints="files"> | |
2867 | </set> | |
2868 | ||
2869 | <set var="MEDIA_OS2_SRC" hints="files"> | |
2870 | </set> | |
2871 | <set var="MEDIA_OS2_HDR" hints="files"> | |
2872 | </set> | |
2873 | ||
2874 | <set var="MEDIA_UNIX_SRC" hints="files"> | |
ddc90a8d | 2875 | src/unix/mediactrl.cpp |
2ae3b602 RN |
2876 | </set> |
2877 | <set var="MEDIA_UNIX_HDR" hints="files"> | |
2878 | </set> | |
2879 | ||
2880 | <set var="MEDIA_GTK_SRC" hints="files"> | |
2881 | </set> | |
2882 | ||
8ff12d3d MR |
2883 | <set var="MEDIA_GTK1_SRC" hints="files"> |
2884 | </set> | |
2885 | ||
ddf98968 VS |
2886 | <!-- ====================================================================== --> |
2887 | <!-- wxHTML --> | |
2888 | <!-- ====================================================================== --> | |
2889 | ||
36b72b47 VS |
2890 | <set var="HTML_SRC_PLATFORM"> |
2891 | <if cond="TOOLKIT=='MSW'"> | |
2892 | src/msw/helpbest.cpp | |
2893 | </if> | |
c839485c VS |
2894 | <if cond="PLATFORM_UNIX=='1'"> |
2895 | src/html/chm.cpp | |
2896 | </if> | |
2897 | <if cond="PLATFORM_MACOSX=='1'"> | |
2898 | src/html/chm.cpp | |
2899 | </if> | |
36b72b47 | 2900 | </set> |
22d2b5bf | 2901 | <set var="HTML_SRC" hints="files"> |
36b72b47 | 2902 | $(HTML_SRC_PLATFORM) |
5df6736f | 2903 | src/html/helpctrl.cpp |
ddf98968 | 2904 | src/html/helpdata.cpp |
3755cfa6 | 2905 | src/html/helpdlg.cpp |
ddf98968 | 2906 | src/html/helpfrm.cpp |
f3e156ef | 2907 | src/html/helpwnd.cpp |
ddf98968 VS |
2908 | src/html/htmlcell.cpp |
2909 | src/html/htmlfilt.cpp | |
2910 | src/html/htmlpars.cpp | |
2911 | src/html/htmltag.cpp | |
2912 | src/html/htmlwin.cpp | |
5df6736f VS |
2913 | src/html/htmprint.cpp |
2914 | src/html/m_dflist.cpp | |
ddf98968 VS |
2915 | src/html/m_fonts.cpp |
2916 | src/html/m_hline.cpp | |
2917 | src/html/m_image.cpp | |
2918 | src/html/m_layout.cpp | |
2919 | src/html/m_links.cpp | |
2920 | src/html/m_list.cpp | |
ddf98968 | 2921 | src/html/m_pre.cpp |
ddf98968 | 2922 | src/html/m_style.cpp |
5df6736f VS |
2923 | src/html/m_tables.cpp |
2924 | src/html/winpars.cpp | |
a9035850 | 2925 | <!-- wxHTML users: --> |
a9035850 | 2926 | src/generic/htmllbox.cpp |
ddf98968 | 2927 | </set> |
ef53c340 VZ |
2928 | <set var="MSW_HTML_HDR" hints="files"> |
2929 | <if cond="TOOLKIT=='MSW'">wx/msw/helpbest.h</if> | |
2930 | </set> | |
22d2b5bf | 2931 | <set var="HTML_HDR" hints="files"> |
227a9855 VS |
2932 | wx/html/helpctrl.h |
2933 | wx/html/helpdata.h | |
f533e26f | 2934 | wx/html/helpdlg.h |
227a9855 | 2935 | wx/html/helpfrm.h |
f3e156ef | 2936 | wx/html/helpwnd.h |
227a9855 VS |
2937 | wx/html/htmlcell.h |
2938 | wx/html/htmldefs.h | |
2939 | wx/html/htmlfilt.h | |
2940 | wx/html/htmlpars.h | |
2941 | wx/html/htmlproc.h | |
2942 | wx/html/htmltag.h | |
2943 | wx/html/htmlwin.h | |
2944 | wx/html/htmprint.h | |
2945 | wx/html/m_templ.h | |
2946 | wx/html/winpars.h | |
5df6736f | 2947 | wx/wxhtml.h |
a9035850 | 2948 | <!-- wxHTML users: --> |
a9035850 | 2949 | wx/htmllbox.h |
ef53c340 | 2950 | $(MSW_HTML_HDR) |
ddf98968 VS |
2951 | </set> |
2952 | ||
2953 | ||
5df6736f | 2954 | |
3849327b VS |
2955 | <!-- ====================================================================== --> |
2956 | <!-- wxXRC --> | |
2957 | <!-- ====================================================================== --> | |
2958 | ||
2959 | <set var="XRC_SRC" hints="files"> | |
9e29cd0a | 2960 | src/xrc/xh_animatctrl.cpp |
3849327b | 2961 | src/xrc/xh_bmp.cpp |
d1a3f566 VZ |
2962 | src/xrc/xh_bmpcbox.cpp |
2963 | src/xrc/xh_bmpbt.cpp | |
3849327b VS |
2964 | src/xrc/xh_bttn.cpp |
2965 | src/xrc/xh_cald.cpp | |
2966 | src/xrc/xh_chckb.cpp | |
2967 | src/xrc/xh_chckl.cpp | |
2968 | src/xrc/xh_choic.cpp | |
9aaf1192 | 2969 | src/xrc/xh_choicbk.cpp |
ec376c8f | 2970 | src/xrc/xh_clrpicker.cpp |
912c3932 | 2971 | src/xrc/xh_collpane.cpp |
3849327b | 2972 | src/xrc/xh_combo.cpp |
310e47b3 | 2973 | src/xrc/xh_datectrl.cpp |
ec376c8f | 2974 | src/xrc/xh_dirpicker.cpp |
3849327b VS |
2975 | src/xrc/xh_dlg.cpp |
2976 | src/xrc/xh_frame.cpp | |
5a0348c4 | 2977 | src/xrc/xh_mdi.cpp |
ec376c8f VZ |
2978 | src/xrc/xh_filepicker.cpp |
2979 | src/xrc/xh_fontpicker.cpp | |
3849327b VS |
2980 | src/xrc/xh_gauge.cpp |
2981 | src/xrc/xh_gdctl.cpp | |
dbcca2fa | 2982 | src/xrc/xh_grid.cpp |
3849327b | 2983 | src/xrc/xh_html.cpp |
17e91437 | 2984 | src/xrc/xh_hyperlink.cpp |
3849327b | 2985 | src/xrc/xh_listb.cpp |
9aaf1192 | 2986 | src/xrc/xh_listbk.cpp |
3849327b VS |
2987 | src/xrc/xh_listc.cpp |
2988 | src/xrc/xh_menu.cpp | |
2989 | src/xrc/xh_notbk.cpp | |
582f07c2 | 2990 | src/xrc/xh_odcombo.cpp |
3849327b VS |
2991 | src/xrc/xh_panel.cpp |
2992 | src/xrc/xh_radbt.cpp | |
2993 | src/xrc/xh_radbx.cpp | |
87c2432d VZ |
2994 | <!-- disabled until linking problems are fixed --> |
2995 | <!-- src/xrc/xh_richtext.cpp --> | |
3849327b VS |
2996 | src/xrc/xh_scrol.cpp |
2997 | src/xrc/xh_scwin.cpp | |
9ebb7cad | 2998 | src/xrc/xh_htmllbox.cpp |
3849327b VS |
2999 | src/xrc/xh_sizer.cpp |
3000 | src/xrc/xh_slidr.cpp | |
3001 | src/xrc/xh_spin.cpp | |
3002 | src/xrc/xh_split.cpp | |
3003 | src/xrc/xh_statbar.cpp | |
3004 | src/xrc/xh_stbmp.cpp | |
3005 | src/xrc/xh_stbox.cpp | |
3006 | src/xrc/xh_stlin.cpp | |
3007 | src/xrc/xh_sttxt.cpp | |
3008 | src/xrc/xh_text.cpp | |
3009 | src/xrc/xh_tglbtn.cpp | |
3010 | src/xrc/xh_toolb.cpp | |
3011 | src/xrc/xh_tree.cpp | |
eca15c0d | 3012 | src/xrc/xh_treebk.cpp |
3849327b VS |
3013 | src/xrc/xh_unkwn.cpp |
3014 | src/xrc/xh_wizrd.cpp | |
3015 | src/xrc/xmlres.cpp | |
3016 | src/xrc/xmlrsall.cpp | |
3017 | </set> | |
3018 | <set var="XRC_HDR" hints="files"> | |
3019 | wx/xrc/xh_all.h | |
9e29cd0a | 3020 | wx/xrc/xh_animatctrl.h |
3849327b VS |
3021 | wx/xrc/xh_bmpbt.h |
3022 | wx/xrc/xh_bmp.h | |
e17b6377 | 3023 | wx/xrc/xh_bmpcbox.h |
3849327b VS |
3024 | wx/xrc/xh_bttn.h |
3025 | wx/xrc/xh_cald.h | |
3026 | wx/xrc/xh_chckb.h | |
3027 | wx/xrc/xh_chckl.h | |
3028 | wx/xrc/xh_choic.h | |
9aaf1192 | 3029 | wx/xrc/xh_choicbk.h |
ec376c8f | 3030 | wx/xrc/xh_clrpicker.h |
912c3932 | 3031 | wx/xrc/xh_collpane.h |
3849327b | 3032 | wx/xrc/xh_combo.h |
a2897d43 | 3033 | wx/xrc/xh_datectrl.h |
ec376c8f | 3034 | wx/xrc/xh_dirpicker.h |
3849327b | 3035 | wx/xrc/xh_dlg.h |
ec376c8f VZ |
3036 | wx/xrc/xh_filepicker.h |
3037 | wx/xrc/xh_fontpicker.h | |
3849327b | 3038 | wx/xrc/xh_frame.h |
5a0348c4 | 3039 | wx/xrc/xh_mdi.h |
3849327b VS |
3040 | wx/xrc/xh_gauge.h |
3041 | wx/xrc/xh_gdctl.h | |
dbcca2fa | 3042 | wx/xrc/xh_grid.h |
3849327b | 3043 | wx/xrc/xh_html.h |
17e91437 | 3044 | wx/xrc/xh_hyperlink.h |
3849327b | 3045 | wx/xrc/xh_listb.h |
9aaf1192 | 3046 | wx/xrc/xh_listbk.h |
3849327b VS |
3047 | wx/xrc/xh_listc.h |
3048 | wx/xrc/xh_menu.h | |
3049 | wx/xrc/xh_notbk.h | |
582f07c2 | 3050 | wx/xrc/xh_odcombo.h |
3849327b VS |
3051 | wx/xrc/xh_panel.h |
3052 | wx/xrc/xh_radbt.h | |
3053 | wx/xrc/xh_radbx.h | |
87c2432d | 3054 | <!-- wx/xrc/xh_richtext.h --> |
3849327b VS |
3055 | wx/xrc/xh_scrol.h |
3056 | wx/xrc/xh_scwin.h | |
9ebb7cad | 3057 | wx/xrc/xh_htmllbox.h |
3849327b VS |
3058 | wx/xrc/xh_sizer.h |
3059 | wx/xrc/xh_slidr.h | |
3060 | wx/xrc/xh_spin.h | |
3061 | wx/xrc/xh_split.h | |
3062 | wx/xrc/xh_statbar.h | |
3063 | wx/xrc/xh_stbmp.h | |
3064 | wx/xrc/xh_stbox.h | |
3065 | wx/xrc/xh_stlin.h | |
3066 | wx/xrc/xh_sttxt.h | |
3067 | wx/xrc/xh_text.h | |
3068 | wx/xrc/xh_tglbtn.h | |
3069 | wx/xrc/xh_toolb.h | |
3070 | wx/xrc/xh_tree.h | |
b2aba331 | 3071 | wx/xrc/xh_treebk.h |
3849327b VS |
3072 | wx/xrc/xh_unkwn.h |
3073 | wx/xrc/xh_wizrd.h | |
3074 | wx/xrc/xmlres.h | |
3075 | </set> | |
3076 | ||
3077 | ||
3078 | ||
3079 | ||
a69544bf VS |
3080 | <!-- ====================================================================== --> |
3081 | <!-- XML classes --> | |
3082 | <!-- ====================================================================== --> | |
3083 | ||
22d2b5bf | 3084 | <set var="XML_SRC" hints="files"> |
a69544bf | 3085 | src/xml/xml.cpp |
e2412466 | 3086 | src/common/xtixml.cpp <!-- FIXME - temporary solution --> |
a69544bf | 3087 | </set> |
22d2b5bf | 3088 | <set var="XML_HDR" hints="files"> |
a69544bf | 3089 | wx/xml/xml.h |
e2412466 | 3090 | wx/xtixml.h <!-- FIXME - temporary solution --> |
a69544bf VS |
3091 | </set> |
3092 | ||
3093 | ||
4d264332 VS |
3094 | <!-- ====================================================================== --> |
3095 | <!-- OpenGL canvas --> | |
3096 | <!-- ====================================================================== --> | |
3097 | ||
22d2b5bf | 3098 | <set var="OPENGL_SRC" hints="files"> |
56bb4a5e | 3099 | <if cond="TOOLKIT=='MAC'">src/mac/carbon/glcanvas.cpp</if> |
bd2af428 | 3100 | <if cond="TOOLKIT=='COCOA'">src/cocoa/glcanvas.mm</if> |
601f1cfb MW |
3101 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">src/gtk/glcanvas.cpp</if> |
3102 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">src/gtk1/glcanvas.cpp</if> | |
4d264332 | 3103 | <if cond="TOOLKIT=='MSW'">src/msw/glcanvas.cpp</if> |
af594eca | 3104 | <if cond="TOOLKIT=='WINCE'">src/msw/glcanvas.cpp</if> |
05e770c4 | 3105 | <if cond="TOOLKIT=='MOTIF'">src/x11/glcanvas.cpp</if> |
4d264332 | 3106 | <if cond="TOOLKIT=='X11'">src/x11/glcanvas.cpp</if> |
96c1699d | 3107 | <if cond="TOOLKIT=='PM'">src/os2/glcanvas.cpp</if> |
4d264332 VS |
3108 | </set> |
3109 | ||
22d2b5bf | 3110 | <set var="OPENGL_HDR" hints="files"> |
56bb4a5e | 3111 | <if cond="TOOLKIT=='MAC'">wx/mac/carbon/glcanvas.h</if> |
bd2af428 | 3112 | <if cond="TOOLKIT=='COCOA'">wx/cocoa/glcanvas.h</if> |
601f1cfb MW |
3113 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">wx/gtk/glcanvas.h</if> |
3114 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">wx/gtk1/glcanvas.h</if> | |
4d264332 | 3115 | <if cond="TOOLKIT=='MSW'">wx/msw/glcanvas.h</if> |
af594eca | 3116 | <if cond="TOOLKIT=='WINCE'">wx/msw/glcanvas.h</if> |
05e770c4 | 3117 | <if cond="TOOLKIT=='MOTIF'">wx/x11/glcanvas.h</if> |
4d264332 | 3118 | <if cond="TOOLKIT=='X11'">wx/x11/glcanvas.h</if> |
96c1699d | 3119 | <if cond="TOOLKIT=='PM'">wx/os2/glcanvas.h</if> |
4d264332 VS |
3120 | </set> |
3121 | ||
ddf98968 VS |
3122 | |
3123 | ||
bb41dcbe | 3124 | <!-- ====================================================================== --> |
af594eca | 3125 | <!-- ODBC classes --> |
bb41dcbe VS |
3126 | <!-- ====================================================================== --> |
3127 | ||
3128 | <set var="ODBC_SRC" hints="files"> | |
3129 | src/common/db.cpp | |
bb41dcbe VS |
3130 | src/common/dbtable.cpp |
3131 | </set> | |
3132 | <set var="ODBC_HDR" hints="files"> | |
3133 | wx/db.h | |
bb41dcbe VS |
3134 | wx/dbkeyg.h |
3135 | wx/dbtable.h | |
3136 | </set> | |
3137 | ||
83b9886f VS |
3138 | <set var="DBGRID_SRC" hints="files"> |
3139 | src/common/dbgrid.cpp | |
3140 | </set> | |
3141 | <set var="DBGRID_HDR" hints="files"> | |
3142 | wx/dbgrid.h | |
3143 | </set> | |
3144 | ||
bb41dcbe | 3145 | |
c79241a2 VS |
3146 | <!-- ====================================================================== --> |
3147 | <!-- Misc plugin sources: --> | |
3148 | <!-- ====================================================================== --> | |
3149 | ||
3150 | <set var="UNIX_SOUND_SRC_SDL" hints="files"> | |
3151 | src/unix/sound_sdl.cpp | |
3152 | </set> | |
bb41dcbe | 3153 | |
50acee04 JS |
3154 | <!-- ====================================================================== --> |
3155 | <!-- wxAUI --> | |
3156 | <!-- ====================================================================== --> | |
3157 | ||
3158 | <set var="AUI_SRC" hints="files"> | |
3159 | src/aui/framemanager.cpp | |
3160 | src/aui/dockart.cpp | |
3161 | src/aui/floatpane.cpp | |
96fc1039 BW |
3162 | src/aui/auibook.cpp |
3163 | src/aui/tabmdi.cpp | |
50acee04 JS |
3164 | </set> |
3165 | <set var="AUI_HDR" hints="files"> | |
3166 | wx/aui/framemanager.h | |
3167 | wx/aui/dockart.h | |
3168 | wx/aui/floatpane.h | |
96fc1039 BW |
3169 | wx/aui/auibook.h |
3170 | wx/aui/tabmdi.h | |
50acee04 JS |
3171 | wx/aui/aui.h |
3172 | </set> | |
3173 | ||
3b2cb431 JS |
3174 | <!-- ====================================================================== --> |
3175 | <!-- wxRichTextCtrl --> | |
3176 | <!-- ====================================================================== --> | |
3177 | ||
3178 | <set var="RICHTEXT_SRC" hints="files"> | |
3179 | src/richtext/richtextctrl.cpp | |
3180 | src/richtext/richtextbuffer.cpp | |
3181 | src/richtext/richtextstyles.cpp | |
3182 | src/richtext/richtextxml.cpp | |
3183 | src/richtext/richtexthtml.cpp | |
cd5dc5e6 JS |
3184 | src/richtext/richtextformatdlg.cpp |
3185 | src/richtext/richtextsymboldlg.cpp | |
36751d97 | 3186 | src/richtext/richtextstyledlg.cpp |
63984887 | 3187 | src/richtext/richtextprint.cpp |
3b2cb431 JS |
3188 | </set> |
3189 | <set var="RICHTEXT_HDR" hints="files"> | |
3190 | wx/richtext/richtextctrl.h | |
3191 | wx/richtext/richtextbuffer.h | |
ff202bcb | 3192 | wx/richtext/richtexthtml.h |
3b2cb431 JS |
3193 | wx/richtext/richtextstyles.h |
3194 | wx/richtext/richtextxml.h | |
cd5dc5e6 JS |
3195 | wx/richtext/richtextformatdlg.h |
3196 | wx/richtext/richtextsymboldlg.h | |
36751d97 | 3197 | wx/richtext/richtextstyledlg.h |
63984887 | 3198 | wx/richtext/richtextprint.h |
3b2cb431 JS |
3199 | </set> |
3200 | ||
ddf98968 VS |
3201 | <!-- ====================================================================== --> |
3202 | <!-- Define sources for specific libraries: --> | |
3203 | <!-- ====================================================================== --> | |
3204 | ||
7c4728f6 VS |
3205 | <!-- wxBase files: --> |
3206 | ||
4aa75221 | 3207 | <!-- Nested if would be nicer, but this works --> |
7b860930 | 3208 | <!-- These are the files for PLATFORM_MACOSX --> |
22d2b5bf | 3209 | <set var="BASE_MACOSX_SRC" hints="files"> |
df3c72ad | 3210 | <if cond="TOOLKIT=='MAC'">$(BASE_MACOSX_WXMAC_SRC)</if> |
ad07ce2b DE |
3211 | <if cond="TOOLKIT=='COCOA'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> |
3212 | <if cond="TOOLKIT=='GTK'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
3213 | <if cond="TOOLKIT=='X11'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
3214 | <if cond="TOOLKIT=='MOTIF'">$(BASE_MACOSX_NOTWXMAC_SRC)</if> | |
4aa75221 | 3215 | <!-- FIXME: TOOLKIT!='MAC' is what we really want --> |
9aaf1192 | 3216 | |
a30f955f VS |
3217 | <!-- FIXME: a hack because there are two wxBase versions on |
3218 | Mac; once fixed, this would no longer be needed --> | |
ad07ce2b | 3219 | <if cond="TOOLKIT==''">$(BASE_MACOSX_NOTWXMAC_SRC)</if> |
4aa75221 | 3220 | </set> |
22d2b5bf | 3221 | <set var="BASE_PLATFORM_SRC" hints="files"> |
ddf98968 | 3222 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_SRC)</if> |
7b44c670 | 3223 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)</if> |
4aa75221 | 3224 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_SRC)</if> |
7b860930 | 3225 | <if cond="PLATFORM_MACOS=='1'">$(BASE_MAC_SRC) $(BASE_MAC_CARBONLIB_SRC)</if> |
96c1699d | 3226 | <if cond="PLATFORM_OS2=='1'">$(BASE_OS2_SRC)</if> |
a986efd0 | 3227 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_SRC)</if> |
83d8eb47 | 3228 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)</if> |
ddf98968 | 3229 | </set> |
8b509749 | 3230 | <set var="BASE_AND_GUI_TOOLKIT_SRC" hints="files"> |
ab48b97b | 3231 | <if cond="TOOLKIT=='MAC'">$(BASE_AND_GUI_MAC_SRC)</if> |
8b509749 | 3232 | </set> |
22d2b5bf | 3233 | <set var="BASE_AND_GUI_PLATFORM_SRC" hints="files"> |
e86e1522 | 3234 | <if cond="PLATFORM_UNIX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> |
e86e1522 | 3235 | <if cond="PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)</if> |
a30f955f | 3236 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_AND_GUI_UNIX_SRC)</if> |
a986efd0 | 3237 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_AND_GUI_PALMOS_SRC)</if> |
83d8eb47 | 3238 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)</if> |
7b860930 DE |
3239 | <!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this --> |
3240 | <!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if --> | |
e86e1522 | 3241 | </set> |
18647d11 DE |
3242 | |
3243 | <!-- Nested if would be nicer, but this works --> | |
3244 | <!-- These are the files for PLATFORM_MACOSX --> | |
3245 | <set var="BASE_MACOSX_HDR" hints="files"> | |
3246 | <if cond="TOOLKIT=='MAC'">$(BASE_MACOSX_WXMAC_HDR)</if> | |
3247 | <if cond="TOOLKIT=='COCOA'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
3248 | <if cond="TOOLKIT=='GTK'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
3249 | <if cond="TOOLKIT=='X11'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
3250 | <if cond="TOOLKIT=='MOTIF'">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
3251 | <!-- FIXME: TOOLKIT!='MAC' is what we really want --> | |
3252 | ||
3253 | <!-- FIXME: a hack because there are two wxBase versions on | |
3254 | Mac; once fixed, this would no longer be needed --> | |
3255 | <if cond="TOOLKIT==''">$(BASE_MACOSX_NOTWXMAC_HDR)</if> | |
3256 | </set> | |
22d2b5bf | 3257 | <set var="BASE_PLATFORM_HDR" hints="files"> |
45a74fec MW |
3258 | <if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)</if> |
3259 | <if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)</if> | |
18647d11 | 3260 | <if cond="PLATFORM_MACOSX=='1'">$(BASE_MACOSX_HDR)</if> |
a986efd0 | 3261 | <if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_HDR)</if> |
83d8eb47 | 3262 | <if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)</if> |
7e04a500 | 3263 | <if cond="PLATFORM_OS2=='1'">$(BASE_OS2_HDR)</if> |
ddf98968 | 3264 | </set> |
88f23fdd | 3265 | |
22d2b5bf | 3266 | <set var="BASE_SRC" hints="files"> |
ddf98968 VS |
3267 | $(BASE_CMN_SRC) $(BASE_PLATFORM_SRC) |
3268 | </set> | |
22d2b5bf | 3269 | <set var="BASE_AND_GUI_SRC" hints="files"> |
8b509749 VS |
3270 | $(BASE_AND_GUI_CMN_SRC) |
3271 | $(BASE_AND_GUI_PLATFORM_SRC) $(BASE_AND_GUI_TOOLKIT_SRC) | |
e86e1522 | 3272 | </set> |
21041c70 VS |
3273 | |
3274 | ||
7c4728f6 | 3275 | <!-- wxNet files: --> |
7c4728f6 VS |
3276 | <set var="NET_PLATFORM_SRC" hints="files"> |
3277 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_SRC)</if> | |
af594eca | 3278 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_SRC) $(NET_WINCE_SRC)</if> |
a30f955f | 3279 | <if cond="PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC)</if> |
7b860930 | 3280 | <if cond="PLATFORM_MACOS=='1'">$(NET_MAC_CARBONLIB_SRC)</if> |
96c1699d | 3281 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_SRC)</if> |
7c4728f6 VS |
3282 | </set> |
3283 | <set var="NET_PLATFORM_HDR" hints="files"> | |
45a74fec MW |
3284 | <if cond="PLATFORM_UNIX=='1'">$(NET_UNIX_HDR)</if> |
3285 | <if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_HDR) $(NET_WINCE_HDR)</if> | |
96c1699d | 3286 | <if cond="PLATFORM_OS2=='1'">$(NET_OS2_HDR)</if> |
a30f955f | 3287 | <if cond="PLATFORM_MACOSX=='1'">$(NET_UNIX_HDR)</if> |
7b860930 | 3288 | <if cond="PLATFORM_MACOS=='1'">$(NET_MAC_CARBONLIB_HDR)</if> |
7c4728f6 VS |
3289 | </set> |
3290 | ||
3291 | <set var="NET_SRC" hints="files"> | |
3292 | $(NET_CMN_SRC) $(NET_PLATFORM_SRC) | |
3293 | </set> | |
88f23fdd | 3294 | |
7c4728f6 VS |
3295 | |
3296 | <!-- GUI sources: --> | |
21041c70 | 3297 | |
22d2b5bf | 3298 | <set var="LOWLEVEL_SRC" hints="files"> |
601f1cfb MW |
3299 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_SRC)</if> |
3300 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_SRC)</if> | |
ddf98968 | 3301 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_SRC)</if> |
ca95ed8e | 3302 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_SRC) $(MSW_DESKTOP_LOWLEVEL_SRC)</if> |
af594eca | 3303 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_SRC)</if> |
ddf98968 VS |
3304 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_SRC)</if> |
3305 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_SRC)</if> | |
96c1699d | 3306 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_SRC)</if> |
ddf98968 VS |
3307 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_SRC)</if> |
3308 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_SRC)</if> | |
b3c86150 | 3309 | <if cond="TOOLKIT=='DFB'">$(DFB_LOWLEVEL_SRC)</if> |
ddf98968 | 3310 | </set> |
22d2b5bf | 3311 | <set var="LOWLEVEL_HDR" hints="files"> |
601f1cfb MW |
3312 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_LOWLEVEL_HDR)</if> |
3313 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_LOWLEVEL_HDR)</if> | |
ddf98968 | 3314 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_LOWLEVEL_HDR)</if> |
23e42d9d | 3315 | <if cond="TOOLKIT=='MSW'">$(MSW_LOWLEVEL_HDR) $(MSW_DESKTOP_LOWLEVEL_HDR)</if> |
af594eca | 3316 | <if cond="TOOLKIT=='WINCE'">$(MSW_LOWLEVEL_HDR)</if> |
ddf98968 VS |
3317 | <if cond="TOOLKIT=='MAC'">$(MAC_LOWLEVEL_HDR)</if> |
3318 | <if cond="TOOLKIT=='COCOA'">$(COCOA_LOWLEVEL_HDR)</if> | |
96c1699d | 3319 | <if cond="TOOLKIT=='PM'">$(OS2_LOWLEVEL_HDR)</if> |
ddf98968 VS |
3320 | <if cond="TOOLKIT=='X11'">$(X11_LOWLEVEL_HDR)</if> |
3321 | <if cond="TOOLKIT=='MGL'">$(MGL_LOWLEVEL_HDR)</if> | |
b3c86150 | 3322 | <if cond="TOOLKIT=='DFB'">$(DFB_LOWLEVEL_HDR)</if> |
ddf98968 | 3323 | </set> |
21041c70 | 3324 | |
22d2b5bf | 3325 | <set var="GUI_SRC" hints="files"> |
601f1cfb MW |
3326 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_SRC)</if> |
3327 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_SRC)</if> | |
ddf98968 | 3328 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_SRC)</if> |
ca95ed8e | 3329 | <if cond="TOOLKIT=='MSW'">$(MSW_SRC) $(MSW_DESKTOP_SRC)</if> |
af594eca | 3330 | <if cond="TOOLKIT=='WINCE'">$(MSW_SRC) $(WINCE_SRC)</if> |
0334f97f | 3331 | <if cond="TOOLKIT=='MAC'">$(MAC_SRC) $(MAC_OSX_SRC)</if> |
ddf98968 | 3332 | <if cond="TOOLKIT=='COCOA'">$(COCOA_SRC)</if> |
96c1699d | 3333 | <if cond="TOOLKIT=='PM'">$(OS2_SRC)</if> |
ddf98968 | 3334 | </set> |
22d2b5bf | 3335 | <set var="GUI_HDR" hints="files"> |
601f1cfb MW |
3336 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(GTK_HDR)</if> |
3337 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(GTK1_HDR)</if> | |
ddf98968 | 3338 | <if cond="TOOLKIT=='MOTIF'">$(MOTIF_HDR)</if> |
ca95ed8e | 3339 | <if cond="TOOLKIT=='MSW'">$(MSW_HDR) $(MSW_DESKTOP_HDR)</if> |
af594eca | 3340 | <if cond="TOOLKIT=='WINCE'">$(MSW_HDR) $(WINCE_HDR)</if> |
23ffcdc4 | 3341 | <if cond="TOOLKIT=='MAC'">$(MAC_CMN_HDR) $(MAC_HDR)</if> |
ddf98968 | 3342 | <if cond="TOOLKIT=='COCOA'">$(COCOA_HDR)</if> |
96c1699d | 3343 | <if cond="TOOLKIT=='PM'">$(OS2_HDR)</if> |
ddf98968 VS |
3344 | </set> |
3345 | ||
22d2b5bf | 3346 | <set var="CORE_SRC" hints="files"> |
ddf98968 | 3347 | <if cond="USE_GUI=='1' and WXUNIV=='0'"> |
e86e1522 | 3348 | $(LOWLEVEL_SRC) $(GUI_SRC) $(GUI_CMN_SRC) |
ddf98968 VS |
3349 | </if> |
3350 | <if cond="USE_GUI=='1' and WXUNIV=='1'"> | |
e86e1522 | 3351 | $(LOWLEVEL_SRC) $(UNIV_SRC) $(UNIV_THEMES_SRC) $(GUI_CMN_SRC) |
ddf98968 VS |
3352 | </if> |
3353 | </set> | |
21041c70 | 3354 | |
131f235d VS |
3355 | <!-- wxAdvanced files: --> |
3356 | <set var="ADVANCED_PLATFORM_SRC" hints="files"> | |
ca95ed8e | 3357 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_DESKTOP_SRC)</if> |
af594eca | 3358 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)</if> |
131f235d | 3359 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)</if> |
f1d9e1ec | 3360 | <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)</if> |
b792828e | 3361 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC)</if> |
601f1cfb MW |
3362 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK_SRC)</if> |
3363 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK1_SRC)</if> | |
38073aff | 3364 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)</if> |
ec80cb6e | 3365 | <if cond="TOOLKIT=='MGL' and PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_SRC)</if> |
96c1699d | 3366 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)</if> |
131f235d VS |
3367 | </set> |
3368 | <set var="ADVANCED_PLATFORM_HDR" hints="files"> | |
ca95ed8e | 3369 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_DESKTOP_HDR)</if> |
af594eca | 3370 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)</if> |
131f235d | 3371 | <if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if> |
f1d9e1ec | 3372 | <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if> |
b792828e | 3373 | <if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if> |
554db692 PC |
3374 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK_HDR)</if> |
3375 | <if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION==''">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK1_HDR)</if> | |
38073aff | 3376 | <if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if> |
ec80cb6e | 3377 | <if cond="TOOLKIT=='MGL' and PLATFORM_UNIX=='1'">$(ADVANCED_UNIX_HDR)</if> |
96c1699d | 3378 | <if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if> |
131f235d | 3379 | </set> |
ca95ed8e VZ |
3380 | |
3381 | <!-- wxAdv files not used by wxUniv --> | |
3382 | <set var="ADVANCED_PLATFORM_NATIVE_SRC" hints="files"> | |
3383 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)</if> | |
f1cf7255 | 3384 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)</if> |
ca95ed8e VZ |
3385 | </set> |
3386 | <set var="ADVANCED_PLATFORM_NATIVE_HDR" hints="files"> | |
3387 | <if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)</if> | |
f1cf7255 | 3388 | <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)</if> |
ca95ed8e VZ |
3389 | </set> |
3390 | ||
3391 | <set var="ADVANCED_SRC" hints="files"> | |
3392 | <if cond="WXUNIV=='0'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_PLATFORM_NATIVE_SRC)</if> | |
b792828e | 3393 | <if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)</if> |
ca95ed8e VZ |
3394 | </set> |
3395 | <set var="ADVANCED_HDR" hints="files"> | |
3396 | <if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if> | |
b792828e | 3397 | <if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)</if> |
ca95ed8e | 3398 | </set> |
131f235d | 3399 | |
2ae3b602 RN |
3400 | <!-- wxMedia files: --> |
3401 | <set var="MEDIA_PLATFORM_SRC" hints="files"> | |
ca95ed8e | 3402 | <if cond="TOOLKIT=='MSW'">$(MEDIA_MSW_SRC) $(MEDIA_MSW_DESKTOP_SRC)</if> |
2ae3b602 RN |
3403 | <if cond="TOOLKIT=='WINCE'">$(MEDIA_MSW_SRC)</if> |
3404 | <if cond="TOOLKIT=='MAC'">$(MEDIA_MAC_SRC)</if> | |
3405 | <if cond="TOOLKIT=='COCOA'">$(MEDIA_COCOA_SRC)</if> | |
3406 | <if cond="TOOLKIT=='MOTIF'">$(MEDIA_UNIX_SRC)</if> | |
3407 | <if cond="TOOLKIT=='GTK'">$(MEDIA_UNIX_SRC) $(MEDIA_GTK_SRC)</if> | |
3408 | <if cond="TOOLKIT=='X11'">$(MEDIA_UNIX_SRC)</if> | |
3409 | <if cond="TOOLKIT=='PM'">$(MEDIA_OS2_SRC)</if> | |
3410 | </set> | |
3411 | <set var="MEDIA_PLATFORM_HDR" hints="files"> | |
ca95ed8e | 3412 | <if cond="TOOLKIT=='MSW'">$(MEDIA_MSW_HDR) $(MEDIA_MSW_DESKTOP_HDR)</if> |
2ae3b602 RN |
3413 | <if cond="TOOLKIT=='WINCE'">$(MEDIA_MSW_HDR)</if> |
3414 | <if cond="TOOLKIT=='MAC'">$(MEDIA_MAC_HDR)</if> | |
3415 | <if cond="TOOLKIT=='COCOA'">$(MEDIA_COCOA_HDR)</if> | |
3416 | <if cond="TOOLKIT=='MOTIF'">$(MEDIA_UNIX_HDR)</if> | |
3417 | <if cond="TOOLKIT=='GTK'">$(MEDIA_UNIX_HDR)</if> | |
3418 | <if cond="TOOLKIT=='X11'">$(MEDIA_UNIX_HDR)</if> | |
3419 | <if cond="TOOLKIT=='PM'">$(MEDIA_OS2_HDR)</if> | |
3420 | </set> | |
3421 | <set var="MEDIA_SRC">$(MEDIA_CMN_SRC) $(MEDIA_PLATFORM_SRC)</set> | |
3422 | <set var="MEDIA_HDR">$(MEDIA_CMN_HDR) $(MEDIA_PLATFORM_HDR)</set> | |
ddf98968 | 3423 | |
4d264332 | 3424 | |
ca58c9bb VS |
3425 | <set var="GUI_CORE_HEADERS" hints="files"> |
3426 | <if cond="USE_GUI=='1' and WXUNIV=='0'">$(GUI_HDR)</if> | |
3427 | <if cond="USE_GUI=='1' and WXUNIV=='1'">$(UNIV_HDR)</if> | |
3428 | </set> | |
3429 | ||
22d2b5bf | 3430 | <set var="ALL_GUI_HEADERS" hints="files"> |
ca58c9bb VS |
3431 | <if cond="USE_GUI=='1'"> |
3432 | $(GUI_CMN_HDR) | |
3433 | $(LOWLEVEL_HDR) | |
3434 | $(GUI_CORE_HEADERS) | |
2ae3b602 | 3435 | $(ADVANCED_HDR) $(MEDIA_HDR) $(HTML_HDR) |
3b2cb431 | 3436 | $(OPENGL_HDR) $(QA_HDR) $(DBGRID_HDR) $(XRC_HDR) $(AUI_HDR) $(RICHTEXT_HDR) |
4d264332 VS |
3437 | </if> |
3438 | </set> | |
21041c70 | 3439 | |
2b5e2b58 | 3440 | <!-- for 'make install', only the headers needed for the installed port --> |
2f5e790c | 3441 | <set var="ALL_BASE_HEADERS" make_var="1" hints="files"> |
ddf98968 | 3442 | $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR) |
7c4728f6 | 3443 | $(NET_CMN_HDR) $(NET_PLATFORM_HDR) |
21041c70 | 3444 | $(XML_HDR) $(ODBC_HDR) |
2f5e790c MW |
3445 | </set> |
3446 | <set var="ALL_HEADERS" make_var="1" hints="files"> | |
3447 | $(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS) | |
7affac1c VS |
3448 | </set> |
3449 | ||
2b5e2b58 MW |
3450 | |
3451 | <!-- used by 'make dist', should include wxBase headers for all ports --> | |
2f5e790c | 3452 | <set var="ALL_PORTS_BASE_HEADERS" make_var="1" hints="files"> |
2b5e2b58 MW |
3453 | $(BASE_CMN_HDR) |
3454 | $(BASE_UNIX_HDR) | |
3455 | $(BASE_WIN32_HDR) $(BASE_WINCE_HDR) | |
3456 | $(BASE_MACOSX_HDR) | |
3457 | $(BASE_PALMOS_HDR) | |
3458 | $(BASE_MSDOS_HDR) | |
3459 | $(NET_CMN_HDR) | |
3460 | $(NET_UNIX_HDR) | |
3461 | $(NET_WIN32_HDR) $(NET_WINCE_HDR) | |
3462 | $(NET_OS2_HDR) | |
3463 | $(NET_UNIX_HDR) | |
3464 | $(NET_MAC_CARBONLIB_HDR) | |
3465 | $(XML_HDR) $(ODBC_HDR) | |
ca58c9bb VS |
3466 | </set> |
3467 | ||
2b5e2b58 | 3468 | <!-- used by 'make dist', should include wxBase sources for all ports --> |
ca58c9bb VS |
3469 | <set var="ALL_BASE_SOURCES" make_var="1" hints="files"> |
3470 | $(BASE_CMN_SRC) | |
af594eca | 3471 | $(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC) |
a30f955f | 3472 | $(BASE_MAC_SRC) |
ca58c9bb | 3473 | $(BASE_OS2_SRC) |
83d8eb47 | 3474 | $(BASE_MSDOS_SRC) |
3708784b | 3475 | $(BASE_PALMOS_SRC) |
ca58c9bb VS |
3476 | $(BASE_AND_GUI_CMN_SRC) |
3477 | $(BASE_AND_GUI_UNIX_SRC) | |
3478 | $(BASE_AND_GUI_MAC_SRC) | |
ca58c9bb | 3479 | $(BASE_AND_GUI_WIN32_SRC) |
af594eca | 3480 | $(NET_CMN_SRC) $(NET_UNIX_SRC) $(NET_WIN32_SRC) $(NET_WINCE_SRC) |
21041c70 | 3481 | $(XML_SRC) $(ODBC_SRC) |
ddf98968 | 3482 | </set> |
f5e0b4bc WS |
3483 | |
3484 | ||
3485 | ||
c79241a2 VS |
3486 | <!-- ================================================================ --> |
3487 | <!-- Define where plugins sources go if USE_PLUGINS=0 --> | |
3488 | <!-- ================================================================ --> | |
3489 | ||
3490 | <!-- wxAdv sources --> | |
3491 | <set var="PLUGIN_ADV_SRC"> | |
3492 | <if cond="FORMAT=='autoconf' and PLATFORM_UNIX=='1' and USE_PLUGINS=='0'"> | |
3493 | $(UNIX_SOUND_SRC_SDL) | |
3494 | </if> | |
3495 | </set> | |
f5e0b4bc | 3496 | |
c79241a2 | 3497 | <set var="PLUGIN_MONOLIB_SRC">$(PLUGIN_ADV_SRC)</set> |
f5e0b4bc | 3498 | |
ddf98968 | 3499 | </makefile> |