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