From 8c7f440c2e32e0db10c601631a12076bb1a6b258 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 May 2011 09:21:20 +0000 Subject: [PATCH] Add wx/richtext/richtextuicustomization.h to the headers list. This header wasn't installed before, add it to RICHTEXT_HDR files list in files.bkl to fix this. Closes #13203. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- Makefile.in | 1 + build/bakefiles/files.bkl | 1 + build/msw/wx_core.dsp | 4 ++++ build/msw/wx_richtext.dsp | 4 ++++ build/msw/wx_vc7_core.vcproj | 3 +++ build/msw/wx_vc7_richtext.vcproj | 3 +++ build/msw/wx_vc8_core.vcproj | 4 ++++ build/msw/wx_vc8_richtext.vcproj | 4 ++++ build/msw/wx_vc9_core.vcproj | 4 ++++ build/msw/wx_vc9_richtext.vcproj | 4 ++++ 10 files changed, 32 insertions(+) diff --git a/Makefile.in b/Makefile.in index 341a5e7f95..1f1d853627 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4175,6 +4175,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \ wx/richtext/richtextstyledlg.h \ wx/richtext/richtextstyles.h \ wx/richtext/richtextsymboldlg.h \ + wx/richtext/richtextuicustomization.h \ wx/richtext/richtextxml.h \ wx/stc/stc.h @COND_USE_GUI_1@ALL_GUI_HEADERS = $(COND_USE_GUI_1_ALL_GUI_HEADERS) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 40318717a3..e4de471b5b 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -3654,6 +3654,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/richtext/richtextstyledlg.h wx/richtext/richtextstyles.h wx/richtext/richtextsymboldlg.h + wx/richtext/richtextuicustomization.h wx/richtext/richtextxml.h diff --git a/build/msw/wx_core.dsp b/build/msw/wx_core.dsp index 7d3bbbddbb..13dcfb348c 100644 --- a/build/msw/wx_core.dsp +++ b/build/msw/wx_core.dsp @@ -6657,6 +6657,10 @@ SOURCE=..\..\include\wx\richtext\richtextsymboldlg.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\richtext\richtextuicustomization.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\richtext\richtextxml.h # End Source File # Begin Source File diff --git a/build/msw/wx_richtext.dsp b/build/msw/wx_richtext.dsp index 0edf10859f..b9186d268a 100644 --- a/build/msw/wx_richtext.dsp +++ b/build/msw/wx_richtext.dsp @@ -566,6 +566,10 @@ SOURCE=..\..\include\wx\richtext\richtextsymboldlg.h # End Source File # Begin Source File +SOURCE=..\..\include\wx\richtext\richtextuicustomization.h +# End Source File +# Begin Source File + SOURCE=..\..\include\wx\richtext\richtextxml.h # End Source File # End Group diff --git a/build/msw/wx_vc7_core.vcproj b/build/msw/wx_vc7_core.vcproj index 7692e09a3f..2fbac5deda 100644 --- a/build/msw/wx_vc7_core.vcproj +++ b/build/msw/wx_vc7_core.vcproj @@ -5579,6 +5579,9 @@ + + diff --git a/build/msw/wx_vc7_richtext.vcproj b/build/msw/wx_vc7_richtext.vcproj index 185e0397e2..9243f7e6db 100644 --- a/build/msw/wx_vc7_richtext.vcproj +++ b/build/msw/wx_vc7_richtext.vcproj @@ -798,6 +798,9 @@ + + diff --git a/build/msw/wx_vc8_core.vcproj b/build/msw/wx_vc8_core.vcproj index 031fe1d6fe..07584bbe89 100644 --- a/build/msw/wx_vc8_core.vcproj +++ b/build/msw/wx_vc8_core.vcproj @@ -7459,6 +7459,10 @@ RelativePath="..\..\include\wx\richtext\richtextsymboldlg.h" > + + diff --git a/build/msw/wx_vc8_richtext.vcproj b/build/msw/wx_vc8_richtext.vcproj index e62e53f93e..c56a4cf3d6 100644 --- a/build/msw/wx_vc8_richtext.vcproj +++ b/build/msw/wx_vc8_richtext.vcproj @@ -1086,6 +1086,10 @@ RelativePath="..\..\include\wx\richtext\richtextsymboldlg.h" > + + diff --git a/build/msw/wx_vc9_core.vcproj b/build/msw/wx_vc9_core.vcproj index 8fd9dbb6ba..c2861de5d6 100644 --- a/build/msw/wx_vc9_core.vcproj +++ b/build/msw/wx_vc9_core.vcproj @@ -7455,6 +7455,10 @@ RelativePath="..\..\include\wx\richtext\richtextsymboldlg.h" > + + diff --git a/build/msw/wx_vc9_richtext.vcproj b/build/msw/wx_vc9_richtext.vcproj index b8125a475e..2efb8b6c1e 100644 --- a/build/msw/wx_vc9_richtext.vcproj +++ b/build/msw/wx_vc9_richtext.vcproj @@ -1082,6 +1082,10 @@ RelativePath="..\..\include\wx\richtext\richtextsymboldlg.h" > + + -- 2.45.2