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