From 76319fbc38cb3ca0f5f1d74217a0f5e9e5708d27 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 10 Oct 2006 03:45:05 +0000 Subject: [PATCH] Add missing header files so they'll get installed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 10 ++++++++-- build/bakefiles/files.bkl | 3 ++- build/msw/wx_adv.dsp | 4 ++++ build/msw/wx_core.dsp | 4 ++++ src/wxWindows.dsp | 4 ++++ 5 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ad0f36a06b..07e2eb285a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2579,8 +2579,12 @@ COND_TOOLKIT_COCOA_ADVANCED_PLATFORM_HDR = \ wx/cocoa/taskbar.h \ wx/mac/corefoundation/joystick.h @COND_TOOLKIT_COCOA@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_COCOA_ADVANCED_PLATFORM_HDR) -@COND_TOOLKIT_GTK@ADVANCED_PLATFORM_HDR = \ -@COND_TOOLKIT_GTK@ wx/unix/joystick.h wx/unix/sound.h wx/unix/taskbarx11.h +COND_TOOLKIT_GTK_ADVANCED_PLATFORM_HDR = \ + wx/unix/joystick.h \ + wx/unix/sound.h \ + wx/unix/taskbarx11.h \ + wx/gtk/animate.h +@COND_TOOLKIT_GTK@ADVANCED_PLATFORM_HDR = $(COND_TOOLKIT_GTK_ADVANCED_PLATFORM_HDR) COND_TOOLKIT_MAC_ADVANCED_PLATFORM_HDR = \ wx/generic/animate.h \ wx/mac/carbon/drawer.h \ @@ -2607,6 +2611,7 @@ COND_TOOLKIT_MSW_ADVANCED_PLATFORM_HDR = \ @COND_TOOLKIT_WINCE@ADVANCED_PLATFORM_NATIVE_HDR = wx/msw/datectrl.h COND_WXUNIV_0_ADVANCED_HDR = \ wx/animate.h \ + wx/animdecod.h \ wx/bmpcbox.h \ wx/calctrl.h \ wx/dataview.h \ @@ -2647,6 +2652,7 @@ COND_WXUNIV_0_ADVANCED_HDR = \ @COND_WXUNIV_0@ADVANCED_HDR = $(COND_WXUNIV_0_ADVANCED_HDR) COND_WXUNIV_1_ADVANCED_HDR = \ wx/animate.h \ + wx/animdecod.h \ wx/bmpcbox.h \ wx/calctrl.h \ wx/dataview.h \ diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index efc791abc5..15b33114ff 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2636,6 +2636,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/animate.h + wx/animdecod.h wx/bmpcbox.h wx/calctrl.h wx/dataview.h @@ -3296,7 +3297,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(ADVANCED_MAC_HDR) $(ADVANCED_COCOA_HDR) $(ADVANCED_UNIX_HDR) - $(ADVANCED_UNIX_HDR) + $(ADVANCED_UNIX_HDR) $(ADVANCED_GTK_HDR) $(ADVANCED_UNIX_HDR) $(ADVANCED_OS2_HDR) diff --git a/build/msw/wx_adv.dsp b/build/msw/wx_adv.dsp index 44064f85c7..edde9b64f5 100644 --- a/build/msw/wx_adv.dsp +++ b/build/msw/wx_adv.dsp @@ -1213,6 +1213,10 @@ SOURCE=..\..\include\wx\animate.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\animdecod.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\bmpcbox.h # End Source File # Begin Source File diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index b7ea3d8e6f..6c6ae161e1 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -8605,6 +8605,10 @@ SOURCE=..\..\include\wx\animate.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\animdecod.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\artprov.h # End Source File # Begin Source File diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index 45379d7902..8345bb5cf1 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -2179,6 +2179,10 @@ SOURCE=..\include\wx\animate.h # End Source File # Begin Source File +SOURCE=..\include\wx\animdecod.h +# End Source File +# Begin Source File + SOURCE=..\include\wx\app.h # End Source File # Begin Source File -- 2.45.2