Add new wx/persist/dataview.h to the build system

In particular, this ensures that it gets installed by "make install"
under Unix.
This commit is contained in:
Vadim Zeitlin
2017-12-15 00:35:45 +01:00
parent e5b12b5bc8
commit 072a9c20a3
8 changed files with 18 additions and 0 deletions

View File

@@ -3964,6 +3964,7 @@ COND_USE_GUI_1_ALL_GUI_HEADERS = \
wx/paper.h \
wx/persist.h \
wx/persist/bookctrl.h \
wx/persist/dataview.h \
wx/persist/splitter.h \
wx/persist/toplevel.h \
wx/persist/treebook.h \

View File

@@ -1145,6 +1145,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/paper.h
wx/persist.h
wx/persist/bookctrl.h
wx/persist/dataview.h
wx/persist/splitter.h
wx/persist/toplevel.h
wx/persist/treebook.h

View File

@@ -1066,6 +1066,7 @@ GUI_CMN_HDR =
wx/paper.h
wx/persist.h
wx/persist/bookctrl.h
wx/persist/dataview.h
wx/persist/splitter.h
wx/persist/toplevel.h
wx/persist/treebook.h

View File

@@ -1383,6 +1383,7 @@
<ClInclude Include="..\..\include\wx\msw\rt\utils.h" />
<ClInclude Include="..\..\include\wx\itemattr.h" />
<ClInclude Include="..\..\include\wx\peninfobase.h" />
<ClInclude Include="..\..\include\wx\persist\dataview.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@@ -1723,6 +1723,9 @@
<ClInclude Include="..\..\include\wx\persist\bookctrl.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\persist\dataview.h">
<Filter>Common Headers</Filter>
</ClInclude>
<ClInclude Include="..\..\include\wx\persist\splitter.h">
<Filter>Common Headers</Filter>
</ClInclude>

View File

@@ -2054,6 +2054,9 @@
<File
RelativePath="..\..\include\wx\dataview.h">
</File>
<File
RelativePath="..\..\include\wx\persist\dataview.h">
</File>
<File
RelativePath="..\..\include\wx\datectrl.h">
</File>

View File

@@ -3240,6 +3240,10 @@
RelativePath="..\..\include\wx\dataview.h"
>
</File>
<File
RelativePath="..\..\include\wx\persist\dataview.h"
>
</File>
<File
RelativePath="..\..\include\wx\datectrl.h"
>

View File

@@ -3236,6 +3236,10 @@
RelativePath="..\..\include\wx\dataview.h"
>
</File>
<File
RelativePath="..\..\include\wx\persist\dataview.h"
>
</File>
<File
RelativePath="..\..\include\wx\datectrl.h"
>