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
This commit is contained in:
parent
4b5a79cf54
commit
76319fbc38
10
Makefile.in
10
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 \
|
||||
|
@ -2636,6 +2636,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
|
||||
<set var="ADVANCED_CMN_HDR" hints="files">
|
||||
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!
|
||||
<if cond="TOOLKIT=='MAC'">$(ADVANCED_MAC_HDR)</if>
|
||||
<if cond="TOOLKIT=='COCOA'">$(ADVANCED_COCOA_HDR)</if>
|
||||
<if cond="TOOLKIT=='MOTIF'">$(ADVANCED_UNIX_HDR)</if>
|
||||
<if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR)</if>
|
||||
<if cond="TOOLKIT=='GTK'">$(ADVANCED_UNIX_HDR) $(ADVANCED_GTK_HDR)</if>
|
||||
<if cond="TOOLKIT=='X11'">$(ADVANCED_UNIX_HDR)</if>
|
||||
<if cond="TOOLKIT=='PM'">$(ADVANCED_OS2_HDR)</if>
|
||||
</set>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user