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