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