]> git.saurik.com Git - wxWidgets.git/commitdiff
removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2007 00:25:48 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Nov 2007 00:25:48 +0000 (00:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in
build/bakefiles/files.bkl

index 5946f470409e7600b6ca3fe282dae6b4ddc3ba1a..f8c5ec4760a3c8fcbd0549b038723e6b1b556368 100644 (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 \
index 7485165a777ff8e8af0daab3b2a1f0479dc20bae..3ccff2af48c797bc81bf100d22278e1e418692a6 100644 (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>