<set var="BASE_CMN_SRC" hints="files">
src/common/appbase.cpp
+ src/common/clntdata.cpp
src/common/cmdline.cpp
src/common/config.cpp
src/common/datetime.cpp
src/common/filesys.cpp
src/common/fmapbase.cpp
src/common/fs_zip.cpp
- src/common/gzstream.cpp
src/common/hash.cpp
src/common/hashmap.cpp
src/common/init.cpp
wx/buffer.h
wx/build.h
wx/chkconf.h
+ wx/clntdata.h
wx/cmdline.h
wx/confbase.h
wx/config.h
wx/fontmap.h
wx/fs_mem.h
wx/fs_zip.h
- wx/gzstream.h
wx/hash.h
wx/hashmap.h
wx/hashset.h
src/common/bookctrl.cpp
src/common/choiccmn.cpp
src/common/clipcmn.cpp
- src/common/clntdata.cpp
src/common/cmdproc.cpp
src/common/cmndata.cpp
src/common/containr.cpp
wx/checklst.h
wx/choicdlg.h
wx/choice.h
- wx/clntdata.h
wx/cmndata.h
wx/combobox.h
wx/control.h
src/gtk/checkbox.cpp
src/gtk/checklst.cpp
src/gtk/choice.cpp
+ src/gtk/colordlg.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/dialog.cpp
src/gtk/utilsres.cpp
</set>
<set var="GTK_HDR" hints="files">
+ wx/generic/colrdlgg.h
wx/generic/dirdlgg.h
wx/generic/fdrepdlg.h
wx/generic/listctrl.h
wx/gtk/button.h
wx/gtk/checkbox.h
wx/gtk/checklst.h
+ wx/gtk/colordlg.h
wx/gtk/choice.h
wx/gtk/clipbrd.h
wx/gtk/colour.h
<set var="MSW_ONLY_LOWLEVEL_SRC" hints="files">
src/msw/ole/automtn.cpp
+ src/msw/ole/uuid.cpp
src/msw/dirdlg.cpp
</set>
src/msw/fontdlg.cpp
src/msw/helpchm.cpp
src/msw/helpwin.cpp
- src/msw/ole/uuid.cpp
</set>
<set var="MSW_ONLY_HDR" hints="files">
wx/msw/fdrepdlg.h
src/msw/wince/filedlgwce.cpp
src/msw/wince/helpwce.cpp
src/msw/wince/tbarwce.cpp
+ src/msw/wince/menuce.cpp
</set>
<set var="WINCE_HDR" hints="files">
wx/generic/fdrepdlg.h
wx/msw/wince/libraries.h
wx/msw/wince/missing.h
wx/msw/wince/tbarwce.h
+ wx/msw/wince/resources.h
</set>
src/mac/carbon/settings.cpp
src/mac/carbon/slider.cpp
src/mac/carbon/spinbutt.cpp
+ src/mac/carbon/spinctrl.cpp
src/mac/carbon/statbmp.cpp
src/mac/carbon/statbox.cpp
src/mac/carbon/statbrma.cpp
src/generic/tabg.cpp
<!-- Unix files used by wxMac: -->
src/unix/snglinst.cpp
+ <!-- wxWebKit files -->
+ src/html/htmlctrl/webkit/webkit.mm
</set>
<!-- Header files like wx/mac/foo.h which include wx/mac/carbon/foo.h -->
<set var="MAC_CMN_HDR" hints="files">
wx/mac/frame.h
wx/mac/gauge.h
wx/mac/gdiobj.h
+ wx/mac/glcanvas.h
wx/mac/gsockmac.h
wx/mac/helpxxxx.h
wx/mac/icon.h
wx/mac/region.h
wx/mac/scrolbar.h
wx/mac/slider.h
+ wx/mac/sound.h
wx/mac/spinbutt.h
wx/mac/spinctrl.h
wx/mac/statbmp.h
wx/generic/listctrl.h
wx/generic/statusbr.h
wx/generic/tabg.h
+ <!-- wxWebKit headers -->
+ wx/html/webkit.h
</set>
src/cocoa/NSControl.mm
src/cocoa/NSMenu.mm
src/cocoa/NSPanel.mm
+ src/cocoa/NSScroller.mm
src/cocoa/NSTabView.mm
src/cocoa/NSTableView.mm
src/cocoa/NSTextField.mm
src/cocoa/radiobox.mm
src/cocoa/radiobut.mm
src/cocoa/region.mm
+ src/cocoa/scrolbar.mm
src/cocoa/settings.cpp
src/cocoa/slider.mm
src/cocoa/spinbutt.mm
wx/cocoa/NSControl.h
wx/cocoa/NSMenu.h
wx/cocoa/NSPanel.h
+ wx/cocoa/NSScroller.h
wx/cocoa/NSTabView.h
wx/cocoa/NSTableView.h
wx/cocoa/NSTextField.h
wx/cocoa/gdiobj.h
wx/cocoa/icon.h
wx/cocoa/listbox.h
+ wx/cocoa/log.h
wx/cocoa/mbarman.h
wx/cocoa/mdi.h
wx/cocoa/menu.h
wx/cocoa/radiobox.h
wx/cocoa/radiobut.h
wx/cocoa/region.h
+ wx/cocoa/scrolbar.h
wx/cocoa/slider.h
wx/cocoa/spinbutt.h
wx/cocoa/statbmp.h
wx/unix/taskbarx11.h
</set>
+<set var="ADVANCED_GTK_SRC" hints="files">
+ src/gtk/taskbar.cpp
+ src/gtk/eggtrayicon.c
+</set>
+
<!-- ====================================================================== -->
<!-- wxHTML -->
<if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)</if>
<if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)</if>
<if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_SRC)</if>
- <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_SRC)</if>
+ <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_SRC) $(ADVANCED_GTK_SRC)</if>
<if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_SRC)</if>
<if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_SRC)</if>
</set>