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