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:
@@ -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 \
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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">
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -3240,6 +3240,10 @@
|
||||
RelativePath="..\..\include\wx\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\persist\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\datectrl.h"
|
||||
>
|
||||
|
@@ -3236,6 +3236,10 @@
|
||||
RelativePath="..\..\include\wx\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\persist\dataview.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\include\wx\datectrl.h"
|
||||
>
|
||||
|
Reference in New Issue
Block a user