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