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