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