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