removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones [backport of r50290 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-28 00:29:03 +00:00
parent f9a9805da9
commit 854f41ceaf
2 changed files with 4 additions and 8 deletions

View File

@@ -2706,6 +2706,7 @@ COND_WXUNIV_0_ADVANCED_HDR = \
wx/bmpcbox.h \
wx/calctrl.h \
wx/dataview.h \
wx/datectrl.h \
wx/dateevt.h \
wx/dcbuffer.h \
wx/aboutdlg.h \
@@ -2737,8 +2738,6 @@ COND_WXUNIV_0_ADVANCED_HDR = \
wx/tipdlg.h \
wx/wave.h \
wx/wizard.h \
wx/datectrl.h \
wx/dataview.h \
$(ADVANCED_PLATFORM_HDR) \
$(ADVANCED_PLATFORM_NATIVE_HDR)
@COND_WXUNIV_0@ADVANCED_HDR = $(COND_WXUNIV_0_ADVANCED_HDR)
@@ -2748,6 +2747,7 @@ COND_WXUNIV_1_ADVANCED_HDR = \
wx/bmpcbox.h \
wx/calctrl.h \
wx/dataview.h \
wx/datectrl.h \
wx/dateevt.h \
wx/dcbuffer.h \
wx/aboutdlg.h \

View File

@@ -2688,6 +2688,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/bmpcbox.h
wx/calctrl.h
wx/dataview.h
wx/datectrl.h
wx/dateevt.h
wx/dcbuffer.h
wx/aboutdlg.h
@@ -2721,11 +2722,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/wizard.h
</set>
<set var="ADVANCED_CMN_NATIVE_HDR" hints="files">
wx/datectrl.h
wx/dataview.h
</set>
<set var="ADVANCED_MSW_SRC" hints="files">
src/common/taskbarcmn.cpp
src/msw/aboutdlg.cpp
@@ -3385,7 +3381,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC)</if>
</set>
<set var="ADVANCED_HDR" hints="files">
<if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if>
<if cond="WXUNIV=='0'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR)</if>
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR)</if>
</set>