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