src/unix/dir.cpp
src/unix/mimetype.cpp
src/unix/snglinst.cpp
+ src/unix/stdpaths.cpp
src/unix/threadpsx.cpp
</set>
<set var="BASE_AND_GUI_UNIX_SRC" hints="files">
wx/unix/execute.h
wx/unix/mimetype.h
wx/unix/pipe.h
+ wx/unix/stdpaths.h
</set>
<set var="BASE_WIN32_SRC" hints="files">
src/mac/carbon/thread.cpp
src/mac/carbon/macnotfy.cpp
src/mac/carbon/morefilex/MoreFilesX.c
+ <!-- Shared wxMac and wxCocoa files -->
+ src/mac/corefoundation/cfstring.cpp
+ src/mac/corefoundation/stdpaths_cf.cpp
</set>
<set var="BASE_AND_GUI_MAC_SRC" hints="files">
</set>
<set var="BASE_MAC_HDR" hints="files">
+ <!-- Shared wxMac and wxCocoa files -->
+ include/wx/mac/corefoundation/cfstring.h
+ include/wx/mac/corefoundation/stdpaths.h
</set>
<set var="BASE_OS2_SRC" hints="files">
src/common/object.cpp
src/common/process.cpp
src/common/regex.cpp
+ src/common/stdpbase.cpp
src/common/sstream.cpp
src/common/stopwatch.cpp
src/common/strconv.cpp
src/common/tokenzr.cpp
src/common/txtstrm.cpp
src/common/unzip.c
+ src/common/uri.cpp
src/common/variant.cpp
src/common/wfstream.cpp
src/common/wxchar.cpp
wx/snglinst.h
wx/sstream.h
wx/stack.h
+ wx/stdpaths.h
wx/stockitem.h
wx/stopwatch.h
wx/strconv.h
wx/tokenzr.h
wx/txtstrm.h
wx/types.h
+ wx/uri.h
wx/utils.h
wx/variant.h
wx/vector.h
src/msw/region.cpp
src/msw/renderer.cpp
src/msw/settings.cpp
+ src/msw/stdpaths.cpp
src/msw/timer.cpp
src/msw/tooltip.cpp
src/msw/toplevel.cpp
src/cocoa/display.mm
src/cocoa/drawer.mm
src/cocoa/evtloop.mm
+ src/cocoa/filedlg.mm
src/cocoa/font.cpp
src/cocoa/fontdlg.mm
src/cocoa/fontenum.mm
src/generic/colrdlgg.cpp
src/generic/dirdlgg.cpp
src/generic/fdrepdlg.cpp
- src/generic/filedlgg.cpp
src/generic/fontdlgg.cpp
src/generic/imaglist.cpp
src/generic/listctrl.cpp
src/generic/timer.cpp
<!-- wxMac stuff used by wxCocoa: -->
src/mac/carbon/gsockosx.cpp
+ <!-- Shared wxMac and wxCocoa files -->
+ src/mac/corefoundation/cfstring.cpp
+ src/mac/corefoundation/stdpaths_cf.cpp
</set>
<set var="COCOA_HDR" hints="files">
wx/cocoa/NSApplication.h
wx/cocoa/dialog.h
wx/cocoa/display.h
wx/cocoa/drawer.h
+ wx/cocoa/filedlg.h
wx/cocoa/font.h
wx/cocoa/fontdlg.h
wx/cocoa/frame.h
wx/generic/region.h
wx/generic/statusbr.h
wx/generic/tabg.h
+ <!-- Shared wxMac and wxCocoa files -->
+ include/wx/mac/corefoundation/cfstring.h
+ include/wx/mac/corefoundation/stdpaths.h
</set>
wx/mac/carbon/taskbarosx.h
</set>
+<set var="ADVANCED_COCOA_SRC" hints="files">
+ src/cocoa/taskbar.mm
+ src/common/taskbarcmn.cpp
+</set>
+<set var="ADVANCED_COCOA_HDR" hints="files">
+ include/wx/cocoa/taskbar.h
+</set>
+
<set var="ADVANCED_OS2_SRC" hints="files">
src/os2/joystick.cpp
src/os2/sound.cpp
src/gtk/eggtrayicon.c
</set>
-<set var="ADVANCED_GTK_HDR" hints="files">
- src/gtk/eggtrayicon.h
-</set>
-
<!-- ====================================================================== -->
<!-- wxHTML -->
<!-- ====================================================================== -->
<if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_SRC) $(ADVANCED_MSW_ONLY_SRC)</if>
<if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_SRC)</if>
<if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_SRC)</if>
+ <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_SRC)</if>
<if cond="TOOLKIT=='MOTIF'">$(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=='MSW'">$(ADVANCED_MSW_HDR) $(ADVANCED_MSW_ONLY_HDR)</if>
<if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_HDR)</if>
<if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if>
+ <if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if>
<if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if>
- <if cond="TOOLKIT=='GTK'">$(ADVANCED_GTK_HDR) $(ADVANCED_UNIX_HDR)</if>
+ <if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if>
<if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if>
<if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if>
</set>