removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-28 00:25:48 +00:00
parent f52984b82e
commit 79d8e80f3b
2 changed files with 4 additions and 8 deletions

View File

@@ -2968,6 +2968,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/editlbox.h \
@@ -3000,8 +3001,6 @@ COND_WXUNIV_0_ADVANCED_HDR = \
wx/taskbar.h \
wx/tipdlg.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)
@@ -3012,6 +3011,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/editlbox.h \

View File

@@ -2805,6 +2805,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/editlbox.h
@@ -2839,11 +2840,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/generic/animateg.cpp
@@ -3560,7 +3556,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
<if cond="WXUNIV=='1'">$(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_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) $(ADVANCED_UNIV_HDR)</if>
</set>