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