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/branches/WX_3_0_BRANCH@76138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4137,6 +4137,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 \
|
||||
@@ -4154,6 +4155,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 \
|
||||
|
@@ -880,6 +880,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
|
||||
@@ -897,6 +898,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
|
||||
|
@@ -5484,7 +5484,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@@ -5655,7 +5655,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@@ -6170,7 +6170,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
|
||||
build_cfg_file: $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@@ -5927,7 +5927,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h : $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcde
|
||||
build_cfg_file : .SYMBOLIC $(SETUPHDIR)
|
||||
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
|
||||
@echo WXVER_MINOR=0 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo WXVER_RELEASE=1 >>$(BUILD_CFG_FILE)
|
||||
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
|
||||
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
|
||||
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)
|
||||
|
@@ -2888,6 +2888,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
|
||||
@@ -3164,6 +3168,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
|
||||
|
@@ -2351,6 +2351,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\position.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h">
|
||||
</File>
|
||||
@@ -2558,6 +2561,9 @@
|
||||
<File
|
||||
RelativePath="..\..\include\wx\tbarbase.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h">
|
||||
</File>
|
||||
|
@@ -3143,6 +3143,10 @@
|
||||
RelativePath="..\..\include\wx\position.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h"
|
||||
>
|
||||
@@ -3419,6 +3423,10 @@
|
||||
RelativePath="..\..\include\wx\tbarbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h"
|
||||
>
|
||||
|
@@ -3141,6 +3141,10 @@
|
||||
RelativePath="..\..\include\wx\position.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\preferences.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\print.h"
|
||||
>
|
||||
@@ -3417,6 +3421,10 @@
|
||||
RelativePath="..\..\include\wx\tbarbase.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\testing.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\textcompleter.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user