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