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