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