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