From 79d8e80f3b391d240ab9d2f23a6c6dd37ae1f9a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 28 Nov 2007 00:25:48 +0000 Subject: [PATCH] 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 --- Makefile.in | 4 ++-- build/bakefiles/files.bkl | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5946f47040..f8c5ec4760 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 7485165a77..3ccff2af48 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -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 - - wx/datectrl.h - wx/dataview.h - - src/common/taskbarcmn.cpp src/generic/animateg.cpp @@ -3560,7 +3556,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_CMN_SRC) $(ADVANCED_PLATFORM_SRC) $(ADVANCED_UNIV_SRC) - $(ADVANCED_CMN_HDR) $(ADVANCED_CMN_NATIVE_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR) + $(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_PLATFORM_NATIVE_HDR) $(ADVANCED_CMN_HDR) $(ADVANCED_PLATFORM_HDR) $(ADVANCED_UNIV_HDR) -- 2.45.2