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