wx/unix/execute.h
wx/unix/mimetype.h
wx/unix/pipe.h
+ wx/unix/private.h
wx/unix/stackwalk.h
wx/unix/stdpaths.h
</set>
wx/msw/dde.h
wx/msw/debughlp.h
wx/msw/gccpriv.h
+ wx/msw/libraries.h
wx/msw/mimetype.h
wx/msw/stackwalk.h
wx/msw/stdpaths.h
wx/os2/apptrait.h
wx/os2/mimetype.h
wx/os2/stdpaths.h
+ wx/os2/chkconf.h
</set>
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
wx/ipcbase.h
wx/isql.h
wx/isqlext.h
+ wx/link.h
wx/list.h
wx/listimpl.cpp
wx/log.h
wx/mimetype.h
wx/module.h
wx/msgout.h
- wx/msgout.h
wx/mstream.h
wx/object.h
wx/platform.h
wx/process.h
wx/ptr_scpd.h
+ wx/recguard.h
wx/regex.h
wx/scopeguard.h
wx/snglinst.h
src/generic/textdlgg.cpp
src/generic/tipwin.cpp
src/generic/treectlg.cpp
+ src/generic/treebkg.cpp
src/generic/vlbox.cpp
src/generic/vscroll.cpp
</set>
wx/tooltip.h
wx/toplevel.h
wx/treebase.h
+ wx/treebook.h
wx/treectrl.h
wx/valgen.h
wx/vidmode.h
<!-- Resources must be installed together with headers: -->
wx/msw/wx.manifest
+ wx/msw/amd64.manifest
+ wx/msw/ia64.manifest
wx/msw/wx.rc
<!-- bitmaps -->
wx/msw/colours.bmp
wx/mgl/app.h
wx/mgl/bitmap.h
wx/mgl/brush.h
+ wx/mgl/chkconf.h
wx/mgl/clipbrd.h
wx/mgl/colour.h
wx/mgl/cursor.h
src/generic/splash.cpp
src/generic/tipdlg.cpp
src/generic/wizard.cpp
+ src/richtext/richtextctrl.cpp
+ src/richtext/richtextbuffer.cpp
+ src/richtext/richtextstyles.cpp
+ src/richtext/richtextxml.cpp
</set>
<set var="ADVANCED_CMN_HDR" hints="files">
wx/tipdlg.h
wx/wave.h
wx/wizard.h
+ wx/richtext/richtextctrl.h
+ wx/richtext/richtextbuffer.h
+ wx/richtext/richtextstyles.h
+ wx/richtext/richtextxml.h
</set>
<set var="ADVANCED_CMN_NATIVE_HDR" hints="files">
<set var="MEDIA_MSW_SRC" hints="files">
src/msw/mediactrl.cpp
+ src/msw/ole/activex.cpp
</set>
<set var="MEDIA_MSW_HDR" hints="files">
+ wx/msw/ole/activex.h
</set>
<!-- not built on WindowsCE: -->
<set var="MEDIA_MSW_DESKTOP_SRC" hints="files">
src/xrc/xh_tglbtn.cpp
src/xrc/xh_toolb.cpp
src/xrc/xh_tree.cpp
+ src/xrc/xh_treebk.cpp
src/xrc/xh_unkwn.cpp
src/xrc/xh_wizrd.cpp
src/xrc/xmlres.cpp
wx/xrc/xh_tglbtn.h
wx/xrc/xh_toolb.h
wx/xrc/xh_tree.h
+ wx/xrc/xh_treebk.h
wx/xrc/xh_unkwn.h
wx/xrc/xh_wizrd.h
wx/xrc/xmlres.h
<!-- wxAdv files not used by wxUniv -->
<set var="ADVANCED_PLATFORM_NATIVE_SRC" hints="files">
<if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_SRC)</if>
+ <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_SRC)</if>
</set>
<set var="ADVANCED_PLATFORM_NATIVE_HDR" hints="files">
<if cond="TOOLKIT=='MSW'">$(ADVANCED_MSW_NATIVE_HDR)</if>
+ <if cond="TOOLKIT=='WINCE'">$(ADVANCED_MSW_NATIVE_HDR)</if>
</set>
<set var="ADVANCED_SRC" hints="files">
</if>
</set>
-
+ <!-- for 'make install', only the headers needed for the installed port -->
<set var="ALL_BASE_HEADERS" make_var="1" hints="files">
$(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
$(NET_CMN_HDR) $(NET_PLATFORM_HDR)
$(XML_HDR) $(ODBC_HDR)
</set>
-
<set var="ALL_HEADERS" make_var="1" hints="files">
$(ALL_BASE_HEADERS) $(ALL_GUI_HEADERS)
</set>
+
+ <!-- used by 'make dist', should include wxBase headers for all ports -->
+ <set var="ALL_PORTS_BASE_HEADERS" make_var="1" hints="files">
+ $(BASE_CMN_HDR)
+ $(BASE_UNIX_HDR)
+ $(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
+ $(BASE_MACOSX_HDR)
+ $(BASE_PALMOS_HDR)
+ $(BASE_MSDOS_HDR)
+ $(NET_CMN_HDR)
+ $(NET_UNIX_HDR)
+ $(NET_WIN32_HDR) $(NET_WINCE_HDR)
+ $(NET_OS2_HDR)
+ $(NET_UNIX_HDR)
+ $(NET_MAC_CARBONLIB_HDR)
+ $(XML_HDR) $(ODBC_HDR)
+ </set>
+
+ <!-- used by 'make dist', should include wxBase sources for all ports -->
<set var="ALL_BASE_SOURCES" make_var="1" hints="files">
$(BASE_CMN_SRC)
$(BASE_UNIX_SRC) $(BASE_WIN32_SRC) $(BASE_WINCE_SRC)
$(BASE_MAC_SRC)
$(BASE_OS2_SRC)
$(BASE_MSDOS_SRC)
+ $(BASE_PALMOS_SRC)
$(BASE_AND_GUI_CMN_SRC)
$(BASE_AND_GUI_UNIX_SRC)
$(BASE_AND_GUI_MAC_SRC)