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