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)