<!-- UNIX -->
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
<set var="BASE_UNIX_SRC" hints="files">
+ src/common/fdiodispatcher.cpp
+ src/common/selectdispatcher.cpp
+ src/unix/appunix.cpp
src/unix/baseunix.cpp
src/unix/dir.cpp
src/unix/dlunix.cpp
+ src/unix/epolldispatcher.cpp
+ src/unix/evtloopunix.cpp
src/unix/mimetype.cpp
src/unix/snglinst.cpp
src/unix/stackwalk.cpp
src/unix/utilsunx.cpp
</set>
<set var="BASE_UNIX_HDR" hints="files">
+ wx/unix/app.h
wx/unix/apptbase.h
wx/unix/apptrait.h
+ wx/unix/chkconf.h
wx/unix/execute.h
+ wx/unix/evtloop.h
wx/unix/mimetype.h
wx/unix/pipe.h
wx/unix/private.h
src/msw/utilsexc.cpp
</set>
<set var="BASE_AND_GUI_WIN32_SRC" hints="files">
+ src/msw/evtloop.cpp
src/msw/main.cpp
src/msw/mslu.cpp
src/msw/volume.cpp
<set var="BASE_COREFOUNDATION_SRC" hints="files">
src/mac/corefoundation/cfstring.cpp
src/mac/corefoundation/stdpaths_cf.cpp
+ src/mac/corefoundation/strconv_cf.cpp
src/mac/corefoundation/utilsexc_base.cpp
</set>
<set var="BASE_COREFOUNDATION_HDR" hints="files">
wx/mac/corefoundation/cfstring.h
wx/mac/corefoundation/hid.h
wx/mac/corefoundation/stdpaths.h
+ wx/mac/corefoundation/private/strconv_cf.h
</set>
<!-- Base files used by Carbon on OS X and CarbonLib (not true Classic) -->
<!-- Base files used only by OS X builds (not CarbonLib or Classic) -->
<set var="BASE_MACOSX_WXMAC_SRC" hints="files">
$(BASE_MAC_SRC)
+ src/common/fdiodispatcher.cpp
+ src/common/selectdispatcher.cpp
+ src/unix/appunix.cpp
src/unix/baseunix.cpp
+ src/unix/evtloopunix.cpp
src/unix/dlunix.cpp
src/unix/snglinst.cpp
src/unix/stdpaths.cpp
</set>
<set var="BASE_MACOSX_WXMAC_HDR" hints="files">
$(BASE_MAC_HDR)
+ wx/unix/app.h
wx/unix/apptbase.h
wx/unix/apptrait.h
+ wx/unix/chkconf.h
+ wx/unix/evtloop.h
wx/unix/stdpaths.h
</set>
src/common/arcfind.cpp
src/common/archive.cpp
src/common/arrstr.cpp
+ src/common/base64.cpp
src/common/clntdata.cpp
src/common/cmdline.cpp
src/common/config.cpp
src/common/dynlib.cpp
src/common/dynload.cpp
src/common/encconv.cpp
+ src/common/evtloopcmn.cpp
src/common/extended.c
src/common/ffile.cpp
src/common/file.cpp
wx/archive.h
wx/arrimpl.cpp
wx/arrstr.h
+ wx/atomic.h
+ wx/base64.h
wx/beforestd.h
wx/buffer.h
wx/build.h
wx/convauto.h
wx/containr.h
wx/cpp.h
+ wx/crt.h
wx/datetime.h
wx/datstrm.h
wx/dde.h
wx/wx.h
wx/wxchar.h
wx/wxcrt.h
+ wx/wxcrtbase.h
wx/wxcrtvararg.h
wx/wxprec.h
wx/xti.h
<!-- ====================================================================== -->
<set var="GUI_CMN_SRC" hints="files">
+ src/common/accelcmn.cpp
src/common/accesscmn.cpp
src/common/anidecod.cpp
src/common/appcmn.cpp
src/common/dpycmn.cpp
src/common/dseldlg.cpp
src/common/effects.cpp
- src/common/evtloopcmn.cpp
src/common/fddlgcmn.cpp
src/common/filepickercmn.cpp
src/common/fontpickercmn.cpp
wx/gtk/button.h
wx/gtk/checkbox.h
wx/gtk/checklst.h
+ wx/gtk/chkconf.h
wx/gtk/collpane.h
wx/gtk/colordlg.h
wx/gtk/choice.h
<set var="X11_LOWLEVEL_SRC" hints="files">
$(XWIN_LOWLEVEL_SRC)
src/common/gsocketiohandler.cpp
- src/common/selectdispatcher.cpp
src/generic/icon.cpp
src/generic/timer.cpp
src/x11/app.cpp
src/msw/dib.cpp
src/msw/display.cpp
src/msw/enhmeta.cpp
- src/msw/evtloop.cpp
src/msw/font.cpp
src/msw/fontenum.cpp
src/msw/fontutil.cpp
<set var="DFB_LOWLEVEL_SRC" hints="files">
src/common/fontmgrcmn.cpp
src/common/gsocketiohandler.cpp
- src/common/selectdispatcher.cpp
src/generic/caret.cpp
src/generic/colour.cpp
src/generic/icon.cpp
src/cocoa/toolbar.mm
src/cocoa/tooltip.mm
src/cocoa/toplevel.mm
- src/cocoa/utils.cpp
+ src/cocoa/utils.mm
src/cocoa/utilsexc.mm
src/cocoa/window.mm
<!-- Generic implementations used by wxCocoa: -->