Install wx/preferences.h and wx/testing.h in "make install".
These headers were accidentally forgotten in files.bkl, add them there and rebake. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1e832755cf
commit
9be89b48db
@ -4148,6 +4148,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
||||
wx/panel.h \
|
||||
wx/pen.h \
|
||||
wx/position.h \
|
||||
wx/preferences.h \
|
||||
wx/radiobox.h \
|
||||
wx/radiobut.h \
|
||||
wx/range.h \
|
||||
@ -4165,6 +4166,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
|
||||
wx/statbox.h \
|
||||
wx/stattext.h \
|
||||
wx/statusbr.h \
|
||||
wx/testing.h \
|
||||
wx/textcompleter.h \
|
||||
wx/textctrl.h \
|
||||
wx/textdlg.h \
|
||||
|
@ -879,6 +879,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/panel.h
|
||||
wx/pen.h
|
||||
wx/position.h
|
||||
wx/preferences.h
|
||||
wx/radiobox.h
|
||||
wx/radiobut.h
|
||||
wx/range.h
|
||||
@ -896,6 +897,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/statbox.h
|
||||
wx/stattext.h
|
||||
wx/statusbr.h
|
||||
wx/testing.h
|
||||
wx/textcompleter.h
|
||||
wx/textctrl.h
|
||||
wx/textdlg.h
|
||||
|
@ -2884,6 +2884,10 @@ SOURCE=..\..\include\wx\position.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\preferences.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\print.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -3160,6 +3164,10 @@ SOURCE=..\..\include\wx\tbarbase.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\testing.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\textcompleter.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -2348,6 +2348,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\position.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h">
|
||||
</File>
|
||||
@ -2555,6 +2558,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\tbarbase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h">
|
||||
</File>
|
||||
|
@ -3139,6 +3139,10 @@
|
||||
RelativePath="..\..\include\wx\position.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h"
|
||||
>
|
||||
@ -3415,6 +3419,10 @@
|
||||
RelativePath="..\..\include\wx\tbarbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h"
|
||||
>
|
||||
|
@ -3137,6 +3137,10 @@
|
||||
RelativePath="..\..\include\wx\position.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h"
|
||||
>
|
||||
@ -3413,6 +3417,10 @@
|
||||
RelativePath="..\..\include\wx\tbarbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user