<set var="BASE_OS2_SRC" hints="files">
src/os2/dir.cpp
+ src/os2/mimetype.cpp
+ src/os2/thread.cpp
src/os2/utils.cpp
src/os2/utilsexc.cpp
</set>
src/common/variant.cpp
src/common/wfstream.cpp
src/common/wxchar.cpp
+ src/common/xti.cpp
+ src/common/xtistrm.cpp
src/common/zipstrm.cpp
src/common/zstream.cpp
</set>
wx/wx.h
wx/wxchar.h
wx/wxprec.h
+ wx/xti.h
+ wx/xtistrm.h
wx/zipstrm.h
wx/zstream.h
</set>
src/common/artprov.cpp
src/common/artstd.cpp
src/common/bmpbase.cpp
+ src/common/bookctrl.cpp
src/common/choiccmn.cpp
src/common/clipcmn.cpp
src/common/cmdproc.cpp
src/generic/dcpsg.cpp
src/generic/dirctrlg.cpp
src/generic/dragimgg.cpp
+ src/generic/listbkg.cpp
src/generic/logg.cpp
src/generic/numdlgg.cpp
src/generic/panelg.cpp
wx/access.h
wx/artprov.h
wx/bitmap.h
+ wx/bookctrl.h
wx/busyinfo.h
wx/caret.h
wx/clipbrd.h
wx/imagtiff.h
wx/imagxpm.h
wx/listbase.h
+ wx/listbook.h
wx/listctrl.h
wx/matrix.h
wx/menuitem.h
</set>
<set var="MOTIF_LOWLEVEL_HDR" hints="files">
$(XWIN_LOWLEVEL_HDR)
+ wx/x11/bitmap.h
+ wx/x11/brush.h
+ wx/x11/pen.h
+ wx/x11/region.h
</set>
<set var="MOTIF_SRC" hints="files">
src/motif/accel.cpp
wx/motif/radiobut.h
wx/motif/region.h
wx/motif/scrolbar.h
- wx/motif/settings.h
wx/motif/slider.h
wx/motif/spinbutt.h
wx/motif/statbmp.h
<set var="OS2_LOWLEVEL_HDR" hints="files">
</set>
<set var="OS2_SRC" hints="files">
+ <!-- Generic implementations used by wxOS2: -->
src/generic/caret.cpp
+ src/generic/colrdlgg.cpp
+ src/generic/dirdlgg.cpp
+ src/generic/fdrepdlg.cpp
+ src/generic/imaglist.cpp
+ src/generic/msgdlgg.cpp
+ src/generic/prntdlgg.cpp
+ src/generic/statusbr.cpp
+ <!-- OS/2 specific files: -->
src/os2/accel.cpp
src/os2/app.cpp
src/os2/bitmap.cpp
src/os2/icon.cpp
src/os2/iniconf.cpp
src/os2/listbox.cpp
+ src/os2/listctrl.cpp
src/os2/main.cpp
src/os2/menu.cpp
src/os2/menuitem.cpp
src/os2/metafile.cpp
- src/os2/mimetype.cpp
src/os2/msgdlg.cpp
src/os2/nativdlg.cpp
src/os2/notebook.cpp
src/os2/stattext.cpp
src/os2/tabctrl.cpp
src/os2/textctrl.cpp
- src/os2/thread.cpp
src/os2/timer.cpp
src/os2/toolbar.cpp
src/os2/tooltip.cpp
src/os2/toplevel.cpp
+ src/os2/treectrl.cpp
src/os2/utilsgui.cpp
src/os2/window.cpp
</set>
<set var="OS2_HDR" hints="files">
wx/generic/caret.h
+ wx/generic/colrdlgg.h
+ wx/generic/dirdlgg.h
+ wx/generic/fdrepdlg.h
+ wx/generic/statusbr.h
wx/os2/accel.h
wx/os2/app.h
wx/os2/bitmap.h
wx/os2/icon.h
wx/os2/iniconf.h
wx/os2/listbox.h
+ wx/os2/listctrl.h
wx/os2/menu.h
wx/os2/menuitem.h
wx/os2/metafile.h
wx/os2/toolbar.h
wx/os2/tooltip.h
wx/os2/toplevel.h
+ wx/msw/treectrl.h
wx/os2/window.h
</set>
<set var="XML_SRC" hints="files">
src/xml/xml.cpp
+ src/common/xtixml.cpp <!-- FIXME - temporary solution -->
</set>
<set var="XML_HDR" hints="files">
wx/xml/xml.h
+ wx/xtixml.h <!-- FIXME - temporary solution -->
</set>